Trace number 1107695

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 zitoUNSAT 448.332 450.758

DiagnosticValue
CHECKS25253900

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f3.xml
MD5SUM418cb735258839ac4f973e76ade14b1c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.85111
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.17/0.21	c Parsing = 1
0.17/0.21	c Building = 1
0.17/0.21	c [ NumberOfVariables = 680 ]
0.17/0.21	c [ NumberOfConstraints = 4103 ]
0.17/0.21	c [ SizeOfSearchSpace(log2) = 3534.27 ]
0.17/0.21	c SymmetrySearch = 1
0.27/0.34	c [ Found 4.83184e+09 symmetries ]
0.27/0.35	c InitialPropagation = 1
0.27/0.35	c [ SizeOfSearchSpace(log2) = 3534.27 ]
0.27/0.35	c InitialSAC = 1
2.36/2.45	c [ SizeOfSearchSpace(log2) = 3429.3 ]
2.36/2.45	c Search(SampleFF) : 
63.27/63.64	c [ Sampling domwdeg ]
63.27/63.64	c [ Sampling impacts ]
63.27/63.64	c [ SamplingScores: ]
63.27/63.64	c [ domwdeg+min = 0.187627 | domwdeg+rnd = 3.40061e-07 ]
63.27/63.64	c [ impacts+min = 3.40977e-05 | impacts+rnd = 0.000187479 ]
63.27/63.64	c [ la+min = 0 | la+rnd = 0 ]
63.27/63.64	c [ domwdeg = 0.0938135 | impacts = 0.000110789 | la = 0 ]
63.27/63.64	c [ min = 0.0625536 | rand = 0.000110789 ]
63.27/63.64	c [ restarting at (0.1,2.67842e-05) ]
63.57/63.92	c [ restarting at (0.25,0.0309781) ]
64.17/64.59	c [ restarting at (0.625,0.0299994) ]
65.86/66.26	c [ restarting at (1.5625,0.0598665) ]
70.04/70.45	c [ restarting at (3.90625,0.0300262) ]
80.49/80.93	c [ restarting at (9.76562,0.0634731) ]
107.15/107.70	c [ restarting at (24.4141,0.122496) ]
196.91/197.90	c [ restarting at (61.0352,0.214133) ]
359.86/361.80	c [ stopped restarting at (152.588,0.519581) ]
448.28/450.75	c Search(SampleFF) = 0
448.28/450.75	s UNSATISFIABLE
448.28/450.75	d CHECKS 25253909
448.28/450.75	c [ TotalFails = 228869 ]
448.28/450.75	c [ NumberOfRestarts = 36 ]
448.28/450.75	c [ TotalTime = 1.85339e+09 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-1107695-1215479012/watcher-1107695-1215479012 -o /tmp/evaluation-result-1107695-1215479012/solver-1107695-1215479012 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1107695-1215479012.xml 1358739372 

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: 3.02 2.30 1.97 4/83 3224
/proc/meminfo: memFree=1358576/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=18572 CPUtime=0
/proc/3224/stat : 3224 (runsolver) R 3222 3224 2740 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4600395 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3224/statm: 4643 292 257 25 0 2626 0

[startup+0.088709 s]
/proc/loadavg: 3.02 2.30 1.97 4/83 3224
/proc/meminfo: memFree=1358576/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=6228 CPUtime=0.06
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 668 0 1 0 6 0 0 0 18 0 1 0 4600395 6377472 629 996147200 134512640 135472138 4294956224 18446744073709551615 134749072 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 1557 629 368 234 0 259 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6228

[startup+0.101704 s]
/proc/loadavg: 3.02 2.30 1.97 4/83 3224
/proc/meminfo: memFree=1358576/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=6360 CPUtime=0.07
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 705 0 1 0 7 0 0 0 18 0 1 0 4600395 6512640 666 996147200 134512640 135472138 4294956224 18446744073709551615 134785921 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 1590 666 368 234 0 292 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6360

[startup+0.301742 s]
/proc/loadavg: 3.02 2.30 1.97 4/83 3224
/proc/meminfo: memFree=1358576/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=104180 CPUtime=0.27
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 2447 0 1 0 26 1 0 0 19 0 1 0 4600395 106680320 2404 996147200 134512640 135472138 4294956224 18446744073709551615 134529726 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 26045 2404 452 234 0 24747 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 104180

[startup+0.70182 s]
/proc/loadavg: 3.02 2.30 1.97 4/83 3224
/proc/meminfo: memFree=1358576/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=103596 CPUtime=0.68
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 2759 0 1 0 66 2 0 0 23 0 1 0 4600395 106082304 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134915133 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 25899 2507 474 234 0 24601 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103596

[startup+1.50196 s]
/proc/loadavg: 3.02 2.30 1.97 3/84 3225
/proc/meminfo: memFree=1343848/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=103596 CPUtime=1.47
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 3027 0 1 0 145 2 0 0 25 0 1 0 4600395 106082304 2775 996147200 134512640 135472138 4294956224 18446744073709551615 134577760 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 25899 2775 474 234 0 24601 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103596

[startup+3.10225 s]
/proc/loadavg: 3.02 2.30 1.97 3/84 3225
/proc/meminfo: memFree=1336616/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=103596 CPUtime=3.07
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 3368 0 1 0 304 3 0 0 25 0 1 0 4600395 106082304 3116 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 25899 3116 490 234 0 24601 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 103596

[startup+6.30182 s]
/proc/loadavg: 3.26 2.36 1.99 3/84 3225
/proc/meminfo: memFree=1318376/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=103596 CPUtime=6.25
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 3370 0 1 0 622 3 0 0 25 0 1 0 4600395 106082304 3118 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 25899 3118 490 234 0 24601 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 103596

[startup+12.702 s]
/proc/loadavg: 3.24 2.37 2.00 3/84 3226
/proc/meminfo: memFree=1284456/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=103596 CPUtime=12.63
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 3371 0 1 0 1260 3 0 0 25 0 1 0 4600395 106082304 3119 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 25899 3119 490 234 0 24601 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 103596

[startup+25.5012 s]
/proc/loadavg: 3.49 2.47 2.03 3/84 3226
/proc/meminfo: memFree=1215336/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=25.36
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4336 0 1 0 2530 6 0 0 25 0 1 0 4600395 109330432 4084 996147200 134512640 135472138 4294956224 18446744073709551615 135234013 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 26692 4084 491 234 0 25394 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 106768

[startup+51.1018 s]
/proc/loadavg: 3.80 2.62 2.09 3/84 3227
/proc/meminfo: memFree=1082472/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=50.82
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4450 0 1 0 5075 7 0 0 25 0 1 0 4600395 109330432 4198 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 26692 4198 491 234 0 25394 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 106768

[startup+102.307 s]
/proc/loadavg: 4.29 2.92 2.22 3/84 3230
/proc/meminfo: memFree=772520/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=101.78
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4462 0 1 0 10165 13 0 0 25 0 1 0 4600395 109330432 4210 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 26692 4210 492 234 0 25394 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 106768

[startup+162.302 s]
/proc/loadavg: 4.49 3.22 2.37 3/84 3233
/proc/meminfo: memFree=416680/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=161.45
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4468 0 1 0 16127 18 0 0 25 0 1 0 4600395 109330432 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 26692 4216 492 234 0 25394 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 106768

[startup+222.301 s]
/proc/loadavg: 4.59 3.48 2.51 3/84 3235
/proc/meminfo: memFree=53416/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=221.17
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4470 0 1 0 22093 24 0 0 25 0 1 0 4600395 109330432 4218 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4218 492 234 0 25394 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 106768

[startup+282.302 s]
/proc/loadavg: 4.59 3.71 2.65 2/84 3236
/proc/meminfo: memFree=15784/2055920 swapFree=4192952/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=280.85
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4473 0 1 0 28054 31 0 0 25 0 1 0 4600395 109330432 4221 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 26692 4221 492 234 0 25394 0
Current children cumulated CPU time (s) 280.85
Current children cumulated vsize (KiB) 106768

[startup+342.302 s]
/proc/loadavg: 4.03 3.72 2.72 3/84 3236
/proc/meminfo: memFree=15208/2055920 swapFree=4192952/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=340.45
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4473 0 1 0 34008 37 0 0 25 0 1 0 4600395 109330432 4221 996147200 134512640 135472138 4294956224 18446744073709551615 135202648 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4221 492 234 0 25394 0
Current children cumulated CPU time (s) 340.45
Current children cumulated vsize (KiB) 106768

[startup+402.302 s]
/proc/loadavg: 3.20 3.55 2.72 3/86 3281
/proc/meminfo: memFree=1873240/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=400.07
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4474 0 1 0 39958 49 0 0 25 0 1 0 4600395 109330432 4222 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 26692 4222 492 234 0 25394 0
Current children cumulated CPU time (s) 400.07
Current children cumulated vsize (KiB) 106768

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

[startup+409.502 s]
/proc/loadavg: 3.11 3.53 2.72 3/74 3308
/proc/meminfo: memFree=1921080/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=407.24
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4474 0 1 0 40673 51 0 0 25 0 1 0 4600395 109330432 4222 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4222 492 234 0 25394 0
Current children cumulated CPU time (s) 407.24
Current children cumulated vsize (KiB) 106768

[startup+435.102 s]
/proc/loadavg: 2.73 3.40 2.70 3/74 3308
/proc/meminfo: memFree=1921464/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=432.74
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4475 0 1 0 43223 51 0 0 25 0 1 0 4600395 109330432 4223 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4223 492 234 0 25394 0
Current children cumulated CPU time (s) 432.74
Current children cumulated vsize (KiB) 106768

[startup+441.502 s]
/proc/loadavg: 2.62 3.36 2.69 3/74 3308
/proc/meminfo: memFree=1921528/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=439.11
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4475 0 1 0 43860 51 0 0 25 0 1 0 4600395 109330432 4223 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4223 492 234 0 25394 0
Current children cumulated CPU time (s) 439.11
Current children cumulated vsize (KiB) 106768

[startup+444.701 s]
/proc/loadavg: 2.62 3.36 2.69 3/74 3308
/proc/meminfo: memFree=1921528/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=442.3
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4475 0 1 0 44179 51 0 0 25 0 1 0 4600395 109330432 4223 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4223 492 234 0 25394 0
Current children cumulated CPU time (s) 442.3
Current children cumulated vsize (KiB) 106768

[startup+447.902 s]
/proc/loadavg: 2.57 3.33 2.69 3/74 3308
/proc/meminfo: memFree=1921528/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=445.49
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4475 0 1 0 44498 51 0 0 25 0 1 0 4600395 109330432 4223 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4223 492 234 0 25394 0
Current children cumulated CPU time (s) 445.49
Current children cumulated vsize (KiB) 106768

[startup+449.502 s]
/proc/loadavg: 2.57 3.33 2.69 3/74 3308
/proc/meminfo: memFree=1921528/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=447.08
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4475 0 1 0 44657 51 0 0 25 0 1 0 4600395 109330432 4223 996147200 134512640 135472138 4294956224 18446744073709551615 135202664 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4223 492 234 0 25394 0
Current children cumulated CPU time (s) 447.08
Current children cumulated vsize (KiB) 106768

[startup+450.302 s]
/proc/loadavg: 2.57 3.33 2.69 3/74 3308
/proc/meminfo: memFree=1921528/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=447.88
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4475 0 1 0 44737 51 0 0 25 0 1 0 4600395 109330432 4223 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4223 492 234 0 25394 0
Current children cumulated CPU time (s) 447.88
Current children cumulated vsize (KiB) 106768

[startup+450.701 s]
/proc/loadavg: 2.57 3.33 2.69 3/74 3308
/proc/meminfo: memFree=1921528/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=106768 CPUtime=448.28
/proc/3224/stat : 3224 (casperzito) R 3222 3224 2740 0 -1 4194304 4475 0 1 0 44777 51 0 0 25 0 1 0 4600395 109330432 4223 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 26692 4223 492 234 0 25394 0
Current children cumulated CPU time (s) 448.28
Current children cumulated vsize (KiB) 106768

Child status: 0
Real time (s): 450.758
CPU time (s): 448.332
CPU user time (s): 447.814
CPU system time (s): 0.517921
CPU usage (%): 99.4617
Max. virtual memory (cumulated for all children) (KiB): 106768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 447.814
system time used= 0.517921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4477
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 10031

runsolver used 0.45393 second user time and 1.2938 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-08 03:03:34
IDJOB=1107695
IDBENCH=58073
IDSOLVER=362
FILE ID=node56/1107695-1215479012
PBS_JOBID= 7888651
Free space on /tmp= 102972 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f3.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107695-1215479012/watcher-1107695-1215479012 -o /tmp/evaluation-result-1107695-1215479012/solver-1107695-1215479012 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1107695-1215479012.xml 1358739372 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 418cb735258839ac4f973e76ade14b1c
RANDOM SEED=1358739372

node56.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.272
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.272
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:       1360856 kB
Buffers:         27620 kB
Cached:         387384 kB
SwapCached:          0 kB
Active:         571364 kB
Inactive:        77756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          238044 kB
Writeback:           0 kB
Mapped:         255180 kB
Slab:            30580 kB
Committed_AS:   447244 kB
PageTables:       2444 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= 103236 MiB
End job on node56 at 2008-07-08 03:11:05