Trace number 1044028

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zito? (TO) 1800.06 1800.91

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-10.xml
MD5SUM43d9e915e10c026682c4118b31169d3c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints219
Maximum constraint arity102
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension99
Global constraints used (with number of constraints)alldifferent(20),element(100)

Solver Data (download as text)

0.00/0.01	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.01	c Parsing = 1
0.00/0.06	c Building = 1
0.00/0.07	c [ NumberOfVariables = 310 ]
0.00/0.07	c [ NumberOfConstraints = 219 ]
0.00/0.07	c [ SizeOfSearchSpace(log2) = 999.328 ]
0.00/0.07	c SymmetrySearch = 1
0.08/0.10	c [ Found 3.6288e+06 symmetries ]
0.08/0.11	c InitialPropagation = 1
0.08/0.11	c [ SizeOfSearchSpace(log2) = 893.973 ]
0.08/0.11	c InitialSAC = (Timeout)
3.67/3.75	c [ SizeOfSearchSpace(log2) = 890.008 ]
3.67/3.75	c Search(SampleFF) : 
84.50/84.72	c [ Sampling domwdeg ]
84.50/84.72	c [ Sampling impacts ]
84.50/84.72	c [ SamplingScores: ]
84.50/84.72	c [ domwdeg+min = 1.45131e-16 | domwdeg+rnd = 0.000194855 ]
84.50/84.72	c [ impacts+min = 6.00741e-05 | impacts+rnd = 1.49634e-05 ]
84.50/84.72	c [ la+min = 0 | la+rnd = 0 ]
84.50/84.72	c [ domwdeg = 9.74276e-05 | impacts = 3.75188e-05 | la = 0 ]
84.50/84.72	c [ min = 2.00247e-05 | rand = 3.75188e-05 ]
84.50/84.72	c [ restarting at (3.96356,3.48013e-17) ]
94.40/94.63	c [ restarting at (9.9089,2.45857e-17) ]
119.19/119.41	c [ restarting at (24.7722,3.00089e-16) ]
181.06/181.37	c [ restarting at (61.9306,8.97654e-16) ]
335.90/336.26	c [ restarting at (154.827,5.14025e-12) ]
722.95/723.47	c [ restarting at (387.066,2.00318e-12) ]
1690.59/1691.49	c [ restarting at (967.666,1.5771e-11) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044028-1215028371/watcher-1044028-1215028371 -o /tmp/evaluation-result-1044028-1215028371/solver-1044028-1215028371 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1044028-1215028371.xml 1865643682 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 10251
/proc/meminfo: memFree=1432064/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=2620 CPUtime=0
/proc/10251/stat : 10251 (casperzito) D 10249 10251 8868 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 1981810361 2682880 45 996147200 134512640 135472138 4294956224 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10251/statm: 655 45 33 234 0 14 0

[startup+0.0117739 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 10251
/proc/meminfo: memFree=1432064/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=5436 CPUtime=0
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 460 0 0 0 0 0 0 0 18 0 1 0 1981810361 5566464 420 996147200 134512640 135472138 4294956224 18446744073709551615 3602043 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 1359 420 362 234 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5436

[startup+0.101782 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 10251
/proc/meminfo: memFree=1432064/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=102356 CPUtime=0.08
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1501 0 0 0 8 0 0 0 18 0 1 0 1981810361 104812544 1461 996147200 134512640 135472138 4294956224 18446744073709551615 134535406 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25589 1461 472 234 0 24291 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 102356

[startup+0.301804 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 10251
/proc/meminfo: memFree=1432064/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=0.28
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1747 0 0 0 28 0 0 0 19 0 1 0 1981810361 102944768 1297 996147200 134512640 135472138 4294956224 18446744073709551615 135011973 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1297 508 234 0 23835 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100532

[startup+0.701847 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 10251
/proc/meminfo: memFree=1432064/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=0.68
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1749 0 0 0 68 0 0 0 23 0 1 0 1981810361 102944768 1299 996147200 134512640 135472138 4294956224 18446744073709551615 135011901 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1299 508 234 0 23835 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100532

[startup+1.50193 s]
/proc/loadavg: 1.91 1.95 1.91 3/73 10252
/proc/meminfo: memFree=1428984/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1.48
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1753 0 0 0 148 0 0 0 25 0 1 0 1981810361 102944768 1303 996147200 134512640 135472138 4294956224 18446744073709551615 135126270 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1303 508 234 0 23835 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100532

[startup+3.10111 s]
/proc/loadavg: 1.91 1.95 1.91 3/73 10252
/proc/meminfo: memFree=1428856/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=3.07
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1758 0 0 0 307 0 0 0 25 0 1 0 1981810361 102944768 1308 996147200 134512640 135472138 4294956224 18446744073709551615 134868640 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1308 508 234 0 23835 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 100532

[startup+6.30146 s]
/proc/loadavg: 1.92 1.95 1.91 3/73 10252
/proc/meminfo: memFree=1428152/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=6.25
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1899 0 0 0 625 0 0 0 25 0 1 0 1981810361 102944768 1449 996147200 134512640 135472138 4294956224 18446744073709551615 135011952 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1449 540 234 0 23835 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 100532

[startup+12.7012 s]
/proc/loadavg: 1.93 1.95 1.91 3/73 10252
/proc/meminfo: memFree=1428024/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=12.63
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1903 0 0 0 1263 0 0 0 25 0 1 0 1981810361 102944768 1453 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1453 540 234 0 23835 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 100532

[startup+25.5016 s]
/proc/loadavg: 1.94 1.96 1.91 3/73 10252
/proc/meminfo: memFree=1427960/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=25.38
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1921 0 0 0 2538 0 0 0 25 0 1 0 1981810361 102944768 1471 996147200 134512640 135472138 4294956224 18446744073709551615 135202770 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1471 540 234 0 23835 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 100532

[startup+51.1014 s]
/proc/loadavg: 1.96 1.96 1.91 3/81 10292
/proc/meminfo: memFree=1348216/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=50.91
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1947 0 0 0 5090 1 0 0 25 0 1 0 1981810361 102944768 1497 996147200 134512640 135472138 4294956224 18446744073709551615 134868640 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1497 541 234 0 23835 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 100532

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.91 3/81 10292
/proc/meminfo: memFree=1338552/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=102.1
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 1983 0 0 0 10209 1 0 0 25 0 1 0 1981810361 102944768 1533 996147200 134512640 135472138 4294956224 18446744073709551615 134988485 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1533 542 234 0 23835 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 100532

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10292
/proc/meminfo: memFree=1332472/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=162.07
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2000 0 0 0 16206 1 0 0 25 0 1 0 1981810361 102944768 1550 996147200 134512640 135472138 4294956224 18446744073709551615 135010446 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1550 542 234 0 23835 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 100532

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10292
/proc/meminfo: memFree=1332344/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=222.04
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2003 0 0 0 22203 1 0 0 25 0 1 0 1981810361 102944768 1553 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1553 542 234 0 23835 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 100532

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10292
/proc/meminfo: memFree=1332344/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=282.02
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2004 0 0 0 28201 1 0 0 25 0 1 0 1981810361 102944768 1554 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1554 542 234 0 23835 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 100532

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10292
/proc/meminfo: memFree=1332344/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=342
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2004 0 0 0 34199 1 0 0 25 0 1 0 1981810361 102944768 1554 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1554 542 234 0 23835 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 100532

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10292
/proc/meminfo: memFree=1332344/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=401.97
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2005 0 0 0 40196 1 0 0 25 0 1 0 1981810361 102944768 1555 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1555 542 234 0 23835 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 100532

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10292
/proc/meminfo: memFree=1332408/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=461.95
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2005 0 0 0 46194 1 0 0 25 0 1 0 1981810361 102944768 1555 996147200 134512640 135472138 4294956224 18446744073709551615 134888693 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1555 542 234 0 23835 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 100532

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332344/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=521.93
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2006 0 0 0 52191 2 0 0 25 0 1 0 1981810361 102944768 1556 996147200 134512640 135472138 4294956224 18446744073709551615 135264848 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1556 542 234 0 23835 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 100532

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332280/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=581.91
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2009 0 0 0 58189 2 0 0 25 0 1 0 1981810361 102944768 1559 996147200 134512640 135472138 4294956224 18446744073709551615 135126250 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1559 542 234 0 23835 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 100532

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332280/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=641.89
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2009 0 0 0 64187 2 0 0 25 0 1 0 1981810361 102944768 1559 996147200 134512640 135472138 4294956224 18446744073709551615 135202779 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1559 542 234 0 23835 0
Current children cumulated CPU time (s) 641.89
Current children cumulated vsize (KiB) 100532


################
# More data... #
################

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 10298
/proc/meminfo: memFree=1332088/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=881.79
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 88177 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134888673 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 100532

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332152/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=941.76
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 94174 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 100532

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332152/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1001.74
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 100172 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 100532

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332152/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1061.72
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 106170 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 100532

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 10298
/proc/meminfo: memFree=1332216/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1121.7
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 112168 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 100532

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332216/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1181.68
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 118166 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 100532

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332088/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1241.65
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 124163 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1241.65
Current children cumulated vsize (KiB) 100532

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332024/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1301.63
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 130161 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1301.63
Current children cumulated vsize (KiB) 100532

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1331960/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1361.61
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 136159 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135126250 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1361.61
Current children cumulated vsize (KiB) 100532

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1331960/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1421.59
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 142157 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134873846 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1421.59
Current children cumulated vsize (KiB) 100532

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332024/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1481.56
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 148154 2 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134888693 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 100532

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332088/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1541.55
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 154152 3 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134913617 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 100532

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332088/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1601.52
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 160149 3 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134965132 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 100532

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332024/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1661.5
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 166147 3 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135202764 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 100532

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1332088/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1721.48
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 172145 3 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134672486 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 100532

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1331896/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1781.45
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 178142 3 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 134913553 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 100532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1331896/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1800.05
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 180002 3 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135126209 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 100532

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 10298
/proc/meminfo: memFree=1331896/2055920 swapFree=4179760/4192956
[pid=10251] ppid=10249 vsize=100532 CPUtime=1800.05
/proc/10251/stat : 10251 (casperzito) R 10249 10251 8868 0 -1 4194304 2018 0 0 0 180002 3 0 0 25 0 1 0 1981810361 102944768 1568 996147200 134512640 135472138 4294956224 18446744073709551615 135126209 0 0 4096 0 0 0 0 17 0 0 0
/proc/10251/statm: 25133 1568 542 234 0 23835 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 100532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.91
CPU time (s): 1800.06
CPU user time (s): 1800.03
CPU system time (s): 0.031995
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 102356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.03
system time used= 0.031995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2018
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 6834

runsolver used 1.71274 second user time and 4.86326 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-02 21:52:51
IDJOB=1044028
IDBENCH=53925
IDSOLVER=362
FILE ID=node37/1044028-1215028371
PBS_JOBID= 7874396
Free space on /tmp= 66544 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-10.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044028-1215028371/watcher-1044028-1215028371 -o /tmp/evaluation-result-1044028-1215028371/solver-1044028-1215028371 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1044028-1215028371.xml 1865643682 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 43d9e915e10c026682c4118b31169d3c
RANDOM SEED=1865643682

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1432608 kB
Buffers:         73332 kB
Cached:         457428 kB
SwapCached:       7460 kB
Active:         175948 kB
Inactive:       373136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432608 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            2980 kB
Writeback:           0 kB
Mapped:          25752 kB
Slab:            59696 kB
Committed_AS:  3446612 kB
PageTables:       1772 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node37 at 2008-07-02 22:22:54