Trace number 235059

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
Mistral 2006-12-04? (TO) 1800.01 1813.74

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-100-5.xml
MD5SUM515eac4437f1afa10ef540bdf47d698f
Bench Category2-ARY-INT (binary 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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1385
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c 
0.20	c Parsing xml file
0.20	c 	domains...............    0
0.20	c 	variables.............    0
0.20	c 	predicates............    0
0.20	c 	constraints...........  0.2
0.23	c Allocating memory
0.23	c 
0.23	c time limit = -1
0.23	c heuristic = dom/wdeg
0.23	c restart policy = No restart
0.23	c 
0.23	c Solving
0.23	c

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/node60/watcher-235059-1168335309 -o ROOT/results/node60/solver-235059-1168335309 -C 1800 -M 900 /tmp/evaluation/235059-1168335309/mistral/bin/solver /tmp/evaluation/235059-1168335309/unknown.xml -v 1 

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


[startup+0.10268 s]
/proc/loadavg: 0.95 1.01 1.08 6/69 21786
/proc/meminfo: memFree=1468072/2055920 swapFree=4192812/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 0.95 1.01 1.08 6/69 21786
/proc/meminfo: memFree=1468072/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=9556 CPUtime=0.19
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 1485 0 0 0 19 0 0 0 19 0 1 0 181928837 9785344 1453 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134602201 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 2389 1453 705 92 0 733 0

[startup+0.512713 s]
/proc/loadavg: 0.95 1.01 1.08 6/69 21786
/proc/meminfo: memFree=1468072/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25544 CPUtime=0.49
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5467 0 0 0 47 2 0 0 22 0 1 0 181928837 26157056 5435 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134715261 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6386 5435 718 92 0 4730 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 25544

[startup+1.3408 s]
/proc/loadavg: 0.95 1.01 1.08 4/71 22360
/proc/meminfo: memFree=1448600/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25548 CPUtime=1.32
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5468 0 0 0 128 4 0 0 25 0 1 0 181928837 26161152 5436 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134785555 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6387 5436 718 92 0 4731 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 25548

[startup+2.97695 s]
/proc/loadavg: 0.95 1.01 1.08 3/74 22387
/proc/meminfo: memFree=1424320/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=2.95
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 291 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 25556

[startup+6.25428 s]
/proc/loadavg: 1.04 1.03 1.08 3/74 22387
/proc/meminfo: memFree=1355984/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=6.22
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 618 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727362 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 25556

[startup+12.7149 s]
/proc/loadavg: 1.19 1.06 1.09 3/74 22388
/proc/meminfo: memFree=1384272/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=12.65
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 1261 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134793023 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 25556

[startup+25.5242 s]
/proc/loadavg: 1.37 1.10 1.11 3/74 22388
/proc/meminfo: memFree=1383568/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=25.41
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 2537 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134792240 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 25556

[startup+51.1527 s]
/proc/loadavg: 1.58 1.17 1.13 3/74 22388
/proc/meminfo: memFree=1382992/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=50.91
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 5087 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134642945 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 25556

[startup+102.406 s]
/proc/loadavg: 1.82 1.30 1.17 3/74 22388
/proc/meminfo: memFree=1383120/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=101.94
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 10190 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134795073 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 25556

[startup+162.477 s]
/proc/loadavg: 1.93 1.42 1.22 3/74 22388
/proc/meminfo: memFree=1383184/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=161.74
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 16170 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134646731 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 25556

[startup+222.543 s]
/proc/loadavg: 2.04 1.54 1.27 3/74 22388
/proc/meminfo: memFree=1383248/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=221.52
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 22148 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134646704 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 221.52
Current children cumulated vsize (KiB) 25556

[startup+282.607 s]
/proc/loadavg: 2.01 1.62 1.31 3/74 22388
/proc/meminfo: memFree=1383248/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=281.32
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 28128 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134647166 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 281.32
Current children cumulated vsize (KiB) 25556

[startup+342.674 s]
/proc/loadavg: 2.00 1.69 1.36 3/74 22388
/proc/meminfo: memFree=1383384/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25556 CPUtime=340.91
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5470 0 0 0 34087 4 0 0 25 0 1 0 181928837 26169344 5438 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790158 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6389 5438 718 92 0 4733 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 25556

[startup+402.743 s]
/proc/loadavg: 2.00 1.74 1.39 3/74 22388
/proc/meminfo: memFree=1383320/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=400.48
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 40044 4 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727372 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 400.48
Current children cumulated vsize (KiB) 25560

[startup+462.803 s]
/proc/loadavg: 2.00 1.79 1.43 3/74 22388
/proc/meminfo: memFree=1383320/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=460.07
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 46002 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134646735 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 460.07
Current children cumulated vsize (KiB) 25560

[startup+522.881 s]
/proc/loadavg: 2.00 1.82 1.46 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=519.67
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 51962 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134716483 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 519.67
Current children cumulated vsize (KiB) 25560

[startup+582.945 s]
/proc/loadavg: 2.00 1.85 1.49 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=579.23
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 57918 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727382 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 579.23
Current children cumulated vsize (KiB) 25560

[startup+643.009 s]
/proc/loadavg: 2.00 1.88 1.52 3/74 22388
/proc/meminfo: memFree=1383320/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=638.82
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 63877 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134646911 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 638.82
Current children cumulated vsize (KiB) 25560

[startup+703.094 s]
/proc/loadavg: 2.00 1.90 1.55 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=698.43
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 69838 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134646868 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 698.43
Current children cumulated vsize (KiB) 25560

[startup+763.187 s]
/proc/loadavg: 2.00 1.91 1.57 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=758.03
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 75798 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727382 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 758.03
Current children cumulated vsize (KiB) 25560

[startup+823.251 s]
/proc/loadavg: 2.00 1.93 1.60 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=817.61
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 81756 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134792851 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 817.61
Current children cumulated vsize (KiB) 25560

[startup+883.312 s]
/proc/loadavg: 2.00 1.94 1.62 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=877.2
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 87715 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134708377 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 877.2
Current children cumulated vsize (KiB) 25560

[startup+943.385 s]
/proc/loadavg: 2.00 1.94 1.64 4/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=936.77
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 93672 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134802928 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 936.77
Current children cumulated vsize (KiB) 25560

[startup+1003.48 s]
/proc/loadavg: 2.00 1.95 1.66 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=996.39
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 99634 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134646816 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 996.39
Current children cumulated vsize (KiB) 25560

[startup+1063.55 s]
/proc/loadavg: 2.00 1.96 1.68 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1055.97
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 105592 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134792865 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1055.97
Current children cumulated vsize (KiB) 25560

[startup+1123.61 s]
/proc/loadavg: 2.00 1.96 1.70 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1115.54
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 111549 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134647063 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1115.54
Current children cumulated vsize (KiB) 25560

[startup+1183.68 s]
/proc/loadavg: 2.00 1.97 1.71 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1175.13
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 117508 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134785563 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1175.13
Current children cumulated vsize (KiB) 25560

[startup+1243.77 s]
/proc/loadavg: 2.06 1.99 1.73 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1234.74
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 123469 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134793113 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1234.74
Current children cumulated vsize (KiB) 25560

[startup+1303.84 s]
/proc/loadavg: 2.02 1.99 1.75 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1294.32
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 129427 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134647176 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1294.32
Current children cumulated vsize (KiB) 25560

[startup+1363.91 s]
/proc/loadavg: 2.01 1.99 1.76 3/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1353.9
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 135385 5 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134785549 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1353.9
Current children cumulated vsize (KiB) 25560

[startup+1423.97 s]
/proc/loadavg: 2.00 1.99 1.77 4/74 22388
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1413.5
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 141344 6 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 6001628 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1413.5
Current children cumulated vsize (KiB) 25560

[startup+1484.04 s]
/proc/loadavg: 2.00 1.99 1.78 3/74 22388
/proc/meminfo: memFree=1383192/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1473.07
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 147301 6 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134646704 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1473.07
Current children cumulated vsize (KiB) 25560

[startup+1544.11 s]
/proc/loadavg: 2.00 1.99 1.79 3/74 22388
/proc/meminfo: memFree=1383192/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25560 CPUtime=1532.66
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5471 0 0 0 153260 6 0 0 25 0 1 0 181928837 26173440 5439 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134708378 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6390 5439 718 92 0 4734 0
Current children cumulated CPU time (s) 1532.66
Current children cumulated vsize (KiB) 25560

[startup+1604.19 s]
/proc/loadavg: 2.04 2.00 1.81 3/80 22532
/proc/meminfo: memFree=1381984/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25568 CPUtime=1592.19
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5473 0 0 0 159205 14 0 0 25 0 1 0 181928837 26181632 5441 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134792995 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6392 5441 718 92 0 4736 0
Current children cumulated CPU time (s) 1592.19
Current children cumulated vsize (KiB) 25568

[startup+1664.2 s]
/proc/loadavg: 2.01 2.00 1.82 3/74 22586
/proc/meminfo: memFree=1382872/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25568 CPUtime=1651.66
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5473 0 0 0 165148 18 0 0 25 0 1 0 181928837 26181632 5441 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134715239 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6392 5441 718 92 0 4736 0
Current children cumulated CPU time (s) 1651.66
Current children cumulated vsize (KiB) 25568

[startup+1724.31 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 22586
/proc/meminfo: memFree=1382872/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25568 CPUtime=1711.28
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5473 0 0 0 171110 18 0 0 25 0 1 0 181928837 26181632 5441 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727366 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6392 5441 718 92 0 4736 0
Current children cumulated CPU time (s) 1711.28
Current children cumulated vsize (KiB) 25568

[startup+1784.41 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 22586
/proc/meminfo: memFree=1382936/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25568 CPUtime=1770.9
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5473 0 0 0 177072 18 0 0 25 0 1 0 181928837 26181632 5441 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134646731 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6392 5441 718 92 0 4736 0
Current children cumulated CPU time (s) 1770.9
Current children cumulated vsize (KiB) 25568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.73 s]
/proc/loadavg: 1.93 1.98 1.83 3/74 22876
/proc/meminfo: memFree=1453904/2055920 swapFree=4192812/4192956
[pid=21785] ppid=21780 vsize=25568 CPUtime=1800
/proc/21785/stat : 21785 (solver) R 21780 21785 21453 0 -1 4194304 5473 0 0 0 179981 19 0 0 25 0 1 0 181928837 26181632 5441 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 6001628 0 0 4096 0 0 0 0 17 0 0 0
/proc/21785/statm: 6392 5441 718 92 0 4736 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 25568

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.74
CPU time (s): 1800.01
CPU user time (s): 1799.82
CPU system time (s): 0.197969
CPU usage (%): 99.243
Max. virtual memory (cumulated for all children) (KiB): 25568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5473
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= 11
involuntary context switches= 36502

runsolver used 1.61875 s user time and 4.88126 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Jan  9 09:35:10 UTC 2007


IDJOB= 235059
IDBENCH= 6735
FILE ID= node60/235059-1168335309

PBS_JOBID= 3503354

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-100-5.xml
COMMAND LINE= /tmp/evaluation/235059-1168335309/mistral/bin/solver /tmp/evaluation/235059-1168335309/unknown.xml -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-235059-1168335309 -o ROOT/results/node60/solver-235059-1168335309 -C 1800 -M 900  /tmp/evaluation/235059-1168335309/mistral/bin/solver /tmp/evaluation/235059-1168335309/unknown.xml -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  515eac4437f1afa10ef540bdf47d698f

RANDOM SEED= 350038148

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1468616 kB
Buffers:         51000 kB
Cached:         455124 kB
SwapCached:          0 kB
Active:         113168 kB
Inactive:       413052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14804 kB
Writeback:           0 kB
Mapped:          30292 kB
Slab:            46688 kB
Committed_AS:  4423384 kB
PageTables:       1704 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= 66560 MiB



End job on node60 on Tue Jan  9 10:05:23 UTC 2007