Trace number 1043398

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 zaoUNSAT 546.984 552.122

DiagnosticValue
CHECKS199542000

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-8.xml
MD5SUM26123929065b998fd314418eb7267e98
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark80.3688
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints143
Maximum constraint arity66
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63
Global constraints used (with number of constraints)alldifferent(16),element(64)

Solver Data (download as text)

0.19/0.25	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.25	c Parsing = 1
0.19/0.25	c Building = 1
0.19/0.25	c [ NumberOfVariables = 200 ]
0.19/0.25	c [ NumberOfConstraints = 143 ]
0.19/0.25	c [ SizeOfSearchSpace(log2) = 575.254 ]
0.19/0.25	c SymmetrySearch = 1
0.19/0.25	c [ Found 40320 symmetries ]
0.19/0.25	c InitialPropagation = 1
0.19/0.25	c [ SizeOfSearchSpace(log2) = 471.416 ]
0.19/0.25	c InitialSAC = 1
0.38/0.45	c [ SizeOfSearchSpace(log2) = 471.416 ]
0.38/0.45	c Search(SampleFF) : 
91.43/92.35	c [ Sampling domwdeg ]
91.43/92.35	c [ Sampling impacts ]
91.43/92.35	c [ Sampling la ]
91.43/92.35	c [ SamplingScores: ]
91.43/92.35	c [ domwdeg+min = 0.00032402 | domwdeg+rnd = 0.00032146 ]
91.43/92.35	c [ impacts+min = 0.0270948 | impacts+rnd = 0.0207384 ]
91.43/92.35	c [ la+min = 0.00226739 | la+rnd = 0.00208536 ]
91.43/92.35	c [ domwdeg = 0.00032274 | impacts = 0.0239166 | la = 0.00217638 ]
91.43/92.35	c [ min = 0.00989541 | rand = 0.0239166 ]
91.43/92.35	c [ restarting at (3.20163,0.0377147) ]
99.95/100.93	c [ restarting at (8.00408,0.0928186) ]
121.16/122.38	c [ restarting at (20.0102,0.161346) ]
174.36/176.01	c [ restarting at (50.0255,0.418061) ]
307.12/310.07	c [ stopped restarting at (125.064,0.813771) ]
546.96/552.12	c Search(SampleFF) = 0
546.96/552.12	s UNSATISFIABLE
546.96/552.12	d CHECKS 199541928
546.96/552.12	c [ TotalFails = 382222 ]
546.96/552.12	c [ NumberOfRestarts = 68 ]
546.96/552.12	c [ TotalTime = 515.187 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1043398-1215028351/watcher-1043398-1215028351 -o /tmp/evaluation-result-1043398-1215028351/solver-1043398-1215028351 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1043398-1215028351.xml 1894379405 

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: 2.00 2.00 2.00 4/84 300
/proc/meminfo: memFree=1332112/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=18572 CPUtime=0
/proc/300/stat : 300 (runsolver) R 32766 300 31417 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1532510178 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/300/statm: 4643 292 257 25 0 2626 0

[startup+0.0789499 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 300
/proc/meminfo: memFree=1332112/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=287240 CPUtime=0.06
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 1026 0 0 0 6 0 0 0 18 0 1 0 1532510178 294133760 700 996147200 134512640 135477443 4294956224 18446744073709551615 134919632 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 71810 700 465 235 0 70511 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 287240

[startup+0.101947 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 300
/proc/meminfo: memFree=1332112/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=287240 CPUtime=0.08
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 1191 0 0 0 8 0 0 0 18 0 1 0 1532510178 294133760 729 996147200 134512640 135477443 4294956224 18446744073709551615 134899364 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 71810 729 465 235 0 70511 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 287240

[startup+0.301969 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 300
/proc/meminfo: memFree=1332112/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=0.28
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2519 0 0 0 27 1 0 0 19 0 1 0 1532510178 102883328 1265 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1265 541 235 0 23819 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100472

[startup+0.702009 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 300
/proc/meminfo: memFree=1332112/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=0.68
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2599 0 0 0 67 1 0 0 23 0 1 0 1532510178 102883328 1345 996147200 134512640 135477443 4294956224 18446744073709551615 134971352 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1345 544 235 0 23819 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100472

[startup+1.50109 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328712/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=1.47
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2602 0 0 0 146 1 0 0 25 0 1 0 1532510178 102883328 1348 996147200 134512640 135477443 4294956224 18446744073709551615 135017994 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1348 544 235 0 23819 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 100472

[startup+3.10125 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328584/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=3.06
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2609 0 0 0 305 1 0 0 25 0 1 0 1532510178 102883328 1355 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1355 544 235 0 23819 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 100472

[startup+6.30157 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328648/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=6.23
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2612 0 0 0 622 1 0 0 25 0 1 0 1532510178 102883328 1358 996147200 134512640 135477443 4294956224 18446744073709551615 134589905 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1358 544 235 0 23819 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 100472

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328648/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=12.57
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2616 0 0 0 1256 1 0 0 25 0 1 0 1532510178 102883328 1362 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1362 544 235 0 23819 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 100472

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328840/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=25.24
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2622 0 0 0 2523 1 0 0 25 0 1 0 1532510178 102883328 1368 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1368 544 235 0 23819 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 100472

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328840/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=50.61
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2626 0 0 0 5060 1 0 0 25 0 1 0 1532510178 102883328 1372 996147200 134512640 135477443 4294956224 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1372 544 235 0 23819 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 100472

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328648/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=101.34
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2655 0 0 0 10132 2 0 0 25 0 1 0 1532510178 102883328 1401 996147200 134512640 135477443 4294956224 18446744073709551615 135268537 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1401 545 235 0 23819 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 100472

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328584/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=160.79
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2655 0 0 0 16077 2 0 0 25 0 1 0 1532510178 102883328 1401 996147200 134512640 135477443 4294956224 18446744073709551615 134919641 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1401 545 235 0 23819 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 100472

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328520/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=220.23
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2655 0 0 0 22020 3 0 0 25 0 1 0 1532510178 102883328 1401 996147200 134512640 135477443 4294956224 18446744073709551615 10997494 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1401 545 235 0 23819 0
Current children cumulated CPU time (s) 220.23
Current children cumulated vsize (KiB) 100472

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328392/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=279.68
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2661 0 0 0 27965 3 0 0 25 0 1 0 1532510178 102883328 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134589930 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1407 545 235 0 23819 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 100472

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328328/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=339.12
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2661 0 0 0 33909 3 0 0 25 0 1 0 1532510178 102883328 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1407 545 235 0 23819 0
Current children cumulated CPU time (s) 339.12
Current children cumulated vsize (KiB) 100472

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328392/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=398.56
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2661 0 0 0 39853 3 0 0 25 0 1 0 1532510178 102883328 1407 996147200 134512640 135477443 4294956224 18446744073709551615 135268514 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1407 545 235 0 23819 0
Current children cumulated CPU time (s) 398.56
Current children cumulated vsize (KiB) 100472

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 301
/proc/meminfo: memFree=1328392/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=458
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2661 0 0 0 45797 3 0 0 25 0 1 0 1532510178 102883328 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134894709 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1407 545 235 0 23819 0
Current children cumulated CPU time (s) 458
Current children cumulated vsize (KiB) 100472

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 307
/proc/meminfo: memFree=1328136/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=517.44
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2662 0 0 0 51740 4 0 0 25 0 1 0 1532510178 102883328 1408 996147200 134512640 135477443 4294956224 18446744073709551615 135269570 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1408 545 235 0 23819 0
Current children cumulated CPU time (s) 517.44
Current children cumulated vsize (KiB) 100472

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

[startup+537.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 307
/proc/meminfo: memFree=1328200/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=532.5
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2662 0 0 0 53246 4 0 0 25 0 1 0 1532510178 102883328 1408 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1408 545 235 0 23819 0
Current children cumulated CPU time (s) 532.5
Current children cumulated vsize (KiB) 100472

[startup+543.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 307
/proc/meminfo: memFree=1328200/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=538.83
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2662 0 0 0 53879 4 0 0 25 0 1 0 1532510178 102883328 1408 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1408 545 235 0 23819 0
Current children cumulated CPU time (s) 538.83
Current children cumulated vsize (KiB) 100472

[startup+547.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 307
/proc/meminfo: memFree=1328200/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=542
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2662 0 0 0 54196 4 0 0 25 0 1 0 1532510178 102883328 1408 996147200 134512640 135477443 4294956224 18446744073709551615 134874656 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1408 545 235 0 23819 0
Current children cumulated CPU time (s) 542
Current children cumulated vsize (KiB) 100472

[startup+550.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 307
/proc/meminfo: memFree=1328200/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=545.17
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2662 0 0 0 54513 4 0 0 25 0 1 0 1532510178 102883328 1408 996147200 134512640 135477443 4294956224 18446744073709551615 135132239 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1408 545 235 0 23819 0
Current children cumulated CPU time (s) 545.17
Current children cumulated vsize (KiB) 100472

[startup+551.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 307
/proc/meminfo: memFree=1328200/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=545.97
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2662 0 0 0 54593 4 0 0 25 0 1 0 1532510178 102883328 1408 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1408 545 235 0 23819 0
Current children cumulated CPU time (s) 545.97
Current children cumulated vsize (KiB) 100472

[startup+551.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 307
/proc/meminfo: memFree=1328200/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=546.76
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2662 0 0 0 54672 4 0 0 25 0 1 0 1532510178 102883328 1408 996147200 134512640 135477443 4294956224 18446744073709551615 135238563 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1408 545 235 0 23819 0
Current children cumulated CPU time (s) 546.76
Current children cumulated vsize (KiB) 100472

[startup+552.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 307
/proc/meminfo: memFree=1328200/2055920 swapFree=4122568/4192956
[pid=300] ppid=32766 vsize=100472 CPUtime=546.96
/proc/300/stat : 300 (casperzao) R 32766 300 31417 0 -1 4194304 2662 0 0 0 54692 4 0 0 25 0 1 0 1532510178 102883328 1408 996147200 134512640 135477443 4294956224 18446744073709551615 134583629 0 0 4096 0 0 0 0 17 1 0 0
/proc/300/statm: 25118 1408 545 235 0 23819 0
Current children cumulated CPU time (s) 546.96
Current children cumulated vsize (KiB) 100472

Child status: 0
Real time (s): 552.122
CPU time (s): 546.984
CPU user time (s): 546.938
CPU system time (s): 0.045993
CPU usage (%): 99.0694
Max. virtual memory (cumulated for all children) (KiB): 287636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 546.938
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2664
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= 12027

runsolver used 0.858869 second user time and 1.59876 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-02 21:52:31
IDJOB=1043398
IDBENCH=53924
IDSOLVER=361
FILE ID=node12/1043398-1215028351
PBS_JOBID= 7874445
Free space on /tmp= 66516 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-8.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043398-1215028351/watcher-1043398-1215028351 -o /tmp/evaluation-result-1043398-1215028351/solver-1043398-1215028351 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043398-1215028351.xml 1894379405 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26123929065b998fd314418eb7267e98
RANDOM SEED=1894379405

node12.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:       1332592 kB
Buffers:         70704 kB
Cached:         433612 kB
SwapCached:      64436 kB
Active:         322252 kB
Inactive:       316876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1332592 kB
SwapTotal:     4192956 kB
SwapFree:      4122568 kB
Dirty:            2952 kB
Writeback:           0 kB
Mapped:         152252 kB
Slab:            68932 kB
Committed_AS:  2862228 kB
PageTables:       2148 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node12 at 2008-07-02 22:01:44