Trace number 1100238

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 775.698 779.322

DiagnosticValue
CHECKS24210200

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-13_ext.xml
MD5SUM96a469d9fbfaeb127e293157d68f09e7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.09138
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 40 ]
0.18/0.21	c [ NumberOfConstraints = 135 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 212.877 ]
0.18/0.21	c SymmetrySearch = 1
0.28/0.31	c InitialPropagation = 1
0.28/0.33	c [ SizeOfSearchSpace(log2) = 212.877 ]
0.28/0.33	c InitialSAC = 1
0.59/0.67	c [ SizeOfSearchSpace(log2) = 212.877 ]
0.59/0.67	c Search(SampleFF) : 
104.54/105.59	c [ Sampling domwdeg ]
104.54/105.59	c [ Sampling impacts ]
104.54/105.59	c [ Sampling la ]
104.54/105.59	c [ SamplingScores: ]
104.54/105.59	c [ domwdeg+min = 0.00290803 | domwdeg+rnd = 0.00126875 ]
104.54/105.59	c [ impacts+min = 0.00356342 | impacts+rnd = 0.0037048 ]
104.54/105.59	c [ la+min = 3.64079e-06 | la+rnd = 3.47599e-05 ]
104.54/105.59	c [ domwdeg = 0.00208839 | impacts = 0.00363411 | la = 1.92003e-05 ]
104.54/105.59	c [ min = 0.00215837 | rand = 0.00363411 ]
104.54/105.59	c [ restarting at (0.800245,0.00125078) ]
106.71/107.74	c [ restarting at (2.00061,0.00133594) ]
112.07/113.11	c [ restarting at (5.00153,0.0102031) ]
125.34/126.52	c [ restarting at (12.5038,0.00473984) ]
158.53/160.03	c [ restarting at (31.2596,0.0825938) ]
241.57/243.81	c [ restarting at (78.1489,0.0562523) ]
356.42/359.78	c [ restarting at (195.372,0.231578) ]
775.67/779.31	c Search(SampleFF) = 0
775.67/779.31	s UNSATISFIABLE
775.67/779.31	d CHECKS 24210174
775.67/779.31	c [ TotalFails = 139243 ]
775.67/779.31	c [ NumberOfRestarts = 63 ]
775.67/779.31	c [ TotalTime = 1.03947e+06 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-1100238-1215286738/watcher-1100238-1215286738 -o /tmp/evaluation-result-1100238-1215286738/solver-1100238-1215286738 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1100238-1215286738.xml 1352030008 

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.06 2.00 2.00 4/81 18116
/proc/meminfo: memFree=1678272/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=1056 CPUtime=0
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1558341489 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 6910756 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 264 26 20 235 0 3 0

[startup+0.0994121 s]
/proc/loadavg: 2.06 2.00 2.00 4/81 18116
/proc/meminfo: memFree=1678272/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=104432 CPUtime=0.08
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 1852 0 0 0 8 0 0 0 18 0 1 0 1558341489 106938368 1812 996147200 134512640 135477443 4294956224 18446744073709551615 7352037 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 26108 1812 433 235 0 24809 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104432

[startup+0.101405 s]
/proc/loadavg: 2.06 2.00 2.00 4/81 18116
/proc/meminfo: memFree=1678272/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=104564 CPUtime=0.08
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 1889 0 0 0 8 0 0 0 18 0 1 0 1558341489 107073536 1849 996147200 134512640 135477443 4294956224 18446744073709551615 134630217 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 26141 1849 433 235 0 24842 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104564

[startup+0.301446 s]
/proc/loadavg: 2.06 2.00 2.00 4/81 18116
/proc/meminfo: memFree=1678272/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=118548 CPUtime=0.28
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 4597 0 0 0 27 1 0 0 19 0 1 0 1558341489 121393152 4553 996147200 134512640 135477443 4294956224 18446744073709551615 7343556 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 29637 4553 446 235 0 28338 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 118548

[startup+0.701494 s]
/proc/loadavg: 2.06 2.00 2.00 4/81 18116
/proc/meminfo: memFree=1678272/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=0.69
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5241 0 0 0 67 2 0 0 23 0 1 0 1558341489 105177088 2062 996147200 134512640 135477443 4294956224 18446744073709551615 134600988 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2062 469 235 0 24379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102712

[startup+1.5016 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 18117
/proc/meminfo: memFree=1670840/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=1.48
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5475 0 0 0 146 2 0 0 25 0 1 0 1558341489 105177088 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134590313 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2296 478 235 0 24379 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102712

[startup+3.1018 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 18117
/proc/meminfo: memFree=1670712/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=3.07
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5504 0 0 0 305 2 0 0 25 0 1 0 1558341489 105177088 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134609547 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2325 478 235 0 24379 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 102712

[startup+6.30222 s]
/proc/loadavg: 2.05 2.00 2.00 3/82 18117
/proc/meminfo: memFree=1670456/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=6.24
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5523 0 0 0 622 2 0 0 25 0 1 0 1558341489 105177088 2344 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2344 478 235 0 24379 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 102712

[startup+12.701 s]
/proc/loadavg: 2.05 2.00 2.00 3/82 18117
/proc/meminfo: memFree=1670392/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=12.57
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5530 0 0 0 1255 2 0 0 25 0 1 0 1558341489 105177088 2351 996147200 134512640 135477443 4294956224 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2351 478 235 0 24379 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 102712

[startup+25.5017 s]
/proc/loadavg: 2.04 2.00 2.00 3/82 18117
/proc/meminfo: memFree=1670520/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=25.25
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5540 0 0 0 2523 2 0 0 25 0 1 0 1558341489 105177088 2361 996147200 134512640 135477443 4294956224 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2361 480 235 0 24379 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 102712

[startup+51.101 s]
/proc/loadavg: 2.02 2.00 2.00 3/82 18119
/proc/meminfo: memFree=1670072/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=50.62
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5623 0 0 0 5059 3 0 0 25 0 1 0 1558341489 105177088 2444 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2444 480 235 0 24379 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 102712

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 18119
/proc/meminfo: memFree=1670136/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=101.36
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5623 0 0 0 10133 3 0 0 25 0 1 0 1558341489 105177088 2444 996147200 134512640 135477443 4294956224 18446744073709551615 134609767 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2444 480 235 0 24379 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 102712

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18119
/proc/meminfo: memFree=1670072/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=160.81
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5624 0 0 0 16078 3 0 0 25 0 1 0 1558341489 105177088 2445 996147200 134512640 135477443 4294956224 18446744073709551615 135272091 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2445 481 235 0 24379 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 102712

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18119
/proc/meminfo: memFree=1670072/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=220.26
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5624 0 0 0 22023 3 0 0 25 0 1 0 1558341489 105177088 2445 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2445 481 235 0 24379 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 102712

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18119
/proc/meminfo: memFree=1670136/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=279.72
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5624 0 0 0 27969 3 0 0 25 0 1 0 1558341489 105177088 2445 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2445 481 235 0 24379 0
Current children cumulated CPU time (s) 279.72
Current children cumulated vsize (KiB) 102712

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18119
/proc/meminfo: memFree=1670008/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=339.17
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5624 0 0 0 33914 3 0 0 25 0 1 0 1558341489 105177088 2445 996147200 134512640 135477443 4294956224 18446744073709551615 134609601 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 25678 2445 481 235 0 24379 0
Current children cumulated CPU time (s) 339.17
Current children cumulated vsize (KiB) 102712

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651704/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=398.98
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5624 0 0 0 39893 5 0 0 25 0 1 0 1558341489 105177088 2445 996147200 134512640 135477443 4294956224 18446744073709551615 134610069 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2445 481 235 0 24379 0
Current children cumulated CPU time (s) 398.98
Current children cumulated vsize (KiB) 102712

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651640/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=458.93
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5625 0 0 0 45888 5 0 0 25 0 1 0 1558341489 105177088 2446 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2446 481 235 0 24379 0
Current children cumulated CPU time (s) 458.93
Current children cumulated vsize (KiB) 102712

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651576/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=518.89
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5625 0 0 0 51884 5 0 0 25 0 1 0 1558341489 105177088 2446 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2446 481 235 0 24379 0
Current children cumulated CPU time (s) 518.89
Current children cumulated vsize (KiB) 102712

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651576/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=578.83
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5625 0 0 0 57878 5 0 0 25 0 1 0 1558341489 105177088 2446 996147200 134512640 135477443 4294956224 18446744073709551615 134609560 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2446 481 235 0 24379 0
Current children cumulated CPU time (s) 578.83
Current children cumulated vsize (KiB) 102712

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651640/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=638.78
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5625 0 0 0 63873 5 0 0 25 0 1 0 1558341489 105177088 2446 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2446 481 235 0 24379 0
Current children cumulated CPU time (s) 638.78
Current children cumulated vsize (KiB) 102712

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651640/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=698.74
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5625 0 0 0 69868 6 0 0 25 0 1 0 1558341489 105177088 2446 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2446 481 235 0 24379 0
Current children cumulated CPU time (s) 698.74
Current children cumulated vsize (KiB) 102712

[startup+762.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651640/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=758.69
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5639 0 0 0 75863 6 0 0 25 0 1 0 1558341489 105177088 2460 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2460 481 235 0 24379 0
Current children cumulated CPU time (s) 758.69
Current children cumulated vsize (KiB) 102712

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

[startup+767.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651640/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=764.29
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5645 0 0 0 76423 6 0 0 25 0 1 0 1558341489 105177088 2466 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2466 481 235 0 24379 0
Current children cumulated CPU time (s) 764.29
Current children cumulated vsize (KiB) 102712

[startup+774.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651576/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=770.67
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5686 0 0 0 77061 6 0 0 25 0 1 0 1558341489 105177088 2507 996147200 134512640 135477443 4294956224 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2507 481 235 0 24379 0
Current children cumulated CPU time (s) 770.67
Current children cumulated vsize (KiB) 102712

[startup+777.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651448/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=773.87
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5718 0 0 0 77381 6 0 0 25 0 1 0 1558341489 105177088 2539 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2539 481 235 0 24379 0
Current children cumulated CPU time (s) 773.87
Current children cumulated vsize (KiB) 102712

[startup+778.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651448/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=774.67
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5718 0 0 0 77461 6 0 0 25 0 1 0 1558341489 105177088 2539 996147200 134512640 135477443 4294956224 18446744073709551615 134590201 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2539 481 235 0 24379 0
Current children cumulated CPU time (s) 774.67
Current children cumulated vsize (KiB) 102712

[startup+779.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651448/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=775.47
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5718 0 0 0 77541 6 0 0 25 0 1 0 1558341489 105177088 2539 996147200 134512640 135477443 4294956224 18446744073709551615 134598117 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2539 481 235 0 24379 0
Current children cumulated CPU time (s) 775.47
Current children cumulated vsize (KiB) 102712

[startup+779.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18150
/proc/meminfo: memFree=1651448/2055920 swapFree=4097164/4192956
[pid=18116] ppid=18114 vsize=102712 CPUtime=775.67
/proc/18116/stat : 18116 (casperzao) R 18114 18116 15414 0 -1 4194304 5718 0 0 0 77561 6 0 0 25 0 1 0 1558341489 105177088 2539 996147200 134512640 135477443 4294956224 18446744073709551615 135272351 0 0 4096 0 0 0 0 17 0 0 0
/proc/18116/statm: 25678 2539 481 235 0 24379 0
Current children cumulated CPU time (s) 775.67
Current children cumulated vsize (KiB) 102712

Child status: 0
Real time (s): 779.322
CPU time (s): 775.698
CPU user time (s): 775.632
CPU system time (s): 0.065989
CPU usage (%): 99.5349
Max. virtual memory (cumulated for all children) (KiB): 118548

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

runsolver used 0.831873 second user time and 2.20466 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-05 21:38:58
IDJOB=1100238
IDBENCH=59880
IDSOLVER=361
FILE ID=node40/1100238-1215286738
PBS_JOBID= 7882225
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-13_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100238-1215286738/watcher-1100238-1215286738 -o /tmp/evaluation-result-1100238-1215286738/solver-1100238-1215286738 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1100238-1215286738.xml 1352030008 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96a469d9fbfaeb127e293157d68f09e7
RANDOM SEED=1352030008

node40.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.209
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.209
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:       1678752 kB
Buffers:         50932 kB
Cached:         171068 kB
SwapCached:      89440 kB
Active:         253172 kB
Inactive:        76060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678752 kB
SwapTotal:     4192956 kB
SwapFree:      4097164 kB
Dirty:            3976 kB
Writeback:           0 kB
Mapped:         123424 kB
Slab:            33020 kB
Committed_AS:  3164940 kB
PageTables:       2080 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= 66544 MiB
End job on node40 at 2008-07-05 21:51:58