Trace number 203509

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
buggy_2_5 2007-01-08? (TO) 1800.1 1808.54

General information on the benchmark

Namefrb/frb53-24/
frb53-24-1-mgd_ext.xml
MD5SUM2fd3b6f447fd401342c7ac8d343819c5
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables53
Number of constraints475
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension475
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1808.53	/tmp/evaluation/203509-1168291380/solver: line 21: 16190 Terminated              ./standalone BORDEWIJK

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/node2/watcher-203509-1168291380 -o ROOT/results/node2/solver-203509-1168291380 -C 1800 -M 900 /tmp/evaluation/203509-1168291380/solver /tmp/evaluation/203509-1168291380/unknown 1800 

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: 1.85 1.33 1.12 4/89 16179
/proc/meminfo: memFree=1676632/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 295 0 0 0 0 0 0 0 20 0 1 0 177533850 5480448 232 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 232 194 169 0 49 0
[pid=16178] ppid=16176 vsize=0 CPUtime=0
/proc/16178/stat : 16178 (solver) R 16176 16176 14105 0 -1 4194372 26 0 0 0 0 0 0 0 22 0 1 0 177533850 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 0 0 0 17 1 0 0
/proc/16178/statm: 0 0 0 0 0 0 0
[pid=16179] ppid=16176 vsize=5352 CPUtime=0
/proc/16179/stat : 16179 (solver) R 16176 16176 14105 0 -1 4194368 24 0 0 0 0 0 0 0 24 0 1 0 177533850 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381313319 0 0 4096 0 0 0 0 17 1 0 0
/proc/16179/statm: 1338 236 198 169 0 49 0

[startup+0.102614 s]
/proc/loadavg: 1.85 1.33 1.12 4/89 16179
/proc/meminfo: memFree=1676632/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 354 334 0 0 0 0 0 0 22 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.510685 s]
/proc/loadavg: 1.85 1.33 1.12 4/89 16179
/proc/meminfo: memFree=1676632/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.08
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 376 2246 0 0 0 0 7 1 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+1.33284 s]
/proc/loadavg: 1.85 1.33 1.12 4/88 16190
/proc/meminfo: memFree=1673952/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=0.51
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 50 1 0 0 22 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134548984 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9348

[startup+2.97414 s]
/proc/loadavg: 1.85 1.33 1.12 3/88 16190
/proc/meminfo: memFree=1673888/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=2.14
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 213 1 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554112 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 9348

[startup+6.25674 s]
/proc/loadavg: 1.86 1.34 1.12 3/82 16204
/proc/meminfo: memFree=1686736/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=5.4
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 539 1 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 9348

[startup+12.7229 s]
/proc/loadavg: 1.95 1.36 1.13 3/88 16873
/proc/meminfo: memFree=1670240/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=11.83
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 1181 2 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554186 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 9348

[startup+25.5503 s]
/proc/loadavg: 1.96 1.39 1.14 3/88 16873
/proc/meminfo: memFree=1670320/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=24.56
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 2454 2 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4160566343 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 9348

[startup+51.203 s]
/proc/loadavg: 1.97 1.44 1.16 3/88 16873
/proc/meminfo: memFree=1670448/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=50.11
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 5008 3 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549624 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 9348

[startup+102.502 s]
/proc/loadavg: 1.99 1.52 1.21 3/88 16873
/proc/meminfo: memFree=1670704/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=101.17
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 10114 3 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549624 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 9348

[startup+162.526 s]
/proc/loadavg: 1.99 1.61 1.25 3/88 16873
/proc/meminfo: memFree=1670704/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=160.91
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 16088 3 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554196 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 9348

[startup+222.557 s]
/proc/loadavg: 1.99 1.68 1.30 3/88 16873
/proc/meminfo: memFree=1670768/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=220.67
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 22064 3 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554460 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 9348

[startup+282.581 s]
/proc/loadavg: 1.99 1.73 1.34 3/88 16873
/proc/meminfo: memFree=1670832/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=280.42
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 28039 3 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4160627084 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 9348

[startup+342.602 s]
/proc/loadavg: 1.99 1.78 1.38 3/88 16873
/proc/meminfo: memFree=1670832/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=340.15
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 34012 3 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4160627953 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 9348

[startup+402.627 s]
/proc/loadavg: 1.99 1.82 1.41 3/88 16873
/proc/meminfo: memFree=1670832/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=399.91
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 39987 4 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549645 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 9348

[startup+462.653 s]
/proc/loadavg: 1.99 1.85 1.45 3/88 16873
/proc/meminfo: memFree=1670832/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=459.66
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 45962 4 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519643 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 460.43
Current children cumulated vsize (KiB) 9348

[startup+522.68 s]
/proc/loadavg: 1.99 1.87 1.48 3/88 16873
/proc/meminfo: memFree=1670832/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77

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

[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1057.1
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 105705 5 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4160549305 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1057.87
Current children cumulated vsize (KiB) 9348

[startup+1122.92 s]
/proc/loadavg: 2.00 1.98 1.71 3/88 16873
/proc/meminfo: memFree=1670704/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1116.86
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 111681 5 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554729 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1117.63
Current children cumulated vsize (KiB) 9348

[startup+1182.95 s]
/proc/loadavg: 2.00 1.98 1.73 4/88 16873
/proc/meminfo: memFree=1670704/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1176.62
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 117657 5 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516817 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1177.39
Current children cumulated vsize (KiB) 9348

[startup+1242.98 s]
/proc/loadavg: 2.04 1.99 1.75 3/88 16873
/proc/meminfo: memFree=1670704/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1236.35
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 123630 5 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516896 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1237.12
Current children cumulated vsize (KiB) 9348

[startup+1302.99 s]
/proc/loadavg: 2.01 1.99 1.76 3/88 16873
/proc/meminfo: memFree=1670640/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1296.09
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 129604 5 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554186 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1296.86
Current children cumulated vsize (KiB) 9348

[startup+1363.02 s]
/proc/loadavg: 2.00 1.99 1.77 3/88 16873
/proc/meminfo: memFree=1670640/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1355.85
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 135580 5 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4160588605 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1356.62
Current children cumulated vsize (KiB) 9348

[startup+1423.04 s]
/proc/loadavg: 2.00 1.99 1.78 4/88 16873
/proc/meminfo: memFree=1670640/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1415.58
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 141553 5 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554203 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1416.35
Current children cumulated vsize (KiB) 9348

[startup+1483.07 s]
/proc/loadavg: 2.00 1.99 1.79 3/88 16873
/proc/meminfo: memFree=1670640/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1475.34
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 147528 6 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549078 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1476.11
Current children cumulated vsize (KiB) 9348

[startup+1543.09 s]
/proc/loadavg: 2.00 1.99 1.81 3/88 16873
/proc/meminfo: memFree=1670576/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1535.09
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 153503 6 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549015 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1535.86
Current children cumulated vsize (KiB) 9348

[startup+1603.11 s]
/proc/loadavg: 2.00 1.99 1.82 3/88 16873
/proc/meminfo: memFree=1670512/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1594.82
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 159476 6 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4160558033 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1595.59
Current children cumulated vsize (KiB) 9348

[startup+1663.13 s]
/proc/loadavg: 2.00 1.99 1.82 3/88 16873
/proc/meminfo: memFree=1670576/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1654.56
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 165450 6 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4160590607 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1655.33
Current children cumulated vsize (KiB) 9348

[startup+1723.16 s]
/proc/loadavg: 2.00 1.99 1.83 3/88 16873
/proc/meminfo: memFree=1670576/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1714.31
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 171425 6 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1715.08
Current children cumulated vsize (KiB) 9348

[startup+1783.19 s]
/proc/loadavg: 2.00 1.99 1.84 3/88 16873
/proc/meminfo: memFree=1670512/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1774.05
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 177399 6 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549104 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1774.82
Current children cumulated vsize (KiB) 9348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.53 s]
/proc/loadavg: 2.00 1.99 1.84 3/88 16873
/proc/meminfo: memFree=1670512/2055920 swapFree=4191880/4192956
[pid=16176] ppid=16174 vsize=5352 CPUtime=0.77
/proc/16176/stat : 16176 (solver) S 16174 16176 14105 0 -1 4194304 396 3445 0 0 0 0 70 7 15 0 1 0 177533850 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16176/statm: 1338 242 203 169 0 49 0
[pid=16190] ppid=16176 vsize=3996 CPUtime=1799.29
/proc/16190/stat : 16190 (standalone) R 16176 16176 14105 0 -1 4194304 485 0 0 0 179923 6 0 0 25 0 1 0 177533930 4091904 459 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516918 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 999 459 137 64 0 314 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9348

Sending SIGTERM to process tree (bottom up)

Child status: 143
Real time (s): 1808.54
CPU time (s): 1800.1
CPU user time (s): 1799.95
CPU system time (s): 0.147977
CPU usage (%): 99.5331
Max. virtual memory (cumulated for all children) (KiB): 9348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4340
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= 89
involuntary context switches= 29118

runsolver used 3.19151 s user time and 4.82327 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan  8 21:23:02 UTC 2007


IDJOB= 203509
IDBENCH= 3966
FILE ID= node2/203509-1168291380

PBS_JOBID= 3501778

Free space on /tmp= 66319 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb53-24/frb53-24-1-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/203509-1168291380/solver /tmp/evaluation/203509-1168291380/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-203509-1168291380 -o ROOT/results/node2/solver-203509-1168291380 -C 1800 -M 900  /tmp/evaluation/203509-1168291380/solver /tmp/evaluation/203509-1168291380/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  2fd3b6f447fd401342c7ac8d343819c5

RANDOM SEED= 843618690

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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:       1677384 kB
Buffers:         53108 kB
Cached:         213708 kB
SwapCached:        288 kB
Active:         242900 kB
Inactive:        85572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677384 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           11316 kB
Writeback:           0 kB
Mapped:          81096 kB
Slab:            34648 kB
Committed_AS:  4640604 kB
PageTables:       2380 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= 66316 MiB



End job on node2 on Mon Jan  8 21:53:11 UTC 2007