Trace number 1056498

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 1807.01

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-06-1070.xml
MD5SUM995f63597ce032c59d2195b980a2a425
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.393939
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1071
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.03/0.04	c Building = 1
1.68/1.75	c [ NumberOfVariables = 101 ]
1.68/1.75	c [ NumberOfConstraints = 1000 ]
1.68/1.75	c [ SizeOfSearchSpace(log2) = 1006.47 ]
1.68/1.75	c SymmetrySearch = 1
1.68/1.76	c InitialPropagation = 1
1.68/1.76	c [ SizeOfSearchSpace(log2) = 989.97 ]
1.68/1.76	c InitialSAC = (Timeout)
34.33/34.57	c [ SizeOfSearchSpace(log2) = 908.901 ]
34.33/34.57	c Search(SampleFF) : 
121.33/121.93	c [ Sampling domwdeg ]
121.33/121.93	c [ Sampling impacts ]
121.33/121.93	c [ Sampling la ]
121.33/121.93	c [ SamplingScores: ]
121.33/121.93	c [ domwdeg+min = 4.47115e-22 | domwdeg+rnd = 7.38214e-16 ]
121.33/121.93	c [ impacts+min = 0.00272896 | impacts+rnd = 7.00288e-06 ]
121.33/121.93	c [ la+min = 0.00177831 | la+rnd = 1.41127e-06 ]
121.33/121.93	c [ domwdeg = 3.69107e-16 | impacts = 0.00136798 | la = 0.000889861 ]
121.33/121.93	c [ min = 0.00150242 | rand = 0.00136798 ]
121.33/121.93	c [ restarting at (4.52802,3.18715e-05) ]
132.58/133.27	c [ restarting at (11.3201,0.000172372) ]
160.86/161.63	c [ restarting at (28.3001,6.19133e-05) ]
231.44/232.51	c [ restarting at (70.7504,3.88417e-05) ]
407.95/409.86	c [ restarting at (176.876,0.00435231) ]
849.29/853.14	c [ restarting at (442.19,0.00183156) ]

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 27003
/proc/meminfo: memFree=1655808/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=5352 CPUtime=0
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 629259196 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 4705144 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 1338 190 156 235 0 27 0

[startup+0.041669 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 27003
/proc/meminfo: memFree=1655808/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=286976 CPUtime=0.03
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 819 0 0 0 3 0 0 0 18 0 1 0 629259196 293863424 629 996147200 134512640 135477443 4294956224 18446744073709551615 135218877 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 71744 629 453 235 0 70445 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 286976

[startup+0.101671 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 27003
/proc/meminfo: memFree=1655808/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=287108 CPUtime=0.09
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 1752 0 0 0 8 1 0 0 18 0 1 0 629259196 293998592 662 996147200 134512640 135477443 4294956224 18446744073709551615 135274364 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 71777 663 453 235 0 70478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 287108

[startup+0.301686 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 27003
/proc/meminfo: memFree=1655808/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=287768 CPUtime=0.29
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 5027 0 0 0 27 2 0 0 19 0 1 0 629259196 294674432 837 996147200 134512640 135477443 4294956224 18446744073709551615 135271627 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 71942 838 453 235 0 70643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 287768

[startup+0.701726 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 27003
/proc/meminfo: memFree=1655808/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=289088 CPUtime=0.68
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 11478 0 0 0 63 5 0 0 23 0 1 0 629259196 296026112 1183 996147200 134512640 135477443 4294956224 18446744073709551615 135271627 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 72272 1184 453 235 0 70973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 289088

[startup+1.50181 s]
/proc/loadavg: 1.92 2.01 1.99 3/82 27004
/proc/meminfo: memFree=1651704/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=291596 CPUtime=1.49
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 24637 0 0 0 136 13 0 0 25 0 1 0 629259196 298594304 1893 996147200 134512640 135477443 4294956224 18446744073709551615 135268132 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 72899 1894 453 235 0 71600 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 291596

[startup+3.10198 s]
/proc/loadavg: 1.93 2.01 1.99 3/82 27004
/proc/meminfo: memFree=1648568/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=104856 CPUtime=3.07
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 29268 0 0 0 292 15 0 0 25 0 1 0 629259196 107372544 2331 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26214 2331 495 235 0 24915 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 104856

[startup+6.30132 s]
/proc/loadavg: 1.93 2.01 1.99 3/82 27004
/proc/meminfo: memFree=1647224/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=104856 CPUtime=6.26
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 29547 0 0 0 611 15 0 0 25 0 1 0 629259196 107372544 2610 996147200 134512640 135477443 4294956224 18446744073709551615 134583200 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26214 2610 495 235 0 24915 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 104856

[startup+12.702 s]
/proc/loadavg: 1.94 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1645456/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=104856 CPUtime=12.63
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 29949 0 0 0 1248 15 0 0 25 0 1 0 629259196 107372544 3012 996147200 134512640 135477443 4294956224 18446744073709551615 134679601 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26214 3012 495 235 0 24915 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 104856

[startup+25.5023 s]
/proc/loadavg: 1.95 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1643032/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=104856 CPUtime=25.37
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 30558 0 0 0 2522 15 0 0 25 0 1 0 629259196 107372544 3621 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26214 3621 495 235 0 24915 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 104856

[startup+51.102 s]
/proc/loadavg: 1.96 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1641048/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=104856 CPUtime=50.85
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 31073 0 0 0 5069 16 0 0 25 0 1 0 629259196 107372544 4136 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26214 4136 518 235 0 24915 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 104856

[startup+102.306 s]
/proc/loadavg: 1.98 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1635032/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=101.83
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32487 0 0 0 10166 17 0 0 25 0 1 0 629259196 109846528 5550 996147200 134512640 135477443 4294956224 18446744073709551615 135268672 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5550 519 235 0 25519 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 107272

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634456/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=161.55
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32610 0 0 0 16138 17 0 0 25 0 1 0 629259196 109846528 5673 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5673 520 235 0 25519 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 107272

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634456/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=221.28
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32610 0 0 0 22111 17 0 0 25 0 1 0 629259196 109846528 5673 996147200 134512640 135477443 4294956224 18446744073709551615 134679596 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5673 520 235 0 25519 0
Current children cumulated CPU time (s) 221.28
Current children cumulated vsize (KiB) 107272

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634392/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=281.02
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32610 0 0 0 28084 18 0 0 25 0 1 0 629259196 109846528 5673 996147200 134512640 135477443 4294956224 18446744073709551615 6045952 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5673 520 235 0 25519 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 107272

[startup+342.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634328/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=340.75
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 34057 18 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 340.75
Current children cumulated vsize (KiB) 107272

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634136/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=400.48
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 40030 18 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134586059 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 400.48
Current children cumulated vsize (KiB) 107272

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634072/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=460.21
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 46003 18 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134912060 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 460.21
Current children cumulated vsize (KiB) 107272

[startup+522.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634008/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=519.95
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 51977 18 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134679607 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 519.95
Current children cumulated vsize (KiB) 107272

[startup+582.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634008/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=579.69
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 57950 19 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 135270836 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 579.69
Current children cumulated vsize (KiB) 107272

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1634008/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=639.41
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 63922 19 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134694775 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 639.41
Current children cumulated vsize (KiB) 107272


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

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1633944/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=818.62
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 81842 20 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 818.62
Current children cumulated vsize (KiB) 107272

[startup+882.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1633944/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=878.36
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 87816 20 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 135268272 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 878.36
Current children cumulated vsize (KiB) 107272

[startup+942.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1633880/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=938.09
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 93789 20 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 938.09
Current children cumulated vsize (KiB) 107272

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1633880/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=997.83
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 99763 20 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134679105 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 997.83
Current children cumulated vsize (KiB) 107272

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1633816/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1057.56
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 105736 20 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134593727 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 1057.56
Current children cumulated vsize (KiB) 107272

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27004
/proc/meminfo: memFree=1633816/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1117.3
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 111709 21 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134694801 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 1117.3
Current children cumulated vsize (KiB) 107272

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27005
/proc/meminfo: memFree=1633816/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1177.01
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 117680 21 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 134695654 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 1177.01
Current children cumulated vsize (KiB) 107272

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27006
/proc/meminfo: memFree=1633496/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1236.74
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32638 0 0 0 123653 21 0 0 25 0 1 0 629259196 109846528 5701 996147200 134512640 135477443 4294956224 18446744073709551615 135207663 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5701 520 235 0 25519 0
Current children cumulated CPU time (s) 1236.74
Current children cumulated vsize (KiB) 107272

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27006
/proc/meminfo: memFree=1633496/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1296.47
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 129625 22 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135238927 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1296.47
Current children cumulated vsize (KiB) 107272

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27006
/proc/meminfo: memFree=1633496/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1356.19
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 135597 22 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1356.19
Current children cumulated vsize (KiB) 107272

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27006
/proc/meminfo: memFree=1633496/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1415.92
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 141570 22 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135238901 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1415.92
Current children cumulated vsize (KiB) 107272

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 27006
/proc/meminfo: memFree=1633560/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1475.64
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 147541 23 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135258422 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1475.64
Current children cumulated vsize (KiB) 107272

[startup+1542.3 s]
/proc/loadavg: 1.65 1.92 1.97 2/66 27029
/proc/meminfo: memFree=1718216/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1535.42
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 153519 23 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134585912 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1535.42
Current children cumulated vsize (KiB) 107272

[startup+1602.3 s]
/proc/loadavg: 1.24 1.75 1.90 2/66 27035
/proc/meminfo: memFree=1718280/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1595.4
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 159517 23 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135270305 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1595.4
Current children cumulated vsize (KiB) 107272

[startup+1662.3 s]
/proc/loadavg: 1.09 1.61 1.85 2/66 27035
/proc/meminfo: memFree=1718280/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1655.38
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 165515 23 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 6037229 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1655.38
Current children cumulated vsize (KiB) 107272

[startup+1722.3 s]
/proc/loadavg: 1.03 1.50 1.79 2/66 27035
/proc/meminfo: memFree=1718280/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1715.36
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 171513 23 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1715.36
Current children cumulated vsize (KiB) 107272

[startup+1782.3 s]
/proc/loadavg: 1.01 1.40 1.74 2/66 27035
/proc/meminfo: memFree=1718216/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1775.34
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 177511 23 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135268724 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1775.34
Current children cumulated vsize (KiB) 107272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 1.00 1.37 1.72 2/66 27035
/proc/meminfo: memFree=1718216/2055920 swapFree=4180532/4192956
[pid=27003] ppid=27001 vsize=107272 CPUtime=1800.03
/proc/27003/stat : 27003 (casperzao) R 27001 27003 26912 0 -1 4194304 32647 0 0 0 179980 23 0 0 25 0 1 0 629259196 109846528 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134923163 0 0 4096 0 0 0 0 17 0 0 0
/proc/27003/statm: 26818 5710 520 235 0 25519 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 107272

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): 1807.01
CPU time (s): 1800.05
CPU user time (s): 1799.81
CPU system time (s): 0.240963
CPU usage (%): 99.6148
Max. virtual memory (cumulated for all children) (KiB): 292124

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

runsolver used 1.79773 second user time and 4.53631 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-03 07:34:48
IDJOB=1056498
IDBENCH=57652
IDSOLVER=361
FILE ID=node79/1056498-1215063288
PBS_JOBID= 7875261
Free space on /tmp= 66532 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-06-1070.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056498-1215063288/watcher-1056498-1215063288 -o /tmp/evaluation-result-1056498-1215063288/solver-1056498-1215063288 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1056498-1215063288.xml 1463031870 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 995f63597ce032c59d2195b980a2a425
RANDOM SEED=1463031870

node79.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1656288 kB
Buffers:         61920 kB
Cached:         185208 kB
SwapCached:       6580 kB
Active:         226712 kB
Inactive:       109504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656288 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:         105508 kB
Slab:            48644 kB
Committed_AS:  1740876 kB
PageTables:       1932 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= 66532 MiB
End job on node79 at 2008-07-03 08:04:57