Trace number 1102372

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.04 1801.31

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-24_ext.xml
MD5SUM6234a56ac878e41a9b02abcb6a125f3a
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 benchmark10.1385
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension470
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 50 ]
0.19/0.20	c [ NumberOfConstraints = 470 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.19/0.20	c SymmetrySearch = 1
0.28/0.33	c InitialPropagation = 1
0.28/0.34	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.28/0.34	c InitialSAC = 1
0.49/0.59	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.49/0.59	c Search(SampleFF) : 
78.57/79.27	c [ Sampling domwdeg ]
78.57/79.27	c [ Sampling impacts ]
78.57/79.27	c [ Sampling la ]
78.57/79.27	c [ SamplingScores: ]
78.57/79.27	c [ domwdeg+min = 1.20041e-07 | domwdeg+rnd = 1.1083e-06 ]
78.57/79.27	c [ impacts+min = 6.97689e-06 | impacts+rnd = 5.08864e-06 ]
78.57/79.27	c [ la+min = 1.29879e-08 | la+rnd = 1.70244e-08 ]
78.57/79.27	c [ domwdeg = 6.14169e-07 | impacts = 6.03276e-06 | la = 1.50062e-08 ]
78.57/79.27	c [ min = 2.36997e-06 | rand = 6.03276e-06 ]
78.57/79.27	c [ restarting at (1.13177,4.23722e-06) ]
81.46/82.11	c [ restarting at (2.82944,3.7626e-06) ]
88.46/89.19	c [ restarting at (7.07359,3.94972e-05) ]
106.15/106.89	c [ restarting at (17.684,5.36108e-05) ]
150.43/151.12	c [ restarting at (44.21,2.00316e-05) ]
260.99/261.71	c [ restarting at (110.525,2.15004e-05) ]
537.29/538.16	c [ restarting at (276.312,0.000647748) ]
1228.14/1229.29	c [ restarting at (690.781,0.00205306) ]

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

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 2.00 2.00 4/86 4003
/proc/meminfo: memFree=1616800/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=1056 CPUtime=0
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2008851839 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 3167012 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 264 26 20 235 0 3 0

[startup+0.0993721 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4003
/proc/meminfo: memFree=1616800/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=0.09
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 1621 0 0 0 8 1 0 0 18 0 1 0 2008851839 105127936 1581 996147200 134512640 135477443 4294956224 18446744073709551615 134523924 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 1581 403 235 0 24367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 102664

[startup+0.101364 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4003
/proc/meminfo: memFree=1616800/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=0.09
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 1647 0 0 0 8 1 0 0 18 0 1 0 2008851839 105127936 1607 996147200 134512640 135477443 4294956224 18446744073709551615 135268721 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 1607 403 235 0 24367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 102664

[startup+0.301394 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4003
/proc/meminfo: memFree=1616800/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=116596 CPUtime=0.28
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 4749 0 0 0 26 2 0 0 19 0 1 0 2008851839 119394304 4709 996147200 134512640 135477443 4294956224 18446744073709551615 134535420 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 29149 4709 440 235 0 27850 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 116596

[startup+0.701438 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4003
/proc/meminfo: memFree=1616800/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=0.68
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5439 0 0 0 65 3 0 0 23 0 1 0 2008851839 105127936 2639 996147200 134512640 135477443 4294956224 18446744073709551615 134606900 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 2639 478 235 0 24367 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102664

[startup+1.50153 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4004
/proc/meminfo: memFree=1607960/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1.48
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5445 0 0 0 145 3 0 0 25 0 1 0 2008851839 105127936 2645 996147200 134512640 135477443 4294956224 18446744073709551615 134606683 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 2645 479 235 0 24367 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102664

[startup+3.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4004
/proc/meminfo: memFree=1607768/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=3.06
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5451 0 0 0 303 3 0 0 25 0 1 0 2008851839 105127936 2651 996147200 134512640 135477443 4294956224 18446744073709551615 134584101 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 2651 479 235 0 24367 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 102664

[startup+6.30205 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4004
/proc/meminfo: memFree=1607768/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=6.23
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5454 0 0 0 620 3 0 0 25 0 1 0 2008851839 105127936 2654 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 2654 479 235 0 24367 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 102664

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4004
/proc/meminfo: memFree=1607640/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=12.57
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5454 0 0 0 1254 3 0 0 25 0 1 0 2008851839 105127936 2654 996147200 134512640 135477443 4294956224 18446744073709551615 134606740 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 2654 479 235 0 24367 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 102664

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4004
/proc/meminfo: memFree=1607768/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=25.25
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5457 0 0 0 2522 3 0 0 25 0 1 0 2008851839 105127936 2657 996147200 134512640 135477443 4294956224 18446744073709551615 134589593 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 2657 481 235 0 24367 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 102664

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4004
/proc/meminfo: memFree=1607832/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=50.61
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5460 0 0 0 5058 3 0 0 25 0 1 0 2008851839 105127936 2660 996147200 134512640 135477443 4294956224 18446744073709551615 134609644 0 0 4096 0 0 0 0 17 1 0 0
/proc/4003/statm: 25666 2660 481 235 0 24367 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 102664

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1664264/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=101.66
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5469 0 0 0 10163 3 0 0 25 0 1 0 2008851839 105127936 2669 996147200 134512640 135477443 4294956224 18446744073709551615 134606973 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2669 482 235 0 24367 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 102664

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1664136/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=161.63
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5477 0 0 0 16160 3 0 0 25 0 1 0 2008851839 105127936 2677 996147200 134512640 135477443 4294956224 18446744073709551615 134606960 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2677 482 235 0 24367 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 102664

[startup+222.302 s]
/proc/loadavg: 2.08 2.02 2.01 3/88 4051
/proc/meminfo: memFree=1664008/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=221.6
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5477 0 0 0 22157 3 0 0 25 0 1 0 2008851839 105127936 2677 996147200 134512640 135477443 4294956224 18446744073709551615 134597611 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2677 482 235 0 24367 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 102664

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 4051
/proc/meminfo: memFree=1664072/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=281.58
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5477 0 0 0 28155 3 0 0 25 0 1 0 2008851839 105127936 2677 996147200 134512640 135477443 4294956224 18446744073709551615 135268209 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2677 482 235 0 24367 0
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (KiB) 102664

[startup+342.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1664072/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=341.56
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5477 0 0 0 34153 3 0 0 25 0 1 0 2008851839 105127936 2677 996147200 134512640 135477443 4294956224 18446744073709551615 134597576 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2677 482 235 0 24367 0
Current children cumulated CPU time (s) 341.56
Current children cumulated vsize (KiB) 102664

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1664072/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=401.54
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5480 0 0 0 40151 3 0 0 25 0 1 0 2008851839 105127936 2680 996147200 134512640 135477443 4294956224 18446744073709551615 135268949 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2680 482 235 0 24367 0
Current children cumulated CPU time (s) 401.54
Current children cumulated vsize (KiB) 102664

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1664008/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=461.52
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5480 0 0 0 46148 4 0 0 25 0 1 0 2008851839 105127936 2680 996147200 134512640 135477443 4294956224 18446744073709551615 134606957 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2680 482 235 0 24367 0
Current children cumulated CPU time (s) 461.52
Current children cumulated vsize (KiB) 102664

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1664008/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=521.5
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5480 0 0 0 52146 4 0 0 25 0 1 0 2008851839 105127936 2680 996147200 134512640 135477443 4294956224 18446744073709551615 134589045 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2680 482 235 0 24367 0
Current children cumulated CPU time (s) 521.5
Current children cumulated vsize (KiB) 102664

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1664008/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=581.48
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5482 0 0 0 58144 4 0 0 25 0 1 0 2008851839 105127936 2682 996147200 134512640 135477443 4294956224 18446744073709551615 134584087 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2682 482 235 0 24367 0
Current children cumulated CPU time (s) 581.48
Current children cumulated vsize (KiB) 102664

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663944/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=641.46
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5482 0 0 0 64142 4 0 0 25 0 1 0 2008851839 105127936 2682 996147200 134512640 135477443 4294956224 18446744073709551615 134584186 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2682 482 235 0 24367 0
Current children cumulated CPU time (s) 641.46
Current children cumulated vsize (KiB) 102664


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663816/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=881.37
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5482 0 0 0 88133 4 0 0 25 0 1 0 2008851839 105127936 2682 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2682 482 235 0 24367 0
Current children cumulated CPU time (s) 881.37
Current children cumulated vsize (KiB) 102664

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663816/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=941.34
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 94130 4 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 941.34
Current children cumulated vsize (KiB) 102664

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663880/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1001.32
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 100128 4 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1001.32
Current children cumulated vsize (KiB) 102664

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663816/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1061.3
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 106125 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134584356 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1061.3
Current children cumulated vsize (KiB) 102664

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663752/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1121.28
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 112123 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134606892 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1121.28
Current children cumulated vsize (KiB) 102664

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663752/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1181.26
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 118121 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134606740 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1181.26
Current children cumulated vsize (KiB) 102664

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 4051
/proc/meminfo: memFree=1663688/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1241.24
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 124119 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1241.24
Current children cumulated vsize (KiB) 102664

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663560/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1301.22
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 130117 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134584173 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1301.22
Current children cumulated vsize (KiB) 102664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663560/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1361.19
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 136114 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1361.19
Current children cumulated vsize (KiB) 102664

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663560/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1421.17
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 142112 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134584048 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1421.17
Current children cumulated vsize (KiB) 102664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663560/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1481.14
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 148109 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 135268562 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1481.14
Current children cumulated vsize (KiB) 102664

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663624/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1541.12
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 154107 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1541.12
Current children cumulated vsize (KiB) 102664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663560/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1601.1
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 160105 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1601.1
Current children cumulated vsize (KiB) 102664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663560/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1661.07
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 166102 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1661.07
Current children cumulated vsize (KiB) 102664

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663560/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1721.05
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 172100 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 135257959 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1721.05
Current children cumulated vsize (KiB) 102664

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663496/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1781.03
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 178098 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134607429 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1781.03
Current children cumulated vsize (KiB) 102664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663496/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1800.02
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 179997 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134584188 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 102664

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

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

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4051
/proc/meminfo: memFree=1663496/2055920 swapFree=4179948/4192956
[pid=4003] ppid=4001 vsize=102664 CPUtime=1800.02
/proc/4003/stat : 4003 (casperzao) R 4001 4003 3784 0 -1 4194304 5489 0 0 0 179997 5 0 0 25 0 1 0 2008851839 105127936 2689 996147200 134512640 135477443 4294956224 18446744073709551615 134584188 0 0 4096 0 0 0 0 17 0 0 0
/proc/4003/statm: 25666 2689 482 235 0 24367 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 102664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.31
CPU time (s): 1800.04
CPU user time (s): 1799.98
CPU system time (s): 0.06099
CPU usage (%): 99.9294
Max. virtual memory (cumulated for all children) (KiB): 116596

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

runsolver used 2.19667 second user time and 6.00209 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-06 00:59:46
IDJOB=1102372
IDBENCH=60124
IDSOLVER=361
FILE ID=node37/1102372-1215298786
PBS_JOBID= 7882428
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-24_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1102372-1215298786/watcher-1102372-1215298786 -o /tmp/evaluation-result-1102372-1215298786/solver-1102372-1215298786 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1102372-1215298786.xml 1616156377 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6234a56ac878e41a9b02abcb6a125f3a
RANDOM SEED=1616156377

node37.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.236
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.236
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:       1617280 kB
Buffers:         71112 kB
Cached:         224744 kB
SwapCached:       7220 kB
Active:         257508 kB
Inactive:       118988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617280 kB
SwapTotal:     4192956 kB
SwapFree:      4179948 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:          95508 kB
Slab:            46592 kB
Committed_AS:  4420364 kB
PageTables:       2456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-06 01:29:49