Trace number 1094656

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.14 1816

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-14.xml
MD5SUM92e7bec746635480f5800308fc5016ce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.1379
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.19	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.19	c Parsing = 1
7.01/7.16	c Building = 1
8.79/8.96	c [ NumberOfVariables = 23 ]
8.79/8.96	c [ NumberOfConstraints = 16 ]
8.79/8.96	c [ SizeOfSearchSpace(log2) = 36.4541 ]
8.79/8.96	c SymmetrySearch = (OutOfMemory)
12.76/13.00	c [ Proceeding without symmetry breaking ]
13.45/13.62	c InitialPropagation = 1
13.45/13.69	c [ SizeOfSearchSpace(log2) = 36.4541 ]
13.45/13.69	c InitialSAC = 1
21.37/21.65	c [ SizeOfSearchSpace(log2) = 36.4541 ]
21.37/21.65	c Search(SampleFF) : 
298.29/301.01	c [ Sampling domwdeg ]
298.29/301.01	c [ Sampling impacts ]
298.29/301.01	c [ Sampling la ]
298.29/301.01	c [ SamplingScores: ]
298.29/301.01	c [ domwdeg+min = 1.06248e-05 | domwdeg+rnd = 3.46891e-06 ]
298.29/301.01	c [ impacts+min = 1.31535e-06 | impacts+rnd = 1.61412e-06 ]
298.29/301.01	c [ la+min = 4.75334e-07 | la+rnd = 1.58445e-07 ]
298.29/301.01	c [ domwdeg = 7.04687e-06 | impacts = 1.46473e-06 | la = 3.16889e-07 ]
298.29/301.01	c [ min = 4.1385e-06 | rand = 1.46473e-06 ]
298.29/301.01	c [ restarting at (0.1,1.69351e-05) ]
300.58/303.32	c [ restarting at (0.25,1.69351e-05) ]
303.25/306.06	c [ restarting at (0.625,1.69351e-05) ]
305.84/308.61	c [ restarting at (1.5625,1.69351e-05) ]
310.00/312.88	c [ restarting at (3.90625,7.33854e-05) ]
320.50/323.46	c [ restarting at (9.76562,0.000457247) ]
346.66/349.88	c [ restarting at (24.4141,0.00274348) ]
411.57/415.33	c [ restarting at (61.0352,0.00594422) ]
573.70/578.95	c [ restarting at (152.588,0.00960219) ]
677.57/683.71	c [ restarting at (381.47,0.00570712) ]
1622.02/1637.85	c [ restarting at (953.674,0.0603567) ]

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

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.21 2.06 2.01 4/81 18014
/proc/meminfo: memFree=1173824/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=15400 CPUtime=0.19
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 2953 0 0 0 18 1 0 0 19 0 1 0 2004217678 15769600 2913 996147200 134512640 135477443 4294956224 18446744073709551615 134780701 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 3850 2913 364 235 0 2551 0

[startup+0.310429 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 18014
/proc/meminfo: memFree=1173824/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=15400 CPUtime=0.3
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 2953 0 0 0 28 2 0 0 20 0 1 0 2004217678 15769600 2913 996147200 134512640 135477443 4294956224 18446744073709551615 134783824 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 3850 2913 364 235 0 2551 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 15400

[startup+0.402449 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 18014
/proc/meminfo: memFree=1173824/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=15400 CPUtime=0.39
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 2953 0 0 0 37 2 0 0 20 0 1 0 2004217678 15769600 2913 996147200 134512640 135477443 4294956224 18446744073709551615 134780698 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 3850 2913 364 235 0 2551 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 15400

[startup+0.502467 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 18014
/proc/meminfo: memFree=1173824/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=25360 CPUtime=0.49
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 5443 0 0 0 46 3 0 0 21 0 1 0 2004217678 25968640 5403 996147200 134512640 135477443 4294956224 18446744073709551615 134780678 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 6340 5403 365 235 0 5041 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 25360

[startup+0.702497 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 18014
/proc/meminfo: memFree=1173824/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=25360 CPUtime=0.68
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 5443 0 0 0 65 3 0 0 23 0 1 0 2004217678 25968640 5403 996147200 134512640 135477443 4294956224 18446744073709551615 134780687 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 6340 5403 365 235 0 5041 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25360

[startup+1.50162 s]
/proc/loadavg: 2.21 2.06 2.01 3/82 18015
/proc/meminfo: memFree=1144952/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=45280 CPUtime=1.47
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 10424 0 0 0 140 7 0 0 25 0 1 0 2004217678 46366720 10384 996147200 134512640 135477443 4294956224 18446744073709551615 134780695 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 11320 10384 365 235 0 10021 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 45280

[startup+3.10187 s]
/proc/loadavg: 2.21 2.06 2.01 3/82 18015
/proc/meminfo: memFree=1115000/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=75160 CPUtime=3.05
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 17897 0 0 0 294 11 0 0 25 0 1 0 2004217678 76963840 17857 996147200 134512640 135477443 4294956224 18446744073709551615 134785415 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 18790 17857 365 235 0 17491 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 75160

[startup+6.30137 s]
/proc/loadavg: 2.19 2.05 2.01 3/82 18015
/proc/meminfo: memFree=1045624/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=154840 CPUtime=6.22
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 37823 0 0 0 599 23 0 0 25 0 1 0 2004217678 158556160 37783 996147200 134512640 135477443 4294956224 18446744073709551615 134780695 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 38710 37783 365 235 0 37411 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 154840

[startup+12.7014 s]
/proc/loadavg: 2.18 2.05 2.01 3/82 18015
/proc/meminfo: memFree=534072/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=851520 CPUtime=12.55
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 169577 0 0 0 1182 73 0 0 25 0 1 0 2004217678 871956480 169537 996147200 134512640 135477443 4294956224 18446744073709551615 8154937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 212880 169537 432 235 0 211581 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 851520

[startup+25.5023 s]
/proc/loadavg: 2.14 2.05 2.01 3/82 18015
/proc/meminfo: memFree=479672/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=25.24
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176558 0 0 0 2448 76 0 0 25 0 1 0 2004217678 890302464 174166 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174166 475 235 0 216060 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 869436

[startup+51.1023 s]
/proc/loadavg: 2.09 2.05 2.01 3/82 18015
/proc/meminfo: memFree=478264/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=50.61
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176667 0 0 0 4985 76 0 0 25 0 1 0 2004217678 890302464 174275 996147200 134512640 135477443 4294956224 18446744073709551615 134600965 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174275 475 235 0 216060 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 869436

[startup+102.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/82 18015
/proc/meminfo: memFree=478968/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=101.35
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176685 0 0 0 10059 76 0 0 25 0 1 0 2004217678 890302464 174293 996147200 134512640 135477443 4294956224 18446744073709551615 134600957 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174293 477 235 0 216060 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 869436

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 18015
/proc/meminfo: memFree=478968/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=160.83
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176685 0 0 0 16006 77 0 0 25 0 1 0 2004217678 890302464 174293 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174293 477 235 0 216060 0
Current children cumulated CPU time (s) 160.83
Current children cumulated vsize (KiB) 869436

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 18015
/proc/meminfo: memFree=478904/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=220.3
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176685 0 0 0 21953 77 0 0 25 0 1 0 2004217678 890302464 174293 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174293 477 235 0 216060 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 869436

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 18015
/proc/meminfo: memFree=478904/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=279.77
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176685 0 0 0 27900 77 0 0 25 0 1 0 2004217678 890302464 174293 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174293 477 235 0 216060 0
Current children cumulated CPU time (s) 279.77
Current children cumulated vsize (KiB) 869436

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 18015
/proc/meminfo: memFree=478904/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=339.23
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176702 0 0 0 33845 78 0 0 25 0 1 0 2004217678 890302464 174310 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174310 486 235 0 216060 0
Current children cumulated CPU time (s) 339.23
Current children cumulated vsize (KiB) 869436

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18015
/proc/meminfo: memFree=478840/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=398.69
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176709 0 0 0 39791 78 0 0 25 0 1 0 2004217678 890302464 174317 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174317 486 235 0 216060 0
Current children cumulated CPU time (s) 398.69
Current children cumulated vsize (KiB) 869436

[startup+462.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18015
/proc/meminfo: memFree=478840/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=458.16
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176709 0 0 0 45738 78 0 0 25 0 1 0 2004217678 890302464 174317 996147200 134512640 135477443 4294956224 18446744073709551615 134590154 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174317 486 235 0 216060 0
Current children cumulated CPU time (s) 458.16
Current children cumulated vsize (KiB) 869436

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18015
/proc/meminfo: memFree=478776/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=517.62
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176709 0 0 0 51684 78 0 0 25 0 1 0 2004217678 890302464 174317 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174317 486 235 0 216060 0
Current children cumulated CPU time (s) 517.62
Current children cumulated vsize (KiB) 869436

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18015
/proc/meminfo: memFree=478712/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=577.07
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176709 0 0 0 57629 78 0 0 25 0 1 0 2004217678 890302464 174317 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174317 486 235 0 216060 0
Current children cumulated CPU time (s) 577.07
Current children cumulated vsize (KiB) 869436

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18015
/proc/meminfo: memFree=478648/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=636.55
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176709 0 0 0 63577 78 0 0 25 0 1 0 2004217678 890302464 174317 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174317 486 235 0 216060 0
Current children cumulated CPU time (s) 636.55
Current children cumulated vsize (KiB) 869436


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

[startup+822.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 18072
/proc/meminfo: memFree=857824/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=813.7
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176712 0 0 0 81287 83 0 0 25 0 1 0 2004217678 890302464 174320 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174320 486 235 0 216060 0
Current children cumulated CPU time (s) 813.7
Current children cumulated vsize (KiB) 869436

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 18072
/proc/meminfo: memFree=857632/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=872.53
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176718 0 0 0 87170 83 0 0 25 0 1 0 2004217678 890302464 174326 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174326 486 235 0 216060 0
Current children cumulated CPU time (s) 872.53
Current children cumulated vsize (KiB) 869436

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 18072
/proc/meminfo: memFree=857632/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=931.37
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 93054 83 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 931.37
Current children cumulated vsize (KiB) 869436

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 18072
/proc/meminfo: memFree=857568/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=990.21
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 98938 83 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134590327 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 990.21
Current children cumulated vsize (KiB) 869436

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 18072
/proc/meminfo: memFree=857568/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1049.04
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 104821 83 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1049.04
Current children cumulated vsize (KiB) 869436

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 18072
/proc/meminfo: memFree=857568/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1107.88
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 110705 83 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1107.88
Current children cumulated vsize (KiB) 869436

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 18072
/proc/meminfo: memFree=857568/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1166.72
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 116588 84 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1166.72
Current children cumulated vsize (KiB) 869436

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 18075
/proc/meminfo: memFree=940512/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1226.7
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 122586 84 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134590157 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1226.7
Current children cumulated vsize (KiB) 869436

[startup+1302.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/85 18075
/proc/meminfo: memFree=940512/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1286.66
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 128582 84 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1286.66
Current children cumulated vsize (KiB) 869436

[startup+1362.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/85 18076
/proc/meminfo: memFree=940256/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1346.63
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 134579 84 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134600967 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1346.63
Current children cumulated vsize (KiB) 869436

[startup+1422.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/85 18077
/proc/meminfo: memFree=940064/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1406.62
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 140577 85 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134590297 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1406.62
Current children cumulated vsize (KiB) 869436

[startup+1482.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/85 18077
/proc/meminfo: memFree=940064/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1466.59
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 146574 85 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1466.59
Current children cumulated vsize (KiB) 869436

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/85 18077
/proc/meminfo: memFree=940064/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1526.56
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 152571 85 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134590194 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1526.56
Current children cumulated vsize (KiB) 869436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 18077
/proc/meminfo: memFree=940064/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1586.53
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 158568 85 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134600930 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1586.53
Current children cumulated vsize (KiB) 869436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 18077
/proc/meminfo: memFree=940064/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1646.51
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 164566 85 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134600885 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1646.51
Current children cumulated vsize (KiB) 869436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 18077
/proc/meminfo: memFree=940064/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1706.47
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 170562 85 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1706.47
Current children cumulated vsize (KiB) 869436

[startup+1782.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 18077
/proc/meminfo: memFree=940064/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1766.45
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 176560 85 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1766.45
Current children cumulated vsize (KiB) 869436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 18077
/proc/meminfo: memFree=940064/2055920 swapFree=4179828/4192956
[pid=18014] ppid=18012 vsize=869436 CPUtime=1800.03
/proc/18014/stat : 18014 (casperzao) R 18012 18014 17274 0 -1 4194304 176727 0 0 0 179918 85 0 0 25 0 1 0 2004217678 890302464 174335 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/18014/statm: 217359 174335 486 235 0 216060 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 869436

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): 1816
CPU time (s): 1800.14
CPU user time (s): 1799.19
CPU system time (s): 0.954854
CPU usage (%): 99.1265
Max. virtual memory (cumulated for all children) (KiB): 878844

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

runsolver used 2.01869 second user time and 5.38318 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 12:07:22
IDJOB=1094656
IDBENCH=58817
IDSOLVER=361
FILE ID=node34/1094656-1215252436
PBS_JOBID= 7882021
Free space on /tmp= 66368 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-14.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094656-1215252436/watcher-1094656-1215252436 -o /tmp/evaluation-result-1094656-1215252436/solver-1094656-1215252436 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1094656-1215252436.xml 47570016 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 92e7bec746635480f5800308fc5016ce
RANDOM SEED=47570016

node34.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.259
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.259
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:       1174304 kB
Buffers:         17608 kB
Cached:         331848 kB
SwapCached:       7272 kB
Active:         706548 kB
Inactive:       118996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1174304 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:           73584 kB
Writeback:           0 kB
Mapped:         491912 kB
Slab:            40220 kB
Committed_AS:  4309916 kB
PageTables:       2820 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= 66404 MiB
End job on node34 at 2008-07-05 12:37:40