Trace number 1056923

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.07 1804.61

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-15_ext.xml
MD5SUM49ece5c5a71ddb66f0927be7e6359085
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark289.926
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.28/0.36	c Building = 1
0.38/0.44	c [ NumberOfVariables = 24 ]
0.38/0.44	c [ NumberOfConstraints = 76 ]
0.38/0.44	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.44	c SymmetrySearch = 1
1.67/1.77	c InitialPropagation = 1
1.67/1.79	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.67/1.79	c InitialSAC = 1
1.97/2.05	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.97/2.05	c Search(SampleFF) : 
95.35/96.11	c [ Sampling domwdeg ]
95.35/96.11	c [ Sampling impacts ]
95.35/96.11	c [ Sampling la ]
95.35/96.11	c [ SamplingScores: ]
95.35/96.11	c [ domwdeg+min = 1.73724e-07 | domwdeg+rnd = 1.16819e-07 ]
95.35/96.11	c [ impacts+min = 8.73449e-07 | impacts+rnd = 1.46165e-06 ]
95.35/96.11	c [ la+min = 1.69206e-10 | la+rnd = 1.2444e-09 ]
95.35/96.11	c [ domwdeg = 1.45271e-07 | impacts = 1.16755e-06 | la = 7.06803e-10 ]
95.35/96.11	c [ min = 3.49114e-07 | rand = 1.16755e-06 ]
95.35/96.11	c [ restarting at (0.20002,3.14076e-06) ]
95.85/96.65	c [ restarting at (0.500051,6.07526e-06) ]
97.25/98.01	c [ restarting at (1.25013,1.43465e-07) ]
100.52/101.37	c [ restarting at (3.12532,1.64519e-05) ]
108.85/109.78	c [ restarting at (7.8133,1.33122e-05) ]
129.69/130.73	c [ restarting at (19.5332,4.02244e-05) ]
181.69/183.10	c [ restarting at (48.8331,0.000146445) ]
311.51/313.95	c [ restarting at (122.083,0.000121568) ]
530.65/534.71	c [ restarting at (305.207,0.000217061) ]
1293.54/1297.95	c [ restarting at (763.017,0.00182136) ]

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.94 1.67 4/72 18303
/proc/meminfo: memFree=1191536/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=1056 CPUtime=0
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1989724482 1081344 26 996147200 134512640 135477443 4294956240 18446744073709551615 1979172 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 264 26 20 235 0 3 0

[startup+0.210967 s]
/proc/loadavg: 1.85 1.94 1.67 4/72 18303
/proc/meminfo: memFree=1191536/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=9812 CPUtime=0.19
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 1555 0 0 0 19 0 0 0 19 0 1 0 1989724482 10047488 1515 996147200 134512640 135477443 4294956240 18446744073709551615 134785437 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 2453 1515 365 235 0 1154 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9812

[startup+0.302841 s]
/proc/loadavg: 1.85 1.94 1.67 4/72 18303
/proc/meminfo: memFree=1191536/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=11800 CPUtime=0.28
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 2053 0 0 0 28 0 0 0 19 0 1 0 1989724482 12083200 2013 996147200 134512640 135477443 4294956240 18446744073709551615 134713698 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 2950 2013 365 235 0 1651 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11800

[startup+0.402851 s]
/proc/loadavg: 1.85 1.94 1.67 4/72 18303
/proc/meminfo: memFree=1191536/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=116768 CPUtime=0.38
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 4797 0 0 0 37 1 0 0 20 0 1 0 1989724482 119570432 4757 996147200 134512640 135477443 4294956240 18446744073709551615 135269150 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 29192 4757 391 235 0 27893 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 116768

[startup+0.702885 s]
/proc/loadavg: 1.85 1.94 1.67 4/72 18303
/proc/meminfo: memFree=1191536/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=145780 CPUtime=0.68
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 11147 0 0 0 65 3 0 0 23 0 1 0 1989724482 149278720 11107 996147200 134512640 135477443 4294956240 18446744073709551615 2413376 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 36445 11107 432 235 0 35146 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 145780

[startup+1.50195 s]
/proc/loadavg: 1.86 1.94 1.67 3/73 18304
/proc/meminfo: memFree=1100136/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=216400 CPUtime=1.47
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 24575 0 0 0 139 8 0 0 25 0 1 0 1989724482 221593600 24373 996147200 134512640 135477443 4294956240 18446744073709551615 134536224 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 54100 24373 437 235 0 52801 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 216400

[startup+3.10109 s]
/proc/loadavg: 1.86 1.94 1.67 3/73 18304
/proc/meminfo: memFree=1170344/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=3.06
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 25513 0 0 0 297 9 0 0 25 0 1 0 1989724482 124678144 5653 996147200 134512640 135477443 4294956240 18446744073709551615 135268218 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 5653 477 235 0 29140 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121756

[startup+6.30138 s]
/proc/loadavg: 1.87 1.94 1.67 3/73 18304
/proc/meminfo: memFree=1169960/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=6.23
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 25587 0 0 0 614 9 0 0 25 0 1 0 1989724482 124678144 5727 996147200 134512640 135477443 4294956240 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 5727 477 235 0 29140 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 121756

[startup+12.702 s]
/proc/loadavg: 1.88 1.94 1.68 3/73 18304
/proc/meminfo: memFree=1169768/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=12.58
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 25620 0 0 0 1249 9 0 0 25 0 1 0 1989724482 124678144 5760 996147200 134512640 135477443 4294956240 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 5760 477 235 0 29140 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 121756

[startup+25.5061 s]
/proc/loadavg: 1.91 1.94 1.68 3/73 18304
/proc/meminfo: memFree=1169640/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=25.29
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 25672 0 0 0 2520 9 0 0 25 0 1 0 1989724482 124678144 5812 996147200 134512640 135477443 4294956240 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 5812 477 235 0 29140 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 121756

[startup+51.1024 s]
/proc/loadavg: 1.94 1.95 1.69 3/73 18304
/proc/meminfo: memFree=1169704/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=50.69
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 25674 0 0 0 5059 10 0 0 25 0 1 0 1989724482 124678144 5814 996147200 134512640 135477443 4294956240 18446744073709551615 134600793 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 5814 479 235 0 29140 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 121756

[startup+102.303 s]
/proc/loadavg: 1.97 1.95 1.70 3/73 18304
/proc/meminfo: memFree=1169512/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=101.51
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 25710 0 0 0 10141 10 0 0 25 0 1 0 1989724482 124678144 5850 996147200 134512640 135477443 4294956240 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 5850 480 235 0 29140 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 121756

[startup+162.302 s]
/proc/loadavg: 1.99 1.96 1.72 3/73 18304
/proc/meminfo: memFree=1168424/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=161.05
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 25962 0 0 0 16095 10 0 0 25 0 1 0 1989724482 124678144 6102 996147200 134512640 135477443 4294956240 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 6102 480 235 0 29140 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 121756

[startup+222.303 s]
/proc/loadavg: 1.99 1.96 1.73 3/73 18304
/proc/meminfo: memFree=1168232/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=220.6
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 25999 0 0 0 22050 10 0 0 25 0 1 0 1989724482 124678144 6139 996147200 134512640 135477443 4294956240 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 6139 480 235 0 29140 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 121756

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.75 3/73 18304
/proc/meminfo: memFree=1168168/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=280.15
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26025 0 0 0 28005 10 0 0 25 0 1 0 1989724482 124678144 6165 996147200 134512640 135477443 4294956240 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 6165 480 235 0 29140 0
Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (KiB) 121756

[startup+342.306 s]
/proc/loadavg: 1.99 1.97 1.76 3/73 18304
/proc/meminfo: memFree=1167720/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=339.7
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26159 0 0 0 33960 10 0 0 25 0 1 0 1989724482 124678144 6299 996147200 134512640 135477443 4294956240 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 6299 480 235 0 29140 0
Current children cumulated CPU time (s) 339.7
Current children cumulated vsize (KiB) 121756

[startup+402.303 s]
/proc/loadavg: 1.99 1.97 1.77 3/73 18304
/proc/meminfo: memFree=1167656/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=399.24
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26191 0 0 0 39914 10 0 0 25 0 1 0 1989724482 124678144 6331 996147200 134512640 135477443 4294956240 18446744073709551615 134590264 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 6331 480 235 0 29140 0
Current children cumulated CPU time (s) 399.24
Current children cumulated vsize (KiB) 121756

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.78 3/73 18304
/proc/meminfo: memFree=1167144/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=458.8
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 45869 11 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 458.8
Current children cumulated vsize (KiB) 121756

[startup+522.303 s]
/proc/loadavg: 1.99 1.97 1.79 3/73 18304
/proc/meminfo: memFree=1167080/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=518.35
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 51824 11 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 518.35
Current children cumulated vsize (KiB) 121756

[startup+582.303 s]
/proc/loadavg: 1.96 1.96 1.80 3/73 18338
/proc/meminfo: memFree=1150952/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=578.22
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 57810 12 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 578.22
Current children cumulated vsize (KiB) 121756

[startup+642.302 s]
/proc/loadavg: 1.98 1.96 1.81 3/73 18338
/proc/meminfo: memFree=1150504/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=638.19
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 63807 12 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 638.19
Current children cumulated vsize (KiB) 121756


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.97 1.83 3/73 18338
/proc/meminfo: memFree=1149544/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=818.12
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 81800 12 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 818.12
Current children cumulated vsize (KiB) 121756

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.84 3/73 18338
/proc/meminfo: memFree=1149416/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=878.1
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 87798 12 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 878.1
Current children cumulated vsize (KiB) 121756

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.84 3/73 18338
/proc/meminfo: memFree=1149480/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=938.07
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 93795 12 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134600949 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 938.07
Current children cumulated vsize (KiB) 121756

[startup+1002.31 s]
/proc/loadavg: 1.99 1.97 1.85 3/73 18338
/proc/meminfo: memFree=1149416/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=998.05
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 99793 12 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 998.05
Current children cumulated vsize (KiB) 121756

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/73 18338
/proc/meminfo: memFree=1149032/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1058.02
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 105790 12 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 1058.02
Current children cumulated vsize (KiB) 121756

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/73 18338
/proc/meminfo: memFree=1148904/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1118.01
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 111788 13 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 1118.01
Current children cumulated vsize (KiB) 121756

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/73 18338
/proc/meminfo: memFree=1148712/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1177.99
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 117786 13 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 1177.99
Current children cumulated vsize (KiB) 121756

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/73 18338
/proc/meminfo: memFree=1148520/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1237.96
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 123783 13 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590252 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 1237.96
Current children cumulated vsize (KiB) 121756

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/73 18338
/proc/meminfo: memFree=1148520/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1297.94
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 129781 13 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 1297.94
Current children cumulated vsize (KiB) 121756

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/73 18338
/proc/meminfo: memFree=1148520/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1357.92
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26304 0 0 0 135779 13 0 0 25 0 1 0 1989724482 124678144 6444 996147200 134512640 135477443 4294956240 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6444 480 235 0 29140 0
Current children cumulated CPU time (s) 1357.92
Current children cumulated vsize (KiB) 121756

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/73 18338
/proc/meminfo: memFree=1148520/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1417.89
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26404 0 0 0 141776 13 0 0 25 0 1 0 1989724482 124678144 6544 996147200 134512640 135477443 4294956240 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6544 480 235 0 29140 0
Current children cumulated CPU time (s) 1417.89
Current children cumulated vsize (KiB) 121756

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/73 18338
/proc/meminfo: memFree=1148072/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1477.87
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26474 0 0 0 147774 13 0 0 25 0 1 0 1989724482 124678144 6614 996147200 134512640 135477443 4294956240 18446744073709551615 134590313 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6614 480 235 0 29140 0
Current children cumulated CPU time (s) 1477.87
Current children cumulated vsize (KiB) 121756

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/73 18338
/proc/meminfo: memFree=1148072/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1537.85
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26474 0 0 0 153772 13 0 0 25 0 1 0 1989724482 124678144 6614 996147200 134512640 135477443 4294956240 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6614 480 235 0 29140 0
Current children cumulated CPU time (s) 1537.85
Current children cumulated vsize (KiB) 121756

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18338
/proc/meminfo: memFree=1148072/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1597.82
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26474 0 0 0 159769 13 0 0 25 0 1 0 1989724482 124678144 6614 996147200 134512640 135477443 4294956240 18446744073709551615 134590201 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6614 480 235 0 29140 0
Current children cumulated CPU time (s) 1597.82
Current children cumulated vsize (KiB) 121756

[startup+1662.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18338
/proc/meminfo: memFree=1148072/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1657.8
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26474 0 0 0 165767 13 0 0 25 0 1 0 1989724482 124678144 6614 996147200 134512640 135477443 4294956240 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6614 480 235 0 29140 0
Current children cumulated CPU time (s) 1657.8
Current children cumulated vsize (KiB) 121756

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18338
/proc/meminfo: memFree=1147688/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1717.78
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26474 0 0 0 171765 13 0 0 25 0 1 0 1989724482 124678144 6614 996147200 134512640 135477443 4294956240 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6614 480 235 0 29140 0
Current children cumulated CPU time (s) 1717.78
Current children cumulated vsize (KiB) 121756

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18338
/proc/meminfo: memFree=1147496/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1777.75
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26474 0 0 0 177762 13 0 0 25 0 1 0 1989724482 124678144 6614 996147200 134512640 135477443 4294956240 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6614 480 235 0 29140 0
Current children cumulated CPU time (s) 1777.75
Current children cumulated vsize (KiB) 121756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18338
/proc/meminfo: memFree=1147496/2055920 swapFree=4179484/4192956
[pid=18303] ppid=18301 vsize=121756 CPUtime=1800.06
/proc/18303/stat : 18303 (casperzao) R 18301 18303 18110 0 -1 4194304 26474 0 0 0 179992 14 0 0 25 0 1 0 1989724482 124678144 6614 996147200 134512640 135477443 4294956240 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/18303/statm: 30439 6614 480 235 0 29140 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121756

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.61
CPU time (s): 1800.07
CPU user time (s): 1799.92
CPU system time (s): 0.144977
CPU usage (%): 99.7482
Max. virtual memory (cumulated for all children) (KiB): 216400

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

runsolver used 1.67175 second user time and 4.96824 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-03 19:52:00
IDJOB=1056923
IDBENCH=53980
IDSOLVER=361
FILE ID=node43/1056923-1215107520
PBS_JOBID= 7877119
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-15_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056923-1215107520/watcher-1056923-1215107520 -o /tmp/evaluation-result-1056923-1215107520/solver-1056923-1215107520 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1056923-1215107520.xml 50465725 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 49ece5c5a71ddb66f0927be7e6359085
RANDOM SEED=50465725

node43.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.230
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.230
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:       1192016 kB
Buffers:         80972 kB
Cached:         686352 kB
SwapCached:       7332 kB
Active:         274668 kB
Inactive:       511012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192016 kB
SwapTotal:     4192956 kB
SwapFree:      4179484 kB
Dirty:            5848 kB
Writeback:           0 kB
Mapped:          25440 kB
Slab:            63432 kB
Committed_AS:  3641660 kB
PageTables:       1840 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 node43 at 2008-07-03 20:22:07