Trace number 204270

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, and are wall clock time (not CPU 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
VALCSP 3.0? (TO) 1800.07 1808.54

General information on the benchmark

NamejobShop/jobShop-e0ddr1/
e0ddr1-10-by-5-3.xml
MD5SUMe1bd95f32daac3037b0684e39e147fe9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size114
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node72/watcher-204270-1168165508 -o ROOT/results/node72/solver-204270-1168165508 -C 1800 -M 900 /tmp/evaluation/204270-1168165508/VALCSP /tmp/evaluation/204270-1168165508/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.72 1.15 1.58 5/87 26450
/proc/meminfo: memFree=1329224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=1732 CPUtime=0
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 169 0 0 0 0 0 0 0 20 0 1 0 164959747 1773568 147 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134530220 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 433 147 64 8 0 105 0

[startup+0.106637 s]
/proc/loadavg: 0.72 1.15 1.58 5/87 26450
/proc/meminfo: memFree=1329224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=4372 CPUtime=0.09
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 829 0 0 0 9 0 0 0 20 0 1 0 164959747 4476928 807 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134530975 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 1093 807 64 8 0 765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4372

[startup+0.514673 s]
/proc/loadavg: 0.72 1.15 1.58 5/87 26450
/proc/meminfo: memFree=1329224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=12028 CPUtime=0.5
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 2767 0 0 0 49 1 0 0 24 0 1 0 164959747 12316672 2745 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134530223 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3007 2745 64 8 0 2679 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 12028

[startup+1.33575 s]
/proc/loadavg: 0.72 1.15 1.58 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1.31
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 130 1 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 14272

[startup+2.9849 s]
/proc/loadavg: 0.72 1.15 1.58 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=2.95
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 294 1 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 14272

[startup+6.2642 s]
/proc/loadavg: 0.82 1.16 1.58 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=6.22
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 621 1 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524555 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 14272

[startup+12.7318 s]
/proc/loadavg: 0.91 1.18 1.58 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=12.65
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 1264 1 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524920 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 14272

[startup+25.548 s]
/proc/loadavg: 1.15 1.22 1.59 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=25.42
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 2540 2 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524704 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 14272

[startup+51.1983 s]
/proc/loadavg: 1.50 1.29 1.60 3/87 26450
/proc/meminfo: memFree=1316296/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=50.94
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 5092 2 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 14272

[startup+102.492 s]
/proc/loadavg: 1.78 1.40 1.62 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=102
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 10198 2 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134517334 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 14272

[startup+162.507 s]
/proc/loadavg: 1.92 1.51 1.64 3/87 26450
/proc/meminfo: memFree=1316296/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=161.74
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 16171 3 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 14272

[startup+222.53 s]
/proc/loadavg: 2.03 1.61 1.67 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=221.47
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 22144 3 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 14272

[startup+282.546 s]
/proc/loadavg: 2.01 1.68 1.68 3/87 26450
/proc/meminfo: memFree=1316296/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=281.2
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 28117 3 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524702 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 281.2
Current children cumulated vsize (KiB) 14272

[startup+342.563 s]
/proc/loadavg: 2.00 1.73 1.70 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=340.94
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 34090 4 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 14272

[startup+402.58 s]
/proc/loadavg: 2.00 1.78 1.72 3/87 26450
/proc/meminfo: memFree=1316296/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=400.67
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 40063 4 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 14272

[startup+462.597 s]
/proc/loadavg: 2.00 1.82 1.73 3/87 26450
/proc/meminfo: memFree=1316296/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=460.41
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 46036 5 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524727 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 460.41
Current children cumulated vsize (KiB) 14272

[startup+522.618 s]
/proc/loadavg: 2.06 1.86 1.75 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=520.14
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 52009 5 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524781 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 520.14
Current children cumulated vsize (KiB) 14272

[startup+582.634 s]
/proc/loadavg: 2.02 1.89 1.76 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=579.88
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 57982 6 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 579.88
Current children cumulated vsize (KiB) 14272

[startup+642.648 s]
/proc/loadavg: 2.00 1.90 1.77 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=639.61
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 63955 6 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524691 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 639.61
Current children cumulated vsize (KiB) 14272

[startup+702.663 s]
/proc/loadavg: 2.00 1.92 1.79 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=699.34
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 69928 6 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524680 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 699.34
Current children cumulated vsize (KiB) 14272

[startup+762.678 s]
/proc/loadavg: 2.00 1.93 1.80 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=759.08
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 75901 7 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 759.08
Current children cumulated vsize (KiB) 14272

[startup+822.693 s]
/proc/loadavg: 2.03 1.95 1.81 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=818.81
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 81874 7 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524651 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 818.81
Current children cumulated vsize (KiB) 14272

[startup+882.713 s]
/proc/loadavg: 2.01 1.96 1.82 3/87 26450
/proc/meminfo: memFree=1316232/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=878.55
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 87847 8 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 878.55
Current children cumulated vsize (KiB) 14272

[startup+942.726 s]
/proc/loadavg: 2.00 1.96 1.83 3/88 26451
/proc/meminfo: memFree=1316224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=938.28
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 93820 8 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134521920 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 938.28
Current children cumulated vsize (KiB) 14272

[startup+1002.74 s]
/proc/loadavg: 2.03 1.98 1.84 3/88 26451
/proc/meminfo: memFree=1316224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=998.02
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 99793 9 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520890 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 998.02
Current children cumulated vsize (KiB) 14272

[startup+1062.76 s]
/proc/loadavg: 2.01 1.98 1.85 3/88 26451
/proc/meminfo: memFree=1316224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1057.75
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 105766 9 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524776 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1057.75
Current children cumulated vsize (KiB) 14272

[startup+1122.78 s]
/proc/loadavg: 2.00 1.98 1.85 3/88 26451
/proc/meminfo: memFree=1316224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1117.48
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 111739 9 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524717 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1117.48
Current children cumulated vsize (KiB) 14272

[startup+1182.79 s]
/proc/loadavg: 2.00 1.98 1.86 3/88 26451
/proc/meminfo: memFree=1316224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1177.22
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 117712 10 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134521930 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1177.22
Current children cumulated vsize (KiB) 14272

[startup+1242.82 s]
/proc/loadavg: 2.00 1.98 1.86 4/88 26451
/proc/meminfo: memFree=1316160/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1236.96
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 123686 10 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524608 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1236.96
Current children cumulated vsize (KiB) 14272

[startup+1302.83 s]
/proc/loadavg: 2.00 1.98 1.87 3/88 26451
/proc/meminfo: memFree=1316224/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1296.7
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 129659 11 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134521918 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1296.7
Current children cumulated vsize (KiB) 14272

[startup+1362.85 s]
/proc/loadavg: 2.00 1.98 1.87 3/89 26452
/proc/meminfo: memFree=1316216/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1356.43
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 135632 11 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1356.43
Current children cumulated vsize (KiB) 14272

[startup+1422.87 s]
/proc/loadavg: 2.00 1.98 1.88 3/89 26452
/proc/meminfo: memFree=1316152/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1416.18
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 141606 12 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1416.18
Current children cumulated vsize (KiB) 14272

[startup+1482.89 s]
/proc/loadavg: 2.00 1.98 1.89 3/89 26452
/proc/meminfo: memFree=1316088/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1475.91
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 147579 12 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524776 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1475.91
Current children cumulated vsize (KiB) 14272

[startup+1542.92 s]
/proc/loadavg: 2.00 1.98 1.89 4/89 26452
/proc/meminfo: memFree=1316152/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1535.65
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 153553 12 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524717 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1535.65
Current children cumulated vsize (KiB) 14272

[startup+1602.94 s]
/proc/loadavg: 2.00 1.98 1.90 3/89 26452
/proc/meminfo: memFree=1316088/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1595.39
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 159526 13 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524822 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1595.39
Current children cumulated vsize (KiB) 14272

[startup+1662.95 s]
/proc/loadavg: 2.07 2.00 1.91 3/89 26452
/proc/meminfo: memFree=1316152/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1655.12
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 165499 13 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524778 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1655.12
Current children cumulated vsize (KiB) 14272

[startup+1722.97 s]
/proc/loadavg: 2.02 2.00 1.91 3/89 26452
/proc/meminfo: memFree=1316088/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1714.86
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 171472 14 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134521992 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1714.86
Current children cumulated vsize (KiB) 14272

[startup+1782.99 s]
/proc/loadavg: 2.06 2.01 1.91 3/89 26452
/proc/meminfo: memFree=1316088/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1774.59
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 177445 14 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1774.59
Current children cumulated vsize (KiB) 14272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.52 s]
/proc/loadavg: 1.96 1.99 1.91 2/81 26464
/proc/meminfo: memFree=1319808/2055920 swapFree=4191880/4192956
[pid=26449] ppid=26447 vsize=14272 CPUtime=1800.06
/proc/26449/stat : 26449 (VALCSP) R 26447 26449 26240 0 -1 4194304 3320 0 0 0 179992 14 0 0 25 0 1 0 164959747 14614528 3298 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134521925 0 0 4096 0 0 0 0 17 0 0 0
/proc/26449/statm: 3568 3298 66 8 0 3240 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 14272

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.54
CPU time (s): 1800.07
CPU user time (s): 1799.92
CPU system time (s): 0.151976
CPU usage (%): 99.5318
Max. virtual memory (cumulated for all children) (KiB): 14272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3320
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= 6
involuntary context switches= 54136

runsolver used 2.02269 s user time and 5.99309 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sun Jan  7 10:25:09 UTC 2007


IDJOB= 204270
IDBENCH= 4011
FILE ID= node72/204270-1168165508

PBS_JOBID= 3478642

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/jobShop/jobShop-e0ddr1/e0ddr1-10-by-5-3.xml
COMMAND LINE= /tmp/evaluation/204270-1168165508/VALCSP /tmp/evaluation/204270-1168165508/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-204270-1168165508 -o ROOT/results/node72/solver-204270-1168165508 -C 1800 -M 900  /tmp/evaluation/204270-1168165508/VALCSP /tmp/evaluation/204270-1168165508/unknown.xml

META MD5SUM SOLVER= 6fc756be3a7e45a17a81a19ce431bc48
MD5SUM BENCH=  e1bd95f32daac3037b0684e39e147fe9

RANDOM SEED= 75155549

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.223
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.223
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:       1329704 kB
Buffers:         45652 kB
Cached:         556488 kB
SwapCached:        408 kB
Active:         192732 kB
Inactive:       459340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329704 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          68420 kB
Slab:            59056 kB
Committed_AS:  3036352 kB
PageTables:       2240 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= 66557 MiB



End job on node72 on Sun Jan  7 10:55:22 UTC 2007