Trace number 236342

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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.04 1809.84

General information on the benchmark

Namefisher/
FISCHER4-3-fair.xml
MD5SUMd0ad6eaa290c11be9e12e7fe9f924ca2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3335
Number of constraints3145
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3145
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236342-1168342754/unknown)

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/node9/watcher-236342-1168342754 -o ROOT/results/node9/solver-236342-1168342754 -C 1800 -M 900 /tmp/evaluation/236342-1168342754/Complete/Ordinary/solver /tmp/evaluation/236342-1168342754/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: 2.93 3.36 3.17 3/88 15506
/proc/meminfo: memFree=1841336/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=5212 CPUtime=0
/proc/15505/stat : 15505 (sh) R 15503 15505 14852 0 -1 4194304 94 0 0 0 0 0 0 0 20 0 1 0 182670725 5337088 67 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4512496 0 0 4096 0 0 0 0 17 1 0 0
/proc/15505/statm: 1303 67 50 169 0 14 0

[startup+0.102505 s]
/proc/loadavg: 2.93 3.36 3.17 3/88 15506
/proc/meminfo: memFree=1841336/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=61640 CPUtime=0.09
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 1953 0 0 0 8 1 0 0 20 0 1 0 182670725 63119360 1669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552217 0 0 4096 2 0 0 0 17 1 0 0
/proc/15505/statm: 15410 1669 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510547 s]
/proc/loadavg: 2.93 3.36 3.17 3/88 15506
/proc/meminfo: memFree=1841336/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=0.49
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2602 0 0 0 48 1 0 0 23 0 2 0 182670725 73605120 2317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552412 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2317 184 90 0 17508 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 71880

[startup+1.33164 s]
/proc/loadavg: 2.86 3.34 3.16 3/89 15507
/proc/meminfo: memFree=1832688/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1.3
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2602 0 0 0 129 1 0 0 25 0 2 0 182670725 73605120 2317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552953 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2317 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 71880

[startup+2.96883 s]
/proc/loadavg: 2.86 3.34 3.16 3/89 15507
/proc/meminfo: memFree=1832688/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=2.93
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2602 0 0 0 292 1 0 0 25 0 2 0 182670725 73605120 2317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2317 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 71880

[startup+6.2482 s]
/proc/loadavg: 2.79 3.32 3.15 3/89 15507
/proc/meminfo: memFree=1832816/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=6.18
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2602 0 0 0 617 1 0 0 25 0 2 0 182670725 73605120 2317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2317 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 71880

[startup+12.7141 s]
/proc/loadavg: 2.72 3.30 3.15 3/89 15507
/proc/meminfo: memFree=1832880/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=12.59
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 1258 1 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 71880

[startup+25.5446 s]
/proc/loadavg: 2.61 3.25 3.13 3/89 15507
/proc/meminfo: memFree=1833008/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=25.34
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 2532 2 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750756 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 71880

[startup+51.1963 s]
/proc/loadavg: 2.37 3.13 3.10 3/89 15507
/proc/meminfo: memFree=1833072/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=50.78
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 5076 2 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 71880

[startup+102.489 s]
/proc/loadavg: 2.24 2.97 3.04 3/89 15507
/proc/meminfo: memFree=1833072/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=101.68
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 10166 2 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 71880

[startup+162.591 s]
/proc/loadavg: 2.09 2.79 2.97 3/89 15507
/proc/meminfo: memFree=1833072/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=161.34
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 16131 3 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 71880

[startup+222.688 s]
/proc/loadavg: 2.03 2.65 2.91 3/89 15507
/proc/meminfo: memFree=1833072/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=220.98
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 22095 3 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 71880

[startup+282.784 s]
/proc/loadavg: 2.07 2.54 2.86 3/89 15507
/proc/meminfo: memFree=1833080/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=280.64
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 28060 4 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750658 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.64
Current children cumulated vsize (KiB) 71880

[startup+342.816 s]
/proc/loadavg: 2.08 2.46 2.80 3/90 15508
/proc/meminfo: memFree=1831152/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=340.2
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 34016 4 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750866 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.2
Current children cumulated vsize (KiB) 71880

[startup+402.86 s]
/proc/loadavg: 2.13 2.40 2.76 3/90 15508
/proc/meminfo: memFree=1831088/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=399.76
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 39971 5 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626163 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.76
Current children cumulated vsize (KiB) 71880

[startup+462.911 s]
/proc/loadavg: 2.09 2.34 2.72 3/90 15508
/proc/meminfo: memFree=1830960/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=459.32
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 45927 5 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.32
Current children cumulated vsize (KiB) 71880

[startup+522.939 s]
/proc/loadavg: 2.03 2.28 2.67 3/90 15508
/proc/meminfo: memFree=1830960/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=518.87
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 51882 5 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552588 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.87
Current children cumulated vsize (KiB) 71880

[startup+582.943 s]
/proc/loadavg: 3.03 2.46 2.70 4/96 15945
/proc/meminfo: memFree=1121152/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=578.66
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 57847 19 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750840 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.66
Current children cumulated vsize (KiB) 71880

[startup+642.944 s]

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

[pid=15505] ppid=15503 vsize=71880 CPUtime=997.54
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 99621 133 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555695 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.54
Current children cumulated vsize (KiB) 71880

[startup+1063.45 s]
/proc/loadavg: 2.07 2.88 2.99 3/95 16115
/proc/meminfo: memFree=1859064/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1057.34
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 105600 134 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750868 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1057.34
Current children cumulated vsize (KiB) 71880

[startup+1123.53 s]
/proc/loadavg: 2.02 2.72 2.92 3/95 16115
/proc/meminfo: memFree=1856696/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1117.14
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 111580 134 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1117.14
Current children cumulated vsize (KiB) 71880

[startup+1183.62 s]
/proc/loadavg: 2.01 2.58 2.86 3/95 16115
/proc/meminfo: memFree=1856632/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1176.93
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 117559 134 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.93
Current children cumulated vsize (KiB) 71880

[startup+1243.7 s]
/proc/loadavg: 2.00 2.48 2.81 5/95 16115
/proc/meminfo: memFree=1856568/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1236.74
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 123539 135 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.74
Current children cumulated vsize (KiB) 71880

[startup+1303.78 s]
/proc/loadavg: 2.00 2.39 2.75 3/95 16115
/proc/meminfo: memFree=1854264/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1296.54
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 129519 135 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750781 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.54
Current children cumulated vsize (KiB) 71880

[startup+1363.79 s]
/proc/loadavg: 2.06 2.34 2.71 3/101 16263
/proc/meminfo: memFree=1852480/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1356.12
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 135476 136 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.12
Current children cumulated vsize (KiB) 71880

[startup+1423.89 s]
/proc/loadavg: 2.02 2.28 2.66 3/95 16312
/proc/meminfo: memFree=1853368/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1415.9
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 141454 136 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817573 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1415.9
Current children cumulated vsize (KiB) 71880

[startup+1483.97 s]
/proc/loadavg: 2.01 2.22 2.62 3/95 16312
/proc/meminfo: memFree=1851320/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1475.7
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 147433 137 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.7
Current children cumulated vsize (KiB) 71880

[startup+1544.05 s]
/proc/loadavg: 2.00 2.18 2.58 3/95 16312
/proc/meminfo: memFree=1851256/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1535.49
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 153412 137 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.49
Current children cumulated vsize (KiB) 71880

[startup+1604.14 s]
/proc/loadavg: 2.00 2.14 2.54 3/95 16312
/proc/meminfo: memFree=1851192/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1595.3
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 159392 138 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134575087 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.3
Current children cumulated vsize (KiB) 71880

[startup+1664.22 s]
/proc/loadavg: 2.00 2.12 2.50 3/95 16312
/proc/meminfo: memFree=1851128/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1655.1
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 165372 138 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.1
Current children cumulated vsize (KiB) 71880

[startup+1724.3 s]
/proc/loadavg: 2.00 2.09 2.47 4/95 16312
/proc/meminfo: memFree=1851064/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1714.9
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 171351 139 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569010 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.9
Current children cumulated vsize (KiB) 71880

[startup+1784.39 s]
/proc/loadavg: 2.12 2.10 2.45 3/95 16312
/proc/meminfo: memFree=1850936/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=71880 CPUtime=1774.7
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2627 0 0 0 177331 139 0 0 25 0 2 0 182670725 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567806 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 17970 2342 184 90 0 17508 0
[pid=15505/tid=15507] ppid=15503 vsize=71880 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182670748 73605120 2342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.7
Current children cumulated vsize (KiB) 71880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.82 s]
/proc/loadavg: 2.08 2.10 2.43 4/96 16313
/proc/meminfo: memFree=1850800/2055920 swapFree=4191880/4192956
[pid=15505] ppid=15503 vsize=82124 CPUtime=1800.02
/proc/15505/stat : 15505 (bprolog) R 15503 15505 14852 0 -1 4194304 2636 0 0 0 179863 139 0 0 25 0 3 0 182670725 84094976 2351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15505/statm: 20531 2351 184 90 0 20069 0
[pid=15505/tid=15507] ppid=15503 vsize=82124 CPUtime=0
/proc/15505/task/15507/stat : 15507 (bprolog) S 15503 15505 14852 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182670748 84094976 2351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15505/tid=16313] ppid=15503 vsize=82124 CPUtime=0
/proc/15505/task/16313/stat : 16313 (bprolog) S 15503 15505 14852 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182850779 84094976 2351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 82124

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.84
CPU time (s): 1800.04
CPU user time (s): 1798.64
CPU system time (s): 1.39979
CPU usage (%): 99.4587
Max. virtual memory (cumulated for all children) (KiB): 82124

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

runsolver used 1.89871 s user time and 5.13922 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 11:39:14 UTC 2007


IDJOB= 236342
IDBENCH= 6840
FILE ID= node9/236342-1168342754

PBS_JOBID= 3503192

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER4-3-fair.xml
COMMAND LINE= /tmp/evaluation/236342-1168342754/Complete/Ordinary/solver /tmp/evaluation/236342-1168342754/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-236342-1168342754 -o ROOT/results/node9/conversion-236342-1168342754 -C 600 -M 900 /tmp/evaluation/236342-1168342754/Complete/Ordinary/conversion /tmp/evaluation/236342-1168342754/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-236342-1168342754 -o ROOT/results/node9/solver-236342-1168342754 -C 1800 -M 900  /tmp/evaluation/236342-1168342754/Complete/Ordinary/solver /tmp/evaluation/236342-1168342754/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d0ad6eaa290c11be9e12e7fe9f924ca2

RANDOM SEED= 804057570

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.231
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.231
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:       1841752 kB
Buffers:         10736 kB
Cached:          64040 kB
SwapCached:         24 kB
Active:         134296 kB
Inactive:        34036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841752 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:         106748 kB
Slab:            30292 kB
Committed_AS:  5514400 kB
PageTables:       2420 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= 66544 MiB



End job on node9 on Tue Jan  9 12:09:26 UTC 2007