Trace number 1043559

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 zito? (TO) 1800.02 1801.31

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-4_ext.xml
MD5SUMc3220c1894863afe8d485810de9d0046
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 benchmark5.74413
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 625 ]
0.19/0.21	c [ NumberOfConstraints = 9300 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 1091.31 ]
0.19/0.21	c SymmetrySearch = 1
0.58/0.65	c InitialPropagation = 1
0.58/0.67	c [ SizeOfSearchSpace(log2) = 457.904 ]
0.58/0.67	c InitialSAC = 1
0.58/0.69	c [ SizeOfSearchSpace(log2) = 457.489 ]
0.58/0.69	c Search(SampleFF) : 
73.39/73.82	c [ Sampling domwdeg ]
73.39/73.82	c [ Sampling impacts ]
73.39/73.82	c [ SamplingScores: ]
73.39/73.82	c [ domwdeg+min = 0.00568096 | domwdeg+rnd = 0.00901132 ]
73.39/73.82	c [ impacts+min = 0.00312607 | impacts+rnd = 0.00479133 ]
73.39/73.82	c [ la+min = 0 | la+rnd = 0 ]
73.39/73.82	c [ domwdeg = 0.00734614 | impacts = 0.0039587 | la = 0 ]
73.39/73.82	c [ min = 0.00293567 | rand = 0.0039587 ]
73.39/73.82	c [ restarting at (3.96356,0.00544977) ]
83.95/84.45	c [ restarting at (9.9089,1.96433e-06) ]
87.73/88.27	c [ restarting at (24.7722,0.0485617) ]
149.68/150.24	c [ restarting at (61.9306,0.00636554) ]
304.50/305.18	c [ restarting at (154.827,0.000473594) ]
691.73/692.52	c [ restarting at (387.066,0.00462169) ]
1659.56/1660.87	c [ restarting at (967.666,0.0829891) ]

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-1043559-1215020957/watcher-1043559-1215020957 -o /tmp/evaluation-result-1043559-1215020957/solver-1043559-1215020957 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043559-1215020957.xml 1449141255 

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.23 2.03 1.73 4/70 32339
/proc/meminfo: memFree=1698888/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=1052 CPUtime=0
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981067337 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 11932452 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 263 26 20 234 0 3 0

[startup+0.0736071 s]
/proc/loadavg: 2.23 2.03 1.73 4/70 32339
/proc/meminfo: memFree=1698888/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=6492 CPUtime=0.06
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 720 0 0 0 6 0 0 0 18 0 1 0 1981067337 6647808 680 996147200 134512640 135472138 4294956224 18446744073709551615 134622464 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 1623 680 367 234 0 325 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6492

[startup+0.101606 s]
/proc/loadavg: 2.23 2.03 1.73 4/70 32339
/proc/meminfo: memFree=1698888/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=6888 CPUtime=0.09
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 829 0 0 0 9 0 0 0 18 0 1 0 1981067337 7053312 789 996147200 134512640 135472138 4294956224 18446744073709551615 4159741804 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 1722 789 367 234 0 424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6888

[startup+0.301653 s]
/proc/loadavg: 2.23 2.03 1.73 4/70 32339
/proc/meminfo: memFree=1698888/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=110548 CPUtime=0.28
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 4418 0 0 0 27 1 0 0 19 0 1 0 1981067337 113201152 4378 996147200 134512640 135472138 4294956224 18446744073709551615 134643530 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 27637 4378 435 234 0 26339 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 110548

[startup+0.701722 s]
/proc/loadavg: 2.23 2.03 1.73 4/70 32339
/proc/meminfo: memFree=1698888/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104532 CPUtime=0.68
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5877 0 0 0 66 2 0 0 23 0 1 0 1981067337 107040768 3047 996147200 134512640 135472138 4294956224 18446744073709551615 135202678 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 26133 3047 466 234 0 24835 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104532

[startup+1.50286 s]
/proc/loadavg: 2.23 2.03 1.73 3/71 32340
/proc/meminfo: memFree=1677184/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104532 CPUtime=1.48
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5897 0 0 0 146 2 0 0 25 0 1 0 1981067337 107040768 3067 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 26133 3067 475 234 0 24835 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104532

[startup+3.10115 s]
/proc/loadavg: 2.23 2.03 1.73 3/71 32340
/proc/meminfo: memFree=1665344/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104532 CPUtime=3.07
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5910 0 0 0 305 2 0 0 25 0 1 0 1981067337 107040768 3080 996147200 134512640 135472138 4294956224 18446744073709551615 135202760 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 26133 3080 475 234 0 24835 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 104532

[startup+6.30271 s]
/proc/loadavg: 2.21 2.03 1.73 3/71 32340
/proc/meminfo: memFree=1629824/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104532 CPUtime=6.26
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5912 0 0 0 624 2 0 0 25 0 1 0 1981067337 107040768 3082 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 26133 3082 475 234 0 24835 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 104532

[startup+12.7019 s]
/proc/loadavg: 2.20 2.03 1.73 3/71 32340
/proc/meminfo: memFree=1558024/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104532 CPUtime=12.63
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5915 0 0 0 1261 2 0 0 25 0 1 0 1981067337 107040768 3085 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 26133 3085 475 234 0 24835 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 104532

[startup+25.5011 s]
/proc/loadavg: 2.15 2.03 1.74 3/71 32340
/proc/meminfo: memFree=1415944/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104532 CPUtime=25.36
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5920 0 0 0 2534 2 0 0 25 0 1 0 1981067337 107040768 3090 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 26133 3090 475 234 0 24835 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 104532

[startup+51.1017 s]
/proc/loadavg: 2.10 2.03 1.74 3/71 32340
/proc/meminfo: memFree=1135560/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=50.8
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5946 0 0 0 5078 2 0 0 25 0 1 0 1981067337 107175936 3116 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/32339/statm: 26166 3116 477 234 0 24868 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 104664

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 1.75 3/74 32403
/proc/meminfo: memFree=1810472/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=101.81
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5970 0 0 0 10177 4 0 0 25 0 1 0 1981067337 107175936 3140 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3140 478 234 0 24868 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 104664

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 1.76 3/74 32403
/proc/meminfo: memFree=1810472/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=161.77
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5973 0 0 0 16173 4 0 0 25 0 1 0 1981067337 107175936 3143 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3143 478 234 0 24868 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 104664

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.77 3/74 32403
/proc/meminfo: memFree=1810344/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=221.74
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5974 0 0 0 22170 4 0 0 25 0 1 0 1981067337 107175936 3144 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3144 478 234 0 24868 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 104664

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.79 3/74 32403
/proc/meminfo: memFree=1810280/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=281.71
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5974 0 0 0 28167 4 0 0 25 0 1 0 1981067337 107175936 3144 996147200 134512640 135472138 4294956224 18446744073709551615 134579152 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3144 478 234 0 24868 0
Current children cumulated CPU time (s) 281.71
Current children cumulated vsize (KiB) 104664

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/74 32403
/proc/meminfo: memFree=1810280/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=341.68
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5979 0 0 0 34164 4 0 0 25 0 1 0 1981067337 107175936 3149 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3149 478 234 0 24868 0
Current children cumulated CPU time (s) 341.68
Current children cumulated vsize (KiB) 104664

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.81 3/74 32403
/proc/meminfo: memFree=1810280/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=401.66
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5979 0 0 0 40161 5 0 0 25 0 1 0 1981067337 107175936 3149 996147200 134512640 135472138 4294956224 18446744073709551615 134595366 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3149 478 234 0 24868 0
Current children cumulated CPU time (s) 401.66
Current children cumulated vsize (KiB) 104664

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.82 3/74 32403
/proc/meminfo: memFree=1810280/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=461.64
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5979 0 0 0 46159 5 0 0 25 0 1 0 1981067337 107175936 3149 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3149 478 234 0 24868 0
Current children cumulated CPU time (s) 461.64
Current children cumulated vsize (KiB) 104664

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 32403
/proc/meminfo: memFree=1810280/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=521.61
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5979 0 0 0 52156 5 0 0 25 0 1 0 1981067337 107175936 3149 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3149 478 234 0 24868 0
Current children cumulated CPU time (s) 521.61
Current children cumulated vsize (KiB) 104664

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 32403
/proc/meminfo: memFree=1810280/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=581.58
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5980 0 0 0 58153 5 0 0 25 0 1 0 1981067337 107175936 3150 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3150 478 234 0 24868 0
Current children cumulated CPU time (s) 581.58
Current children cumulated vsize (KiB) 104664

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.84 3/74 32403
/proc/meminfo: memFree=1810216/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=641.55
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5980 0 0 0 64150 5 0 0 25 0 1 0 1981067337 107175936 3150 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3150 478 234 0 24868 0
Current children cumulated CPU time (s) 641.55
Current children cumulated vsize (KiB) 104664


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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/74 32409
/proc/meminfo: memFree=1809824/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=881.42
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 88137 5 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 881.42
Current children cumulated vsize (KiB) 104664

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.87 3/74 32409
/proc/meminfo: memFree=1809824/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=941.39
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 94134 5 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 941.39
Current children cumulated vsize (KiB) 104664

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/74 32409
/proc/meminfo: memFree=1809824/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1001.38
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 100132 6 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1001.38
Current children cumulated vsize (KiB) 104664

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/74 32409
/proc/meminfo: memFree=1809832/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1061.34
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 106128 6 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1061.34
Current children cumulated vsize (KiB) 104664

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/74 32409
/proc/meminfo: memFree=1809832/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1121.32
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 112126 6 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1121.32
Current children cumulated vsize (KiB) 104664

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/74 32409
/proc/meminfo: memFree=1809832/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1181.29
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 118123 6 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1181.29
Current children cumulated vsize (KiB) 104664

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/74 32409
/proc/meminfo: memFree=1809640/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1241.25
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 124119 6 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1241.25
Current children cumulated vsize (KiB) 104664

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/74 32409
/proc/meminfo: memFree=1809576/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1301.23
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 130117 6 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1301.23
Current children cumulated vsize (KiB) 104664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809512/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1361.21
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 136114 7 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1361.21
Current children cumulated vsize (KiB) 104664

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809512/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1421.18
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 142111 7 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 134581693 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1421.18
Current children cumulated vsize (KiB) 104664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809640/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1481.15
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 148108 7 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1481.15
Current children cumulated vsize (KiB) 104664

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809640/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1541.12
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 154105 7 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1541.12
Current children cumulated vsize (KiB) 104664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809640/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1601.09
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 160102 7 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1601.09
Current children cumulated vsize (KiB) 104664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809576/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1661.06
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5984 0 0 0 166099 7 0 0 25 0 1 0 1981067337 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1661.06
Current children cumulated vsize (KiB) 104664

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809576/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1721.03
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5986 0 0 0 172096 7 0 0 25 0 1 0 1981067337 107175936 3156 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3156 478 234 0 24868 0
Current children cumulated CPU time (s) 1721.03
Current children cumulated vsize (KiB) 104664

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809384/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1781
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5986 0 0 0 178093 7 0 0 25 0 1 0 1981067337 107175936 3156 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3156 478 234 0 24868 0
Current children cumulated CPU time (s) 1781
Current children cumulated vsize (KiB) 104664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 32409
/proc/meminfo: memFree=1809384/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1800.01
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5986 0 0 0 179993 8 0 0 25 0 1 0 1981067337 107175936 3156 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3156 478 234 0 24868 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 104664

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 1.91 3/74 32409
/proc/meminfo: memFree=1809384/2055920 swapFree=4179440/4192956
[pid=32339] ppid=32337 vsize=104664 CPUtime=1800.01
/proc/32339/stat : 32339 (casperzito) R 32337 32339 32067 0 -1 4194304 5986 0 0 0 179993 8 0 0 25 0 1 0 1981067337 107175936 3156 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/32339/statm: 26166 3156 478 234 0 24868 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 104664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.31
CPU time (s): 1800.02
CPU user time (s): 1799.93
CPU system time (s): 0.082987
CPU usage (%): 99.9282
Max. virtual memory (cumulated for all children) (KiB): 118548

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

runsolver used 2.6326 second user time and 5.48417 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-02 19:49:18
IDJOB=1043559
IDBENCH=53456
IDSOLVER=362
FILE ID=node56/1043559-1215020957
PBS_JOBID= 7874358
Free space on /tmp= 103104 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-4_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043559-1215020957/watcher-1043559-1215020957 -o /tmp/evaluation-result-1043559-1215020957/solver-1043559-1215020957 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043559-1215020957.xml 1449141255 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c3220c1894863afe8d485810de9d0046
RANDOM SEED=1449141255

node56.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.265
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	: 5931.00
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.265
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:       1699432 kB
Buffers:         15760 kB
Cached:         258648 kB
SwapCached:       7316 kB
Active:         231124 kB
Inactive:        66076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699432 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:          123208 kB
Writeback:           0 kB
Mapped:          28132 kB
Slab:            44632 kB
Committed_AS:  3821864 kB
PageTables:       1856 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= 103220 MiB
End job on node56 at 2008-07-02 20:19:21