Trace number 1075172

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 zao? (TO) 1800.06 1806.92

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph9-f9.xml
MD5SUM17a33451183b9900020243750ee5373a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.949855
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
1.77/1.82	c [ NumberOfVariables = 916 ]
1.77/1.82	c [ NumberOfConstraints = 5246 ]
1.77/1.82	c [ SizeOfSearchSpace(log2) = 4526.06 ]
1.77/1.82	c SymmetrySearch = 1
1.87/1.97	c InitialPropagation = 1
1.97/2.01	c [ SizeOfSearchSpace(log2) = 4103.91 ]
1.97/2.01	c InitialSAC = 1
1.97/2.08	c [ SizeOfSearchSpace(log2) = 4103.91 ]
1.97/2.08	c Search(SampleFF) : 
130.63/131.87	c [ Sampling domwdeg ]
130.63/131.87	c [ Sampling impacts ]
130.63/131.87	c [ Sampling la ]
130.63/131.87	c [ SamplingScores: ]
130.63/131.87	c [ domwdeg+min = 0.00572761 | domwdeg+rnd = 0.0082866 ]
130.63/131.87	c [ impacts+min = 2.19749e-21 | impacts+rnd = 3.35254e-09 ]
130.63/131.87	c [ la+min = 2.6172e-05 | la+rnd = 2.01714e-05 ]
130.63/131.87	c [ domwdeg = 0.0070071 | impacts = 1.67627e-09 | la = 2.31717e-05 ]
130.63/131.87	c [ min = 0.00191793 | rand = 1.67627e-09 ]
130.63/131.87	c [ restarting at (0.20002,0.00208293) ]
131.22/132.41	c [ restarting at (0.500051,0.00219743) ]
132.51/133.75	c [ restarting at (1.25013,0.00241412) ]
135.88/137.11	c [ restarting at (3.12532,0.00241412) ]
144.10/145.49	c [ restarting at (7.8133,0.00207103) ]
164.92/166.43	c [ restarting at (19.5332,0.00207103) ]
216.77/218.79	c [ restarting at (48.8331,1.2223e-05) ]
346.52/349.67	c [ restarting at (122.083,0.000370765) ]
519.41/524.08	c [ restarting at (305.207,0.000475135) ]
1281.06/1287.57	c [ restarting at (763.017,0.00207105) ]

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

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.08 2.02 2.01 4/81 22121
/proc/meminfo: memFree=1598784/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=1056 CPUtime=0
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1306275471 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7619364 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 264 26 20 235 0 3 0

[startup+0.068755 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 22121
/proc/meminfo: memFree=1598784/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=6108 CPUtime=0.05
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 637 0 0 0 5 0 0 0 18 0 1 0 1306275471 6254592 597 996147200 134512640 135477443 4294956224 18446744073709551615 8085086 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 1527 597 370 235 0 228 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6108

[startup+0.10176 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 22121
/proc/meminfo: memFree=1598784/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=6504 CPUtime=0.09
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 726 0 0 0 9 0 0 0 18 0 1 0 1306275471 6660096 686 996147200 134512640 135477443 4294956224 18446744073709551615 134755032 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 1626 686 370 235 0 327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6504

[startup+0.301802 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 22121
/proc/meminfo: memFree=1598784/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=289492 CPUtime=0.28
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 3198 0 0 0 26 2 0 0 19 0 1 0 1306275471 296439808 2095 996147200 134512640 135477443 4294956224 18446744073709551615 135102184 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 72373 2095 458 235 0 71074 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 289492

[startup+0.701881 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 22121
/proc/meminfo: memFree=1598784/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=106868 CPUtime=0.68
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 8327 0 0 0 60 8 0 0 23 0 1 0 1306275471 109432832 3981 996147200 134512640 135477443 4294956224 18446744073709551615 7949189 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 26717 3981 458 235 0 25418 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 106868

[startup+1.50104 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 22122
/proc/meminfo: memFree=1578872/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=304540 CPUtime=1.47
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 18595 0 0 0 126 21 0 0 25 0 1 0 1306275471 311848960 7815 996147200 134512640 135477443 4294956224 18446744073709551615 135268928 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 76135 7815 458 235 0 74836 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 304540

[startup+3.10236 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 22122
/proc/meminfo: memFree=1559928/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=121596 CPUtime=3.06
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 24005 0 0 0 281 25 0 0 25 0 1 0 1306275471 124514304 10133 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 30399 10133 505 235 0 29100 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121596

[startup+6.30199 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 22122
/proc/meminfo: memFree=1559800/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=121596 CPUtime=6.23
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 24005 0 0 0 598 25 0 0 25 0 1 0 1306275471 124514304 10133 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 30399 10133 505 235 0 29100 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 121596

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 22122
/proc/meminfo: memFree=1559800/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=121596 CPUtime=12.57
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 24005 0 0 0 1232 25 0 0 25 0 1 0 1306275471 124514304 10133 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 30399 10133 505 235 0 29100 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 121596

[startup+25.5018 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 22122
/proc/meminfo: memFree=1552952/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=128476 CPUtime=25.25
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 25752 0 0 0 2499 26 0 0 25 0 1 0 1306275471 131559424 11880 996147200 134512640 135477443 4294956224 18446744073709551615 135237402 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 32119 11880 506 235 0 30820 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 128476

[startup+51.1018 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 22122
/proc/meminfo: memFree=1551480/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=128484 CPUtime=50.63
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 26117 0 0 0 5036 27 0 0 25 0 1 0 1306275471 131567616 12245 996147200 134512640 135477443 4294956224 18446744073709551615 135238577 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 32121 12245 506 235 0 30822 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 128484

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 22123
/proc/meminfo: memFree=1544184/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=101.39
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27868 0 0 0 10111 28 0 0 25 0 1 0 1306275471 138743808 13996 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13996 506 235 0 32574 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 135492

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22124
/proc/meminfo: memFree=1544184/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=160.85
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 16057 28 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 135492

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22124
/proc/meminfo: memFree=1544184/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=220.33
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 22005 28 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 220.33
Current children cumulated vsize (KiB) 135492

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22124
/proc/meminfo: memFree=1544184/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=279.81
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 27952 29 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 279.81
Current children cumulated vsize (KiB) 135492

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22124
/proc/meminfo: memFree=1544248/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=339.28
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 33899 29 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 339.28
Current children cumulated vsize (KiB) 135492

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22124
/proc/meminfo: memFree=1544248/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=398.76
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 39847 29 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208581 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 398.76
Current children cumulated vsize (KiB) 135492

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22124
/proc/meminfo: memFree=1544248/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=458.25
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 45795 30 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208561 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 458.25
Current children cumulated vsize (KiB) 135492

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22124
/proc/meminfo: memFree=1544248/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=517.72
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 51742 30 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 517.72
Current children cumulated vsize (KiB) 135492

[startup+582.302 s]
/proc/loadavg: 2.28 2.06 2.02 3/84 22218
/proc/meminfo: memFree=881896/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=577.05
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 57672 33 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 577.05
Current children cumulated vsize (KiB) 135492

[startup+642.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/85 22219
/proc/meminfo: memFree=883936/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=636.49
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 63615 34 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 636.49
Current children cumulated vsize (KiB) 135492


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 22297
/proc/meminfo: memFree=855856/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=876.22
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 87585 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 876.22
Current children cumulated vsize (KiB) 135492

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 22297
/proc/meminfo: memFree=855856/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=936.17
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 93580 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 936.17
Current children cumulated vsize (KiB) 135492

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 22297
/proc/meminfo: memFree=855864/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=996.12
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 99575 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 996.12
Current children cumulated vsize (KiB) 135492

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 22297
/proc/meminfo: memFree=855864/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1056.07
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 105570 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1056.07
Current children cumulated vsize (KiB) 135492

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 22297
/proc/meminfo: memFree=855800/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1116.01
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 111564 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1116.01
Current children cumulated vsize (KiB) 135492

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855800/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1175.96
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 117559 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1175.96
Current children cumulated vsize (KiB) 135492

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855736/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1235.91
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 123554 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1235.91
Current children cumulated vsize (KiB) 135492

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855672/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1295.86
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 129549 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1295.86
Current children cumulated vsize (KiB) 135492

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855608/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1355.8
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 135543 37 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1355.8
Current children cumulated vsize (KiB) 135492

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855608/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1415.77
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 141539 38 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1415.77
Current children cumulated vsize (KiB) 135492

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855608/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1475.71
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 147533 38 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1475.71
Current children cumulated vsize (KiB) 135492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855608/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1535.66
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 153528 38 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1535.66
Current children cumulated vsize (KiB) 135492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855608/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1595.61
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 159523 38 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1595.61
Current children cumulated vsize (KiB) 135492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855608/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1655.56
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 165517 39 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1655.56
Current children cumulated vsize (KiB) 135492

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855608/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1715.51
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 171512 39 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1715.51
Current children cumulated vsize (KiB) 135492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855416/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1775.46
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 177507 39 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1775.46
Current children cumulated vsize (KiB) 135492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855416/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1800.04
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 179965 39 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208684 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 135492

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

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

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22297
/proc/meminfo: memFree=855416/2055920 swapFree=4122068/4192956
[pid=22121] ppid=22119 vsize=135492 CPUtime=1800.04
/proc/22121/stat : 22121 (casperzao) R 22119 22121 19170 0 -1 4194304 27869 0 0 0 179965 39 0 0 25 0 1 0 1306275471 138743808 13997 996147200 134512640 135477443 4294956224 18446744073709551615 135208684 0 0 4096 0 0 0 0 17 0 0 0
/proc/22121/statm: 33873 13997 507 235 0 32574 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 135492

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.92
CPU time (s): 1800.06
CPU user time (s): 1799.65
CPU system time (s): 0.403938
CPU usage (%): 99.6203
Max. virtual memory (cumulated for all children) (KiB): 308764

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

runsolver used 2.45563 second user time and 5.33419 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 16:04:56
IDJOB=1075172
IDBENCH=56489
IDSOLVER=361
FILE ID=node20/1075172-1215180296
PBS_JOBID= 7881478
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph9-f9.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075172-1215180296/watcher-1075172-1215180296 -o /tmp/evaluation-result-1075172-1215180296/solver-1075172-1215180296 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1075172-1215180296.xml 1997124135 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17a33451183b9900020243750ee5373a
RANDOM SEED=1997124135

node20.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.263
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.263
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:       1599264 kB
Buffers:         69744 kB
Cached:         183708 kB
SwapCached:      64788 kB
Active:         265268 kB
Inactive:       115796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599264 kB
SwapTotal:     4192956 kB
SwapFree:      4122068 kB
Dirty:            3828 kB
Writeback:           0 kB
Mapped:         141332 kB
Slab:            60456 kB
Committed_AS:  3399744 kB
PageTables:       2112 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= 66552 MiB
End job on node20 at 2008-07-04 16:35:05