Trace number 1056267

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 1808.62

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-05-1071.xml
MD5SUMedcaa13bc864d407223412ca462d8cd5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.604907
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1072
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.06	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.06	c Parsing = 1
0.00/0.06	c Building = 1
1.87/1.97	c [ NumberOfVariables = 101 ]
1.87/1.97	c [ NumberOfConstraints = 1000 ]
1.87/1.97	c [ SizeOfSearchSpace(log2) = 1006.61 ]
1.87/1.97	c SymmetrySearch = 1
1.87/1.98	c InitialPropagation = 1
1.87/1.98	c [ SizeOfSearchSpace(log2) = 990.593 ]
1.87/1.98	c InitialSAC = 1
28.74/29.02	c [ SizeOfSearchSpace(log2) = 953.735 ]
28.74/29.02	c Search(SampleFF) : 
120.04/121.11	c [ Sampling domwdeg ]
120.04/121.11	c [ Sampling impacts ]
120.04/121.11	c [ Sampling la ]
120.04/121.11	c [ SamplingScores: ]
120.04/121.11	c [ domwdeg+min = 4.12488e-52 | domwdeg+rnd = 3.44818e-09 ]
120.04/121.11	c [ impacts+min = 9.22919e-11 | impacts+rnd = 1.75037e-05 ]
120.04/121.11	c [ la+min = 4.02969e-14 | la+rnd = 2.21132e-07 ]
120.04/121.11	c [ domwdeg = 1.72409e-09 | impacts = 8.75189e-06 | la = 1.10566e-07 ]
120.04/121.11	c [ min = 3.07774e-11 | rand = 8.75189e-06 ]
120.04/121.11	c [ restarting at (4.52802,5.46479e-14) ]
132.04/133.25	c [ restarting at (11.3201,4.80506e-13) ]
162.18/163.62	c [ restarting at (28.3001,8.05397e-12) ]
237.44/239.55	c [ restarting at (70.7504,2.40406e-11) ]
425.64/429.38	c [ restarting at (176.876,7.47377e-11) ]
896.03/903.78	c [ restarting at (442.19,2.68075e-11) ]
965.24/973.56	c [ restarting at (1105.47,1.33341e-11) ]

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

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.96 2.02 1.99 4/80 14273
/proc/meminfo: memFree=487208/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=287372 CPUtime=0.2
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 3162 0 0 0 18 2 0 0 19 0 1 0 1985234336 294268928 747 996147200 134512640 135477443 4294956240 18446744073709551615 134679245 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 71843 747 453 235 0 70544 0

[startup+0.305085 s]
/proc/loadavg: 1.96 2.02 1.99 4/80 14273
/proc/meminfo: memFree=487208/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=287636 CPUtime=0.29
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 4501 0 0 0 26 3 0 0 19 0 1 0 1985234336 294539264 813 996147200 134512640 135477443 4294956240 18446744073709551615 135270883 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 71909 813 453 235 0 70610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 287636

[startup+0.401095 s]
/proc/loadavg: 1.96 2.02 1.99 4/80 14273
/proc/meminfo: memFree=487208/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=287900 CPUtime=0.38
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 6023 0 0 0 35 3 0 0 20 0 1 0 1985234336 294809600 875 996147200 134512640 135477443 4294956240 18446744073709551615 135268514 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 71975 875 453 235 0 70676 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 287900

[startup+0.501106 s]
/proc/loadavg: 1.96 2.02 1.99 4/80 14273
/proc/meminfo: memFree=487208/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=288164 CPUtime=0.48
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 7447 0 0 0 44 4 0 0 21 0 1 0 1985234336 295079936 947 996147200 134512640 135477443 4294956240 18446744073709551615 134593727 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 72041 947 453 235 0 70742 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288164

[startup+0.701127 s]
/proc/loadavg: 1.96 2.02 1.99 4/80 14273
/proc/meminfo: memFree=487208/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=288692 CPUtime=0.68
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 10371 0 0 0 63 5 0 0 23 0 1 0 1985234336 295620608 1118 996147200 134512640 135477443 4294956240 18446744073709551615 135269752 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 72173 1118 453 235 0 70874 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 288692

[startup+1.50121 s]
/proc/loadavg: 2.12 2.06 2.01 3/81 14274
/proc/meminfo: memFree=482592/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=197180 CPUtime=1.47
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 22150 0 0 0 136 11 0 0 25 0 1 0 1985234336 201912320 1705 996147200 134512640 135477443 4294956240 18446744073709551615 135268949 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 49295 1705 453 235 0 47996 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 197180

[startup+3.10138 s]
/proc/loadavg: 2.12 2.06 2.01 3/81 14274
/proc/meminfo: memFree=495456/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=104856 CPUtime=3.06
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 29476 0 0 0 291 15 0 0 25 0 1 0 1985234336 107372544 2285 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26214 2285 495 235 0 24915 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104856

[startup+6.30172 s]
/proc/loadavg: 2.19 2.07 2.01 3/81 14274
/proc/meminfo: memFree=503264/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=104856 CPUtime=6.23
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 29751 0 0 0 608 15 0 0 25 0 1 0 1985234336 107372544 2560 996147200 134512640 135477443 4294956240 18446744073709551615 135270704 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26214 2560 495 235 0 24915 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 104856

[startup+12.7024 s]
/proc/loadavg: 2.17 2.07 2.01 3/81 14274
/proc/meminfo: memFree=476832/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=104856 CPUtime=12.58
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 30205 0 0 0 1242 16 0 0 25 0 1 0 1985234336 107372544 3014 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26214 3014 495 235 0 24915 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 104856

[startup+25.5017 s]
/proc/loadavg: 2.21 2.08 2.01 3/81 14274
/proc/meminfo: memFree=473504/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=104856 CPUtime=25.27
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 31045 0 0 0 2511 16 0 0 25 0 1 0 1985234336 107372544 3854 996147200 134512640 135477443 4294956240 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26214 3854 495 235 0 24915 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 104856

[startup+51.1014 s]
/proc/loadavg: 2.20 2.09 2.02 3/81 14274
/proc/meminfo: memFree=496608/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=104856 CPUtime=50.64
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 31383 0 0 0 5048 16 0 0 25 0 1 0 1985234336 107372544 4192 996147200 134512640 135477443 4294956240 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26214 4192 498 235 0 24915 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 104856

[startup+102.302 s]
/proc/loadavg: 2.14 2.09 2.02 3/81 14274
/proc/meminfo: memFree=465120/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=101.41
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33089 0 0 0 10124 17 0 0 25 0 1 0 1985234336 109969408 5898 996147200 134512640 135477443 4294956240 18446744073709551615 134586773 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 5898 499 235 0 25549 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 107392

[startup+162.301 s]
/proc/loadavg: 2.05 2.07 2.01 3/81 14274
/proc/meminfo: memFree=464288/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=160.89
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 16072 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 107392

[startup+222.301 s]
/proc/loadavg: 2.02 2.06 2.01 3/81 14274
/proc/meminfo: memFree=464224/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=220.39
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 22022 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134586755 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 107392

[startup+282.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/81 14274
/proc/meminfo: memFree=464096/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=279.88
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 27971 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 107392

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 14274
/proc/meminfo: memFree=488480/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=339.38
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 33921 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 11718362 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 339.38
Current children cumulated vsize (KiB) 107392

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 14274
/proc/meminfo: memFree=492192/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=398.86
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 39869 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134593946 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 107392

[startup+462.307 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 14274
/proc/meminfo: memFree=473888/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=458.36
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 45819 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135272351 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 458.36
Current children cumulated vsize (KiB) 107392

[startup+522.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 14274
/proc/meminfo: memFree=478944/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=517.85
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 51768 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134912062 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 517.85
Current children cumulated vsize (KiB) 107392

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 14274
/proc/meminfo: memFree=463520/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=577.35
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 57718 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135239011 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 577.35
Current children cumulated vsize (KiB) 107392

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 14274
/proc/meminfo: memFree=463328/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=636.84
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 63667 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134923105 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 636.84
Current children cumulated vsize (KiB) 107392


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14274
/proc/meminfo: memFree=463072/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=874.82
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 87465 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135268506 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 874.82
Current children cumulated vsize (KiB) 107392

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14275
/proc/meminfo: memFree=490528/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=934.3
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 93413 17 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 934.3
Current children cumulated vsize (KiB) 107392

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14316
/proc/meminfo: memFree=1311624/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=994.03
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 99385 18 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 994.03
Current children cumulated vsize (KiB) 107392

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308744/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1054
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 105382 18 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135271668 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1054
Current children cumulated vsize (KiB) 107392

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308744/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1113.98
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 111380 18 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 11718362 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1113.98
Current children cumulated vsize (KiB) 107392

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308616/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1173.96
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 117377 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135269581 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1173.96
Current children cumulated vsize (KiB) 107392

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308552/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1233.94
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 123375 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134912049 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1233.94
Current children cumulated vsize (KiB) 107392

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308552/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1293.91
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 129372 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134923119 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1293.91
Current children cumulated vsize (KiB) 107392

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308488/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1353.89
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 135370 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134679105 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1353.89
Current children cumulated vsize (KiB) 107392

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308552/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1413.87
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 141368 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1413.87
Current children cumulated vsize (KiB) 107392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308552/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1473.84
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 147365 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 11718395 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1473.84
Current children cumulated vsize (KiB) 107392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308616/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1533.82
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 153363 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135268287 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1533.82
Current children cumulated vsize (KiB) 107392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14317
/proc/meminfo: memFree=1308616/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1593.79
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 159360 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135207290 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1593.79
Current children cumulated vsize (KiB) 107392

[startup+1662.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/82 14317
/proc/meminfo: memFree=1308552/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1653.77
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 165358 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1653.77
Current children cumulated vsize (KiB) 107392

[startup+1722.3 s]
/proc/loadavg: 2.19 2.05 2.01 3/82 14317
/proc/meminfo: memFree=1308424/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1713.74
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 171355 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135268562 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1713.74
Current children cumulated vsize (KiB) 107392

[startup+1782.31 s]
/proc/loadavg: 2.13 2.06 2.01 3/82 14317
/proc/meminfo: memFree=1308360/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1773.73
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 177354 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135238907 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1773.73
Current children cumulated vsize (KiB) 107392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.09 2.05 2.01 3/82 14317
/proc/meminfo: memFree=1308360/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1800.02
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 179983 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135270176 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 107392

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

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

[startup+1808.6 s]
/proc/loadavg: 2.09 2.05 2.01 3/82 14317
/proc/meminfo: memFree=1308360/2055920 swapFree=4180052/4192956
[pid=14273] ppid=14271 vsize=107392 CPUtime=1800.02
/proc/14273/stat : 14273 (casperzao) R 14271 14273 9999 0 -1 4194304 33236 0 0 0 179983 19 0 0 25 0 1 0 1985234336 109969408 6045 996147200 134512640 135477443 4294956240 18446744073709551615 135270176 0 0 4096 0 0 0 0 17 0 0 0
/proc/14273/statm: 26848 6045 500 235 0 25549 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 107392

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.62
CPU time (s): 1800.04
CPU user time (s): 1799.83
CPU system time (s): 0.202969
CPU usage (%): 99.5257
Max. virtual memory (cumulated for all children) (KiB): 292124

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

runsolver used 1.69574 second user time and 4.94225 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 07:23:12
IDJOB=1056267
IDBENCH=57641
IDSOLVER=361
FILE ID=node7/1056267-1215062592
PBS_JOBID= 7875159
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= edcaa13bc864d407223412ca462d8cd5
RANDOM SEED=258230347

node7.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:        487688 kB
Buffers:         88736 kB
Cached:         569888 kB
SwapCached:       7028 kB
Active:        1095392 kB
Inactive:       388344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        487688 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            3356 kB
Writeback:           0 kB
Mapped:         841368 kB
Slab:            67428 kB
Committed_AS:  4181680 kB
PageTables:       4116 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 node7 at 2008-07-03 07:53:22