Trace number 1102108

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.05 1803.41

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-22_ext.xml
MD5SUM1729bc579ce595de42e10a64a2efdb08
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark209.235
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints465
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension465
Number of constraints which are defined in intension0
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
0.19/0.21	c [ NumberOfVariables = 50 ]
0.19/0.21	c [ NumberOfConstraints = 465 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.19/0.21	c SymmetrySearch = 1
0.28/0.32	c InitialPropagation = 1
0.28/0.33	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.28/0.33	c InitialSAC = 1
0.49/0.51	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.49/0.51	c Search(SampleFF) : 
86.32/87.08	c [ Sampling domwdeg ]
86.32/87.08	c [ Sampling impacts ]
86.32/87.08	c [ Sampling la ]
86.32/87.08	c [ SamplingScores: ]
86.32/87.08	c [ domwdeg+min = 7.62166e-09 | domwdeg+rnd = 4.29554e-09 ]
86.32/87.08	c [ impacts+min = 9.95794e-07 | impacts+rnd = 1.55612e-07 ]
86.32/87.08	c [ la+min = 2.2893e-09 | la+rnd = 7.03687e-09 ]
86.32/87.08	c [ domwdeg = 5.9586e-09 | impacts = 5.75703e-07 | la = 4.66309e-09 ]
86.32/87.08	c [ min = 3.35235e-07 | rand = 5.75703e-07 ]
86.32/87.08	c [ restarting at (1.13177,1.83589e-07) ]
89.39/90.12	c [ restarting at (2.82944,3.24859e-07) ]
96.93/97.70	c [ restarting at (7.07359,8.242e-06) ]
115.69/116.67	c [ restarting at (17.684,1.05721e-05) ]
162.73/164.07	c [ restarting at (44.21,7.54607e-06) ]
280.33/282.57	c [ restarting at (110.525,2.95276e-05) ]
356.85/359.61	c [ restarting at (276.312,4.28977e-05) ]
1047.75/1050.80	c [ restarting at (690.781,0.00207697) ]

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

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.00 1.99 1.99 4/72 22699
/proc/meminfo: memFree=1752688/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=18572 CPUtime=0
/proc/22699/stat : 22699 (runsolver) R 22697 22699 21324 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2008624774 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22699/statm: 4643 292 257 25 0 2626 0

[startup+0.0930451 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 22699
/proc/meminfo: memFree=1752688/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=0.08
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 1551 0 0 0 8 0 0 0 18 0 1 0 2008624774 105123840 1511 996147200 134512640 135477443 4294956224 18446744073709551615 134613526 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 1511 403 235 0 24366 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 102660

[startup+0.101034 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 22699
/proc/meminfo: memFree=1752688/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=0.08
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 1675 0 0 0 8 0 0 0 18 0 1 0 2008624774 105123840 1635 996147200 134512640 135477443 4294956224 18446744073709551615 134614280 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 1635 403 235 0 24366 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 102660

[startup+0.301066 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 22699
/proc/meminfo: memFree=1752688/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=116568 CPUtime=0.28
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 4744 0 0 0 27 1 0 0 19 0 1 0 2008624774 119365632 4704 996147200 134512640 135477443 4294956224 18446744073709551615 134535448 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 29142 4704 440 235 0 27843 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 116568

[startup+0.701116 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 22699
/proc/meminfo: memFree=1752688/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=0.68
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5419 0 0 0 66 2 0 0 23 0 1 0 2008624774 105123840 2625 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2625 479 235 0 24366 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102660

[startup+1.50121 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743912/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1.48
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5430 0 0 0 146 2 0 0 25 0 1 0 2008624774 105123840 2636 996147200 134512640 135477443 4294956224 18446744073709551615 134584340 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2636 479 235 0 24366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102660

[startup+3.1014 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743784/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=3.06
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5430 0 0 0 304 2 0 0 25 0 1 0 2008624774 105123840 2636 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2636 479 235 0 24366 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 102660

[startup+6.30177 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743656/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=6.24
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5433 0 0 0 622 2 0 0 25 0 1 0 2008624774 105123840 2639 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2639 479 235 0 24366 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 102660

[startup+12.7015 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743656/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=12.59
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5437 0 0 0 1257 2 0 0 25 0 1 0 2008624774 105123840 2643 996147200 134512640 135477443 4294956224 18446744073709551615 134583216 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2643 479 235 0 24366 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 102660

[startup+25.502 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743720/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=25.29
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5439 0 0 0 2527 2 0 0 25 0 1 0 2008624774 105123840 2645 996147200 134512640 135477443 4294956224 18446744073709551615 134584162 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2645 481 235 0 24366 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 102660

[startup+51.101 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743720/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=50.69
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5439 0 0 0 5067 2 0 0 25 0 1 0 2008624774 105123840 2645 996147200 134512640 135477443 4294956224 18446744073709551615 134584101 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2645 481 235 0 24366 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 102660

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743592/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=101.5
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5452 0 0 0 10148 2 0 0 25 0 1 0 2008624774 105123840 2658 996147200 134512640 135477443 4294956224 18446744073709551615 134606935 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2658 482 235 0 24366 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 102660

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743592/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=161.04
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5452 0 0 0 16102 2 0 0 25 0 1 0 2008624774 105123840 2658 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2658 482 235 0 24366 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 102660

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743656/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=220.59
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5453 0 0 0 22056 3 0 0 25 0 1 0 2008624774 105123840 2659 996147200 134512640 135477443 4294956224 18446744073709551615 134584320 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2659 482 235 0 24366 0
Current children cumulated CPU time (s) 220.59
Current children cumulated vsize (KiB) 102660

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743592/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=280.14
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5453 0 0 0 28011 3 0 0 25 0 1 0 2008624774 105123840 2659 996147200 134512640 135477443 4294956224 18446744073709551615 134584173 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2659 482 235 0 24366 0
Current children cumulated CPU time (s) 280.14
Current children cumulated vsize (KiB) 102660

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 22700
/proc/meminfo: memFree=1743528/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=339.68
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5455 0 0 0 33965 3 0 0 25 0 1 0 2008624774 105123840 2661 996147200 134512640 135477443 4294956224 18446744073709551615 134606607 0 0 4096 0 0 0 0 17 1 0 0
/proc/22699/statm: 25665 2661 482 235 0 24366 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 102660

[startup+402.301 s]
/proc/loadavg: 2.04 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1733016/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=399.51
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5455 0 0 0 39948 3 0 0 25 0 1 0 2008624774 105123840 2661 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2661 482 235 0 24366 0
Current children cumulated CPU time (s) 399.51
Current children cumulated vsize (KiB) 102660

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1730264/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=459.49
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5455 0 0 0 45946 3 0 0 25 0 1 0 2008624774 105123840 2661 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2661 482 235 0 24366 0
Current children cumulated CPU time (s) 459.49
Current children cumulated vsize (KiB) 102660

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1729048/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=519.47
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5455 0 0 0 51943 4 0 0 25 0 1 0 2008624774 105123840 2661 996147200 134512640 135477443 4294956224 18446744073709551615 134584085 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2661 482 235 0 24366 0
Current children cumulated CPU time (s) 519.47
Current children cumulated vsize (KiB) 102660

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1728024/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=579.45
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5456 0 0 0 57941 4 0 0 25 0 1 0 2008624774 105123840 2662 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2662 482 235 0 24366 0
Current children cumulated CPU time (s) 579.45
Current children cumulated vsize (KiB) 102660

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1726936/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=639.42
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5456 0 0 0 63938 4 0 0 25 0 1 0 2008624774 105123840 2662 996147200 134512640 135477443 4294956224 18446744073709551615 134607419 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2662 482 235 0 24366 0
Current children cumulated CPU time (s) 639.42
Current children cumulated vsize (KiB) 102660


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1724568/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=819.34
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5457 0 0 0 81930 4 0 0 25 0 1 0 2008624774 105123840 2663 996147200 134512640 135477443 4294956224 18446744073709551615 135238441 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2663 482 235 0 24366 0
Current children cumulated CPU time (s) 819.34
Current children cumulated vsize (KiB) 102660

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1723800/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=879.32
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 87928 4 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134589045 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 879.32
Current children cumulated vsize (KiB) 102660

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1723544/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=939.29
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 93925 4 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134584317 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 939.29
Current children cumulated vsize (KiB) 102660

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1722776/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=999.26
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 99922 4 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134584413 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 999.26
Current children cumulated vsize (KiB) 102660

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1722008/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1059.24
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 105919 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134584186 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1059.24
Current children cumulated vsize (KiB) 102660

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1721624/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1119.22
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 111917 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1119.22
Current children cumulated vsize (KiB) 102660

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1721432/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1179.19
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 117914 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134606740 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1179.19
Current children cumulated vsize (KiB) 102660

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22751
/proc/meminfo: memFree=1720536/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1239.17
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 123912 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1239.17
Current children cumulated vsize (KiB) 102660

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1720024/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1299.15
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 129910 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134583230 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1299.15
Current children cumulated vsize (KiB) 102660

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1719960/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1359.12
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 135907 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 135268214 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1359.12
Current children cumulated vsize (KiB) 102660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1719768/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1419.1
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 141905 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1419.1
Current children cumulated vsize (KiB) 102660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1719640/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1479.07
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 147902 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134606946 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1479.07
Current children cumulated vsize (KiB) 102660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1719384/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1539.04
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 153899 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134584317 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1539.04
Current children cumulated vsize (KiB) 102660

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1717912/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1599.02
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 159897 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1599.02
Current children cumulated vsize (KiB) 102660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1717272/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1658.99
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 165894 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1658.99
Current children cumulated vsize (KiB) 102660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1716888/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1718.97
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 171892 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1718.97
Current children cumulated vsize (KiB) 102660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1715928/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1778.94
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 177889 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1778.94
Current children cumulated vsize (KiB) 102660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 22753
/proc/meminfo: memFree=1715928/2055920 swapFree=4179968/4192956
[pid=22699] ppid=22697 vsize=102660 CPUtime=1800.04
/proc/22699/stat : 22699 (casperzao) R 22697 22699 21324 0 -1 4194304 5462 0 0 0 179999 5 0 0 25 0 1 0 2008624774 105123840 2668 996147200 134512640 135477443 4294956224 18446744073709551615 134584085 0 0 4096 0 0 0 0 17 0 0 0
/proc/22699/statm: 25665 2668 482 235 0 24366 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 102660

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): 1803.41
CPU time (s): 1800.05
CPU user time (s): 1800
CPU system time (s): 0.056991
CPU usage (%): 99.814
Max. virtual memory (cumulated for all children) (KiB): 116568

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

runsolver used 1.9727 second user time and 5.9191 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-06 00:21:39
IDJOB=1102108
IDBENCH=60100
IDSOLVER=361
FILE ID=node11/1102108-1215296499
PBS_JOBID= 7882323
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-22_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1102108-1215296499/watcher-1102108-1215296499 -o /tmp/evaluation-result-1102108-1215296499/solver-1102108-1215296499 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1102108-1215296499.xml 879148542 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1729bc579ce595de42e10a64a2efdb08
RANDOM SEED=879148542

node11.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.224
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.224
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:       1753168 kB
Buffers:         52876 kB
Cached:         183324 kB
SwapCached:       7036 kB
Active:         155044 kB
Inactive:        94332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753168 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            3268 kB
Writeback:           0 kB
Mapped:          20776 kB
Slab:            38704 kB
Committed_AS:  3334424 kB
PageTables:       1800 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 node11 at 2008-07-06 00:51:45