Trace number 1093637

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.12 1805.62

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-8-4-8.xml
MD5SUM6e0e22cb5b6f421be44b72042836849b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6016
Number of constraints32560
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32560
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.13	c Parsing = 1
1.28/1.34	c Building = 1
1.47/1.51	c [ NumberOfVariables = 6016 ]
1.47/1.51	c [ NumberOfConstraints = 32560 ]
1.47/1.51	c [ SizeOfSearchSpace(log2) = 6016 ]
1.47/1.51	c SymmetrySearch = (Timeout)
11.73/11.84	c [ Proceeding without symmetry breaking ]
11.83/11.97	c InitialPropagation = 1
11.83/11.99	c [ SizeOfSearchSpace(log2) = 6016 ]
11.83/11.99	c InitialSAC = 1
12.42/12.50	c [ SizeOfSearchSpace(log2) = 6016 ]
12.42/12.51	c Search(SampleFF) : 
127.75/128.33	c [ Sampling domwdeg ]
127.75/128.33	c [ Sampling impacts ]
127.75/128.33	c [ SamplingScores: ]
127.75/128.33	c [ domwdeg+min = 2.73911e-49 | domwdeg+rnd = 2.00025e-54 ]
127.75/128.33	c [ impacts+min = 2.73911e-49 | impacts+rnd = 2.80476e-66 ]
127.75/128.33	c [ la+min = 0 | la+rnd = 0 ]
127.75/128.33	c [ domwdeg = 1.36957e-49 | impacts = 1.36956e-49 | la = 0 ]
127.75/128.33	c [ min = 1.82607e-49 | rand = 1.36956e-49 ]
127.75/128.33	c [ restarting at (3.96356,9.27302e-69) ]
138.31/138.95	c [ restarting at (9.9089,5.2711e-82) ]
164.80/165.51	c [ restarting at (24.7722,4.31146e-84) ]
200.65/201.57	c [ restarting at (61.9306,1.67984e-83) ]
355.44/356.48	c [ restarting at (154.827,5.35346e-83) ]
738.58/743.67	c [ restarting at (387.066,1.80245e-95) ]
1706.13/1711.68	c [ restarting at (967.666,3.79915e-64) ]

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

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.01 2.00 2.00 4/80 18892
/proc/meminfo: memFree=1392632/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=18572 CPUtime=0
/proc/18892/stat : 18892 (runsolver) R 18890 18892 17952 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2004085742 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18892/statm: 4643 292 257 25 0 2626 0

[startup+0.131358 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 18892
/proc/meminfo: memFree=1392632/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=7112 CPUtime=0.12
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 876 0 0 0 12 0 0 0 19 0 1 0 2004085742 7282688 836 996147200 134512640 135472138 4294956224 18446744073709551615 134749033 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 1778 836 368 234 0 480 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7112

[startup+0.201218 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 18892
/proc/meminfo: memFree=1392632/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=7772 CPUtime=0.18
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 1050 0 0 0 18 0 0 0 19 0 1 0 2004085742 7958528 1010 996147200 134512640 135472138 4294956224 18446744073709551615 4158768490 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 1943 1010 368 234 0 645 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7772

[startup+0.301237 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 18892
/proc/meminfo: memFree=1392632/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=8696 CPUtime=0.28
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 1299 0 0 0 28 0 0 0 20 0 1 0 2004085742 8904704 1259 996147200 134512640 135472138 4294956224 18446744073709551615 134749049 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 2174 1259 368 234 0 876 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8696

[startup+0.70131 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 18892
/proc/meminfo: memFree=1392632/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=12656 CPUtime=0.68
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 2281 0 0 0 67 1 0 0 23 0 1 0 2004085742 12959744 2241 996147200 134512640 135472138 4294956224 18446744073709551615 134778448 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 3164 2241 368 234 0 1866 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12656

[startup+1.50147 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 18893
/proc/meminfo: memFree=1381104/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=117500 CPUtime=1.47
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 8110 0 0 0 143 4 0 0 25 0 1 0 2004085742 120320000 8070 996147200 134512640 135472138 4294956224 18446744073709551615 135201168 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 29375 8070 412 234 0 28077 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 117500

[startup+3.10178 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 18893
/proc/meminfo: memFree=1338416/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=150796 CPUtime=3.08
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 15502 0 0 0 300 8 0 0 25 0 1 0 2004085742 154415104 15137 996147200 134512640 135472138 4294956224 18446744073709551615 134535830 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 37699 15137 451 234 0 36401 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 150796

[startup+6.30139 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 18893
/proc/meminfo: memFree=1326768/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=158220 CPUtime=6.26
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 17751 0 0 0 617 9 0 0 25 0 1 0 2004085742 162017280 17176 996147200 134512640 135472138 4294956224 18446744073709551615 134535448 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 39555 17176 451 234 0 38257 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 158220

[startup+12.7016 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 18893
/proc/meminfo: memFree=1335480/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142596 CPUtime=12.62
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 20658 0 0 0 1252 10 0 0 25 0 1 0 2004085742 146018304 14764 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 35649 14764 489 234 0 34351 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 142596

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18893
/proc/meminfo: memFree=1335032/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142596 CPUtime=25.38
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 20680 0 0 0 2527 11 0 0 25 0 1 0 2004085742 146018304 14786 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 35649 14786 490 234 0 34351 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 142596

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18893
/proc/meminfo: memFree=1334712/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142596 CPUtime=50.87
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 20755 0 0 0 5076 11 0 0 25 0 1 0 2004085742 146018304 14861 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 35649 14861 490 234 0 34351 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 142596

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18893
/proc/meminfo: memFree=1333944/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142612 CPUtime=101.86
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 20967 0 0 0 10175 11 0 0 25 0 1 0 2004085742 146034688 15073 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 35653 15073 499 234 0 34355 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 142612

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18893
/proc/meminfo: memFree=1333176/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=161.61
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21103 0 0 0 16150 11 0 0 25 0 1 0 2004085742 146038784 15209 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 35654 15209 500 234 0 34356 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 142616

[startup+222.307 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 18923
/proc/meminfo: memFree=1658488/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=221.41
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21182 0 0 0 22122 19 0 0 25 0 1 0 2004085742 146038784 15288 996147200 134512640 135472138 4294956224 18446744073709551615 134691144 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15288 500 234 0 34356 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 142616

[startup+282.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 18971
/proc/meminfo: memFree=1210480/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=281.36
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21187 0 0 0 28114 22 0 0 25 0 1 0 2004085742 146038784 15293 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15293 500 234 0 34356 0
Current children cumulated CPU time (s) 281.36
Current children cumulated vsize (KiB) 142616

[startup+342.302 s]
/proc/loadavg: 2.12 2.05 2.01 3/82 18971
/proc/meminfo: memFree=953328/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=341.34
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21187 0 0 0 34111 23 0 0 25 0 1 0 2004085742 146038784 15293 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15293 500 234 0 34356 0
Current children cumulated CPU time (s) 341.34
Current children cumulated vsize (KiB) 142616

[startup+402.302 s]
/proc/loadavg: 2.09 2.05 2.01 3/82 19013
/proc/meminfo: memFree=1649584/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=401.28
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21220 0 0 0 40097 31 0 0 25 0 1 0 2004085742 146038784 15326 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15326 500 234 0 34356 0
Current children cumulated CPU time (s) 401.28
Current children cumulated vsize (KiB) 142616

[startup+462.301 s]
/proc/loadavg: 2.10 2.07 2.01 3/94 19025
/proc/meminfo: memFree=1074192/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=460.19
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21220 0 0 0 45987 32 0 0 25 0 1 0 2004085742 146038784 15326 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 35654 15326 500 234 0 34356 0
Current children cumulated CPU time (s) 460.19
Current children cumulated vsize (KiB) 142616

[startup+522.303 s]
/proc/loadavg: 2.04 2.05 2.01 4/94 19025
/proc/meminfo: memFree=1074128/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=519.02
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21220 0 0 0 51870 32 0 0 25 0 1 0 2004085742 146038784 15326 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 35654 15326 500 234 0 34356 0
Current children cumulated CPU time (s) 519.02
Current children cumulated vsize (KiB) 142616

[startup+582.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/94 19025
/proc/meminfo: memFree=1073936/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=577.81
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21220 0 0 0 57749 32 0 0 25 0 1 0 2004085742 146038784 15326 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 35654 15326 500 234 0 34356 0
Current children cumulated CPU time (s) 577.81
Current children cumulated vsize (KiB) 142616

[startup+642.302 s]
/proc/loadavg: 2.15 2.08 2.01 3/81 19060
/proc/meminfo: memFree=950136/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=637.33
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21220 0 0 0 63693 40 0 0 25 0 1 0 2004085742 146038784 15326 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15326 500 234 0 34356 0
Current children cumulated CPU time (s) 637.33
Current children cumulated vsize (KiB) 142616


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

[startup+882.307 s]
/proc/loadavg: 2.00 2.04 2.00 3/81 19060
/proc/meminfo: memFree=949624/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=877.22
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 87682 40 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 877.22
Current children cumulated vsize (KiB) 142616

[startup+942.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 19066
/proc/meminfo: memFree=949552/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=937.18
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 93678 40 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 937.18
Current children cumulated vsize (KiB) 142616

[startup+1002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/81 19066
/proc/meminfo: memFree=918768/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=997.16
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 99675 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 997.16
Current children cumulated vsize (KiB) 142616

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 19066
/proc/meminfo: memFree=918704/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1057.13
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 105672 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202751 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1057.13
Current children cumulated vsize (KiB) 142616

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 19066
/proc/meminfo: memFree=918704/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1117.1
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 111669 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1117.1
Current children cumulated vsize (KiB) 142616

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 19066
/proc/meminfo: memFree=918640/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1177.07
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 117666 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1177.07
Current children cumulated vsize (KiB) 142616

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 19066
/proc/meminfo: memFree=918456/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1237.05
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 123664 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1237.05
Current children cumulated vsize (KiB) 142616

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19066
/proc/meminfo: memFree=918328/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1297.02
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 129661 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1297.02
Current children cumulated vsize (KiB) 142616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19066
/proc/meminfo: memFree=918200/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1356.99
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 135658 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1356.99
Current children cumulated vsize (KiB) 142616

[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 19066
/proc/meminfo: memFree=918264/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1416.97
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 141656 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1416.97
Current children cumulated vsize (KiB) 142616

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 19066
/proc/meminfo: memFree=918264/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1476.94
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 147653 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1476.94
Current children cumulated vsize (KiB) 142616

[startup+1542.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 19066
/proc/meminfo: memFree=918328/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1536.91
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 153650 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1536.91
Current children cumulated vsize (KiB) 142616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19066
/proc/meminfo: memFree=918328/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1596.88
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 159647 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1596.88
Current children cumulated vsize (KiB) 142616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19066
/proc/meminfo: memFree=918200/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1656.85
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 165644 41 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1656.85
Current children cumulated vsize (KiB) 142616

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 19066
/proc/meminfo: memFree=918200/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1716.83
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21266 0 0 0 171641 42 0 0 25 0 1 0 2004085742 146038784 15372 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15372 500 234 0 34356 0
Current children cumulated CPU time (s) 1716.83
Current children cumulated vsize (KiB) 142616

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 19066
/proc/meminfo: memFree=918008/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1776.8
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21306 0 0 0 177638 42 0 0 25 0 1 0 2004085742 146038784 15412 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15412 500 234 0 34356 0
Current children cumulated CPU time (s) 1776.8
Current children cumulated vsize (KiB) 142616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 19066
/proc/meminfo: memFree=918008/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1800.1
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21306 0 0 0 179968 42 0 0 25 0 1 0 2004085742 146038784 15412 996147200 134512640 135472138 4294956224 18446744073709551615 135202712 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15412 500 234 0 34356 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 142616

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

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

[startup+1805.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 19066
/proc/meminfo: memFree=918008/2055920 swapFree=4180500/4192956
[pid=18892] ppid=18890 vsize=142616 CPUtime=1800.1
/proc/18892/stat : 18892 (casperzito) R 18890 18892 17952 0 -1 4194304 21306 0 0 0 179968 42 0 0 25 0 1 0 2004085742 146038784 15412 996147200 134512640 135472138 4294956224 18446744073709551615 135202712 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 35654 15412 500 234 0 34356 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 142616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.62
CPU time (s): 1800.12
CPU user time (s): 1799.68
CPU system time (s): 0.432934
CPU usage (%): 99.6953
Max. virtual memory (cumulated for all children) (KiB): 167936

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

runsolver used 1.83272 second user time and 5.29719 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 11:45:44
IDJOB=1093637
IDBENCH=58716
IDSOLVER=362
FILE ID=node59/1093637-1215251143
PBS_JOBID= 7882027
Free space on /tmp= 66464 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-8-4-8.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093637-1215251143/watcher-1093637-1215251143 -o /tmp/evaluation-result-1093637-1215251143/solver-1093637-1215251143 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1093637-1215251143.xml 1051731418 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e0e22cb5b6f421be44b72042836849b
RANDOM SEED=1051731418

node59.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.261
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.261
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:       1393112 kB
Buffers:          9036 kB
Cached:         184300 kB
SwapCached:       6176 kB
Active:         544308 kB
Inactive:        64312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393112 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            7612 kB
Writeback:           0 kB
Mapped:         428996 kB
Slab:            38624 kB
Committed_AS:  4892384 kB
PageTables:       2664 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= 66420 MiB
End job on node59 at 2008-07-05 12:15:51