Trace number 1090359

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.07 1812.32

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-9.xml
MD5SUMa8b8f3df512533f785ada5db6742b7bf
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 benchmark10.0165
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
1.68/1.78	c Building = 1
1.88/1.91	c [ NumberOfVariables = 1557 ]
1.88/1.91	c [ NumberOfConstraints = 65390 ]
1.88/1.92	c [ SizeOfSearchSpace(log2) = 4935.57 ]
1.88/1.92	c SymmetrySearch = (Timeout)
11.93/12.04	c [ Proceeding without symmetry breaking ]
11.93/12.09	c InitialPropagation = 1
12.03/12.14	c [ SizeOfSearchSpace(log2) = 4935.57 ]
12.03/12.14	c InitialSAC = 1
12.82/13.00	c [ SizeOfSearchSpace(log2) = 4935.57 ]
12.91/13.00	c Search(SampleFF) : 
98.89/99.44	c [ Sampling domwdeg ]
98.89/99.44	c [ Sampling impacts ]
98.89/99.44	c [ SamplingScores: ]
98.89/99.44	c [ domwdeg+min = 1.15959e-91 | domwdeg+rnd = 0.000918322 ]
98.89/99.44	c [ impacts+min = 9.80078e-46 | impacts+rnd = 1.96868e-08 ]
98.89/99.44	c [ la+min = 0 | la+rnd = 0 ]
98.89/99.44	c [ domwdeg = 0.000459161 | impacts = 9.84338e-09 | la = 0 ]
98.89/99.44	c [ min = 3.26693e-46 | rand = 9.84338e-09 ]
98.89/99.44	c [ restarting at (3.96356,2.47013e-91) ]
108.74/109.38	c [ restarting at (9.9089,2.47013e-91) ]
133.42/134.18	c [ restarting at (24.7722,2.47013e-91) ]
195.11/196.16	c [ restarting at (61.9306,2.47013e-91) ]
349.25/351.05	c [ restarting at (154.827,2.47013e-91) ]
734.55/738.24	c [ restarting at (387.066,2.47013e-91) ]
1694.85/1706.19	c [ restarting at (967.666,2.47013e-91) ]

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.93 4/79 12285
/proc/meminfo: memFree=1745680/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=5348 CPUtime=0
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 2006078764 5476352 191 996147200 134512640 135472138 4294956224 18446744073709551615 6698865 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 1337 191 157 234 0 27 0

[startup+0.012752 s]
/proc/loadavg: 1.92 1.98 1.93 4/79 12285
/proc/meminfo: memFree=1745680/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=5568 CPUtime=0
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 2006078764 5701632 441 996147200 134512640 135472138 4294956224 18446744073709551615 134768137 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 1392 441 362 234 0 94 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5568

[startup+0.102764 s]
/proc/loadavg: 1.92 1.98 1.93 4/79 12285
/proc/meminfo: memFree=1745680/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=6616 CPUtime=0.09
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 781 0 0 0 9 0 0 0 18 0 1 0 2006078764 6774784 741 996147200 134512640 135472138 4294956224 18446744073709551615 134806599 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 1654 741 368 234 0 356 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6616

[startup+0.301788 s]
/proc/loadavg: 1.92 1.98 1.93 4/79 12285
/proc/meminfo: memFree=1745680/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=8860 CPUtime=0.29
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 1323 0 0 0 28 1 0 0 19 0 1 0 2006078764 9072640 1283 996147200 134512640 135472138 4294956224 18446744073709551615 7169659 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 2215 1283 368 234 0 917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8860

[startup+0.702834 s]
/proc/loadavg: 1.92 1.98 1.93 4/79 12285
/proc/meminfo: memFree=1745680/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=13084 CPUtime=0.68
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 2382 0 0 0 67 1 0 0 23 0 1 0 2006078764 13398016 2342 996147200 134512640 135472138 4294956224 18446744073709551615 7169659 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 3271 2342 368 234 0 1973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13084

[startup+1.50193 s]
/proc/loadavg: 1.92 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1734728/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=20872 CPUtime=1.48
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 4327 0 0 0 145 3 0 0 25 0 1 0 2006078764 21372928 4287 996147200 134512640 135472138 4294956224 18446744073709551615 7169659 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 5218 4287 368 234 0 3920 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20872

[startup+3.10111 s]
/proc/loadavg: 1.92 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1693768/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=133916 CPUtime=3.07
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 13861 0 0 0 300 7 0 0 25 0 1 0 2006078764 137129984 13821 996147200 134512640 135472138 4294956224 18446744073709551615 134538087 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 33479 13821 447 234 0 32181 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 133916

[startup+6.30149 s]
/proc/loadavg: 1.93 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1691792/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=133916 CPUtime=6.25
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 13877 0 0 0 618 7 0 0 25 0 1 0 2006078764 137129984 13837 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 33479 13837 447 234 0 32181 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 133916

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1691536/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126596 CPUtime=12.62
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16017 0 0 0 1254 8 0 0 25 0 1 0 2006078764 129634304 14462 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31649 14462 476 234 0 30351 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 126596

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1689296/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126596 CPUtime=25.35
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16069 0 0 0 2527 8 0 0 25 0 1 0 2006078764 129634304 14514 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31649 14514 487 234 0 30351 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 126596

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1689168/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126596 CPUtime=50.83
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16087 0 0 0 5074 9 0 0 25 0 1 0 2006078764 129634304 14532 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31649 14532 492 234 0 30351 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 126596

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1688464/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=101.78
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16235 0 0 0 10169 9 0 0 25 0 1 0 2006078764 129638400 14680 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14680 495 234 0 30352 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 126600

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1688400/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=161.48
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16259 0 0 0 16139 9 0 0 25 0 1 0 2006078764 129638400 14704 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14704 495 234 0 30352 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 126600

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1688272/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=221.18
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16269 0 0 0 22109 9 0 0 25 0 1 0 2006078764 129638400 14714 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14714 495 234 0 30352 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 126600

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1688272/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=280.89
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16269 0 0 0 28080 9 0 0 25 0 1 0 2006078764 129638400 14714 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14714 495 234 0 30352 0
Current children cumulated CPU time (s) 280.89
Current children cumulated vsize (KiB) 126600

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1688272/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=340.59
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16269 0 0 0 34050 9 0 0 25 0 1 0 2006078764 129638400 14714 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14714 495 234 0 30352 0
Current children cumulated CPU time (s) 340.59
Current children cumulated vsize (KiB) 126600

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1688272/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=400.3
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16280 0 0 0 40021 9 0 0 25 0 1 0 2006078764 129638400 14725 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14725 495 234 0 30352 0
Current children cumulated CPU time (s) 400.3
Current children cumulated vsize (KiB) 126600

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/80 12286
/proc/meminfo: memFree=1688272/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=460
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16280 0 0 0 45991 9 0 0 25 0 1 0 2006078764 129638400 14725 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14725 495 234 0 30352 0
Current children cumulated CPU time (s) 460
Current children cumulated vsize (KiB) 126600

[startup+522.301 s]
/proc/loadavg: 2.09 2.01 1.94 3/80 12286
/proc/meminfo: memFree=1688208/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=519.7
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16280 0 0 0 51961 9 0 0 25 0 1 0 2006078764 129638400 14725 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14725 495 234 0 30352 0
Current children cumulated CPU time (s) 519.7
Current children cumulated vsize (KiB) 126600

[startup+582.302 s]
/proc/loadavg: 2.03 2.01 1.94 3/80 12286
/proc/meminfo: memFree=1688144/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=579.41
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16280 0 0 0 57932 9 0 0 25 0 1 0 2006078764 129638400 14725 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14725 495 234 0 30352 0
Current children cumulated CPU time (s) 579.41
Current children cumulated vsize (KiB) 126600

[startup+642.302 s]
/proc/loadavg: 2.01 2.00 1.94 3/80 12286
/proc/meminfo: memFree=1688016/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=639.12
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16280 0 0 0 63903 9 0 0 25 0 1 0 2006078764 129638400 14725 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14725 495 234 0 30352 0
Current children cumulated CPU time (s) 639.12
Current children cumulated vsize (KiB) 126600


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

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 1.94 3/80 12286
/proc/meminfo: memFree=1687760/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=877.93
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 87783 10 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 877.93
Current children cumulated vsize (KiB) 126600

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.94 3/80 12286
/proc/meminfo: memFree=1687696/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=937.64
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 93754 10 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 937.64
Current children cumulated vsize (KiB) 126600

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/80 12286
/proc/meminfo: memFree=1687696/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=997.34
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 99724 10 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 997.34
Current children cumulated vsize (KiB) 126600

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/80 12286
/proc/meminfo: memFree=1687632/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1057.05
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 105695 10 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1057.05
Current children cumulated vsize (KiB) 126600

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/80 12286
/proc/meminfo: memFree=1687632/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1116.75
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 111665 10 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1116.75
Current children cumulated vsize (KiB) 126600

[startup+1182.3 s]
/proc/loadavg: 2.10 2.03 1.95 3/88 12672
/proc/meminfo: memFree=1686656/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1175.97
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 117585 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1175.97
Current children cumulated vsize (KiB) 126600

[startup+1242.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/88 12672
/proc/meminfo: memFree=1685632/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1235.4
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 123528 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1235.4
Current children cumulated vsize (KiB) 126600

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/88 12672
/proc/meminfo: memFree=1685248/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1294.84
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 129472 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1294.84
Current children cumulated vsize (KiB) 126600

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/88 12672
/proc/meminfo: memFree=1685184/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1354.27
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 135415 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1354.27
Current children cumulated vsize (KiB) 126600

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 1.96 3/88 12672
/proc/meminfo: memFree=1685184/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1413.71
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 141359 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1413.71
Current children cumulated vsize (KiB) 126600

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/88 12672
/proc/meminfo: memFree=1685184/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1473.15
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 147303 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1473.15
Current children cumulated vsize (KiB) 126600

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/88 12672
/proc/meminfo: memFree=1685120/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1532.58
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 153246 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1532.58
Current children cumulated vsize (KiB) 126600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 12673
/proc/meminfo: memFree=1684928/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1592.02
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 159190 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1592.02
Current children cumulated vsize (KiB) 126600

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/88 12674
/proc/meminfo: memFree=1684928/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1651.45
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16291 0 0 0 165133 12 0 0 25 0 1 0 2006078764 129638400 14736 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14736 495 234 0 30352 0
Current children cumulated CPU time (s) 1651.45
Current children cumulated vsize (KiB) 126600

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/88 12674
/proc/meminfo: memFree=1684928/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1710.9
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16301 0 0 0 171078 12 0 0 25 0 1 0 2006078764 129638400 14746 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14746 495 234 0 30352 0
Current children cumulated CPU time (s) 1710.9
Current children cumulated vsize (KiB) 126600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 12674
/proc/meminfo: memFree=1684672/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1770.33
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16301 0 0 0 177021 12 0 0 25 0 1 0 2006078764 129638400 14746 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14746 495 234 0 30352 0
Current children cumulated CPU time (s) 1770.33
Current children cumulated vsize (KiB) 126600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 12674
/proc/meminfo: memFree=1684672/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1800.05
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16301 0 0 0 179993 12 0 0 25 0 1 0 2006078764 129638400 14746 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14746 495 234 0 30352 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 126600

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

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

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 12674
/proc/meminfo: memFree=1684672/2055920 swapFree=4180584/4192956
[pid=12285] ppid=12283 vsize=126600 CPUtime=1800.05
/proc/12285/stat : 12285 (casperzito) R 12283 12285 11562 0 -1 4194304 16301 0 0 0 179993 12 0 0 25 0 1 0 2006078764 129638400 14746 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 31650 14746 495 234 0 30352 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 126600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.32
CPU time (s): 1800.07
CPU user time (s): 1799.93
CPU system time (s): 0.135979
CPU usage (%): 99.3242
Max. virtual memory (cumulated for all children) (KiB): 134180

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

runsolver used 1.76573 second user time and 5.47117 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 17:21:30
IDJOB=1090359
IDBENCH=58439
IDSOLVER=362
FILE ID=node75/1090359-1215271289
PBS_JOBID= 7882204
Free space on /tmp= 66524 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-9.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090359-1215271289/watcher-1090359-1215271289 -o /tmp/evaluation-result-1090359-1215271289/solver-1090359-1215271289 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1090359-1215271289.xml 707653302 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8b8f3df512533f785ada5db6742b7bf
RANDOM SEED=707653302

node75.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746160 kB
Buffers:         21460 kB
Cached:         216572 kB
SwapCached:       6768 kB
Active:         156800 kB
Inactive:        99544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746160 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:           10852 kB
Writeback:           0 kB
Mapped:          26852 kB
Slab:            37988 kB
Committed_AS:  4244668 kB
PageTables:       2376 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 node75 at 2008-07-05 17:51:44