Trace number 200063

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.09 1857.12

General information on the benchmark

Namefrb/frb56-25/
frb56-25-1-mgd_ext.xml
MD5SUM891289d8273735777c28a9406e4a8bdc
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 variables56
Number of constraints517
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension517
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/200063-1168140246/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/node42/watcher-200063-1168140246 -o ROOT/results/node42/solver-200063-1168140246 -C 1800 -M 900 /tmp/evaluation/200063-1168140246/Complete/Ordinary/solver /tmp/evaluation/200063-1168140246/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: 3.42 2.59 2.16 6/79 20937
/proc/meminfo: memFree=1837504/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=53824 CPUtime=0.02
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 1040 0 0 0 2 0 0 0 18 0 1 0 162423957 55115776 756 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/20936/statm: 13456 757 158 90 0 12994 0

[startup+0.136955 s]
/proc/loadavg: 3.42 2.59 2.16 6/79 20937
/proc/meminfo: memFree=1837504/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=53824 CPUtime=0.13
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 2341 0 0 0 12 1 0 0 18 0 1 0 162423957 55115776 2057 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/20936/statm: 13456 2057 158 90 0 12994 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 53824

[startup+0.553033 s]
/proc/loadavg: 3.42 2.59 2.16 6/79 20937
/proc/meminfo: memFree=1837504/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=53820 CPUtime=0.51
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 4075 0 0 0 50 1 0 0 21 0 1 0 162423957 55111680 3790 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/20936/statm: 13455 3791 158 90 0 12993 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 53820

[startup+1.38109 s]
/proc/loadavg: 3.42 2.59 2.16 5/81 21049
/proc/meminfo: memFree=1810096/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=1.15
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 113 2 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 64064

[startup+3.01845 s]
/proc/loadavg: 3.42 2.59 2.16 3/81 21181
/proc/meminfo: memFree=1810096/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=2.34
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 232 2 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618287 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 64064

[startup+6.29764 s]
/proc/loadavg: 3.38 2.60 2.16 5/80 21585
/proc/meminfo: memFree=1809656/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=5
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 497 3 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556980 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 64064

[startup+12.7784 s]
/proc/loadavg: 3.35 2.61 2.17 4/82 22086
/proc/meminfo: memFree=1803752/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=10.57
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 1054 3 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614872 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 64064

[startup+25.6198 s]
/proc/loadavg: 3.37 2.63 2.18 4/83 23296
/proc/meminfo: memFree=1802272/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=20.95
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 2092 3 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.95
Current children cumulated vsize (KiB) 64064

[startup+51.2896 s]
/proc/loadavg: 3.22 2.67 2.20 4/83 25611
/proc/meminfo: memFree=1799648/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=42.22
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 4218 4 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.22
Current children cumulated vsize (KiB) 64064

[startup+102.519 s]
/proc/loadavg: 3.14 2.73 2.25 4/83 30072
/proc/meminfo: memFree=1795480/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=84.53
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 8447 6 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552040 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.53
Current children cumulated vsize (KiB) 64064

[startup+162.583 s]
/proc/loadavg: 3.42 2.88 2.33 4/83 2822
/proc/meminfo: memFree=1786720/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=133.92
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 13383 9 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.92
Current children cumulated vsize (KiB) 64064

[startup+222.657 s]
/proc/loadavg: 3.32 2.96 2.39 5/83 8258
/proc/meminfo: memFree=1782168/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=183.92
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 18382 10 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670437 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.92
Current children cumulated vsize (KiB) 64064

[startup+282.7 s]
/proc/loadavg: 2.72 2.87 2.39 3/76 10977
/proc/meminfo: memFree=1781128/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=238.6
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 23849 11 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711306 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 238.6
Current children cumulated vsize (KiB) 64064

[startup+342.735 s]
/proc/loadavg: 2.26 2.71 2.36 3/76 10977
/proc/meminfo: memFree=1781192/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=298.16
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 29805 11 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608838 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 298.16
Current children cumulated vsize (KiB) 64064

[startup+402.764 s]
/proc/loadavg: 2.14 2.59 2.35 3/76 10977
/proc/meminfo: memFree=1781192/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=357.71
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 35760 11 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 357.71
Current children cumulated vsize (KiB) 64064

[startup+462.805 s]
/proc/loadavg: 2.05 2.48 2.32 3/76 10977
/proc/meminfo: memFree=1781192/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=417.24
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 41713 11 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574521 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 417.24
Current children cumulated vsize (KiB) 64064

[startup+522.846 s]
/proc/loadavg: 2.02 2.39 2.30 3/76 10977
/proc/meminfo: memFree=1781256/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=476.8
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 47669 11 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 476.8
Current children cumulated vsize (KiB) 64064

[startup+582.88 s]
/proc/loadavg: 2.00 2.32 2.27 3/76 10977
/proc/meminfo: memFree=1781256/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=64064 CPUtime=536.36
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7191 0 0 0 53625 11 0 0 25 0 2 0 162423957 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669007 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 16016 6906 170 90 0 15554 0
[pid=20936/tid=20956] ppid=20929 vsize=64064 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162424031 65601536 6906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 536.36
Current children cumulated vsize (KiB) 64064

[startup+642.909 s]

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

[startup+1243.36 s]
/proc/loadavg: 2.01 2.04 2.12 3/77 10978
/proc/meminfo: memFree=1780928/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=74308 CPUtime=1191.38
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7192 0 0 0 119125 13 0 0 25 0 3 0 162423957 76091392 6907 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 18577 6907 170 90 0 18115 0
[pid=20936/tid=20956] ppid=20929 vsize=74308 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162424031 76091392 6907 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=74308 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162514055 76091392 6907 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1191.38
Current children cumulated vsize (KiB) 74308

[startup+1303.41 s]
/proc/loadavg: 2.00 2.03 2.11 3/77 10978
/proc/meminfo: memFree=1780992/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=74308 CPUtime=1250.95
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7192 0 0 0 125081 14 0 0 25 0 3 0 162423957 76091392 6907 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 18577 6907 170 90 0 18115 0
[pid=20936/tid=20956] ppid=20929 vsize=74308 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162424031 76091392 6907 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=74308 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162514055 76091392 6907 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1250.95
Current children cumulated vsize (KiB) 74308

[startup+1363.47 s]
/proc/loadavg: 2.00 2.02 2.10 3/78 10979
/proc/meminfo: memFree=1780920/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1310.49
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7193 0 0 0 131035 14 0 0 25 0 4 0 162423957 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 21138 6908 170 90 0 20676 0
[pid=20936/tid=20956] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162424031 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162514055 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20936/tid=10979] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10979/stat : 10979 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162559063 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1310.49
Current children cumulated vsize (KiB) 84552

[startup+1423.57 s]
/proc/loadavg: 2.00 2.02 2.09 3/78 10979
/proc/meminfo: memFree=1780856/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1370.07
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7193 0 0 0 136993 14 0 0 25 0 4 0 162423957 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667124 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 21138 6908 170 90 0 20676 0
[pid=20936/tid=20956] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162424031 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162514055 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20936/tid=10979] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10979/stat : 10979 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162559063 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1370.07
Current children cumulated vsize (KiB) 84552

[startup+1483.65 s]
/proc/loadavg: 2.00 2.01 2.08 3/78 10979
/proc/meminfo: memFree=1780856/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1429.65
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7193 0 0 0 142951 14 0 0 25 0 4 0 162423957 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 21138 6908 170 90 0 20676 0
[pid=20936/tid=20956] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162424031 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162514055 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20936/tid=10979] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10979/stat : 10979 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162559063 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1429.65
Current children cumulated vsize (KiB) 84552

[startup+1543.74 s]
/proc/loadavg: 2.00 2.01 2.08 3/78 10979
/proc/meminfo: memFree=1780856/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1489.21
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7193 0 0 0 148907 14 0 0 25 0 4 0 162423957 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618159 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 21138 6908 170 90 0 20676 0
[pid=20936/tid=20956] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162424031 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162514055 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20936/tid=10979] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10979/stat : 10979 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162559063 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1489.21
Current children cumulated vsize (KiB) 84552

[startup+1603.82 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 10979
/proc/meminfo: memFree=1780792/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1548.77
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7193 0 0 0 154863 14 0 0 25 0 4 0 162423957 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 21138 6908 170 90 0 20676 0
[pid=20936/tid=20956] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162424031 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162514055 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20936/tid=10979] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10979/stat : 10979 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162559063 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1548.77
Current children cumulated vsize (KiB) 84552

[startup+1663.9 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 10979
/proc/meminfo: memFree=1780856/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1608.35
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7193 0 0 0 160821 14 0 0 25 0 4 0 162423957 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 21138 6908 170 90 0 20676 0
[pid=20936/tid=20956] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162424031 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162514055 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20936/tid=10979] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10979/stat : 10979 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162559063 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1608.35
Current children cumulated vsize (KiB) 84552

[startup+1723.99 s]
/proc/loadavg: 2.00 2.00 2.06 4/78 10979
/proc/meminfo: memFree=1780728/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1667.91
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7193 0 0 0 166777 14 0 0 25 0 4 0 162423957 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 21138 6908 170 90 0 20676 0
[pid=20936/tid=20956] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162424031 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162514055 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20936/tid=10979] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10979/stat : 10979 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162559063 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.91
Current children cumulated vsize (KiB) 84552

[startup+1784.08 s]
/proc/loadavg: 2.00 2.00 2.06 3/78 10979
/proc/meminfo: memFree=1780728/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1727.49
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7193 0 0 0 172735 14 0 0 25 0 4 0 162423957 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20936/statm: 21138 6908 170 90 0 20676 0
[pid=20936/tid=20956] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/20956/stat : 20956 (bprolog) S 20929 20936 7742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162424031 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20936/tid=10978] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10978/stat : 10978 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162514055 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20936/tid=10979] ppid=20929 vsize=84552 CPUtime=0
/proc/20936/task/10979/stat : 10979 (bprolog) S 20929 20936 7742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162559063 86581248 6908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.49
Current children cumulated vsize (KiB) 84552

[startup+1844.09 s]
/proc/loadavg: 2.00 2.00 2.05 3/81 11052
/proc/meminfo: memFree=1769312/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1787.12
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7194 0 0 0 178696 16 0 0 25 0 1 0 162423957 86581248 6909 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 0 0 0 17 0 0 0
/proc/20936/statm: 21138 6909 171 90 0 20676 0
Current children cumulated CPU time (s) 1787.12
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1857.11 s]
/proc/loadavg: 2.00 2.00 2.05 3/81 11052
/proc/meminfo: memFree=1769312/2055920 swapFree=4191892/4192956
[pid=20936] ppid=20929 vsize=84552 CPUtime=1800.08
/proc/20936/stat : 20936 (bprolog) R 20929 20936 7742 0 -1 4194304 7194 0 0 0 179992 16 0 0 25 0 1 0 162423957 86581248 6909 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667306 0 0 4096 2 0 0 0 17 0 0 0
/proc/20936/statm: 21138 6909 171 90 0 20676 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1857.12
CPU time (s): 1800.09
CPU user time (s): 1799.92
CPU system time (s): 0.165974
CPU usage (%): 96.9289
Max. virtual memory (cumulated for all children) (KiB): 84552

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

runsolver used 1.76873 s user time and 5.20721 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Jan  7 03:24:06 UTC 2007


IDJOB= 200063
IDBENCH= 3687
FILE ID= node42/200063-1168140246

PBS_JOBID= 3478059

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb56-25/frb56-25-1-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/200063-1168140246/Complete/Ordinary/solver /tmp/evaluation/200063-1168140246/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node42/convwatcher-200063-1168140246 -o ROOT/results/node42/conversion-200063-1168140246 -C 600 -M 900 /tmp/evaluation/200063-1168140246/Complete/Ordinary/conversion /tmp/evaluation/200063-1168140246/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-200063-1168140246 -o ROOT/results/node42/solver-200063-1168140246 -C 1800 -M 900  /tmp/evaluation/200063-1168140246/Complete/Ordinary/solver /tmp/evaluation/200063-1168140246/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  891289d8273735777c28a9406e4a8bdc

RANDOM SEED= 277363934

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1837848 kB
Buffers:         21592 kB
Cached:         115640 kB
SwapCached:        400 kB
Active:          88200 kB
Inactive:        73684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837848 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:          34444 kB
Slab:            41244 kB
Committed_AS:  3002996 kB
PageTables:       2056 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= 66556 MiB



End job on node42 on Sun Jan  7 03:55:05 UTC 2007