Trace number 202390

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-13UNSAT 1507.28 1512.48

General information on the benchmark

Namefapp/fapp21-25/fapp22/
fapp22-1750-0.xml
MD5SUM90d800a8c0e760a6f4ac5940e4f59832
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.81466
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

1512.46	
1512.47	Time: 1507010
1512.47	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/202390-1168151619/unknown)

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node39/watcher-202390-1168151619 -o ROOT/results/node39/solver-202390-1168151619 -C 1800 -M 900 /tmp/evaluation/202390-1168151619/Complete/Ordinary/solver /tmp/evaluation/202390-1168151619/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.07 1.76 1.42 5/74 12879
/proc/meminfo: memFree=1361016/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=53472 CPUtime=0
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 577 0 0 0 0 0 0 0 20 0 1 0 163563694 54755328 296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 11559889 0 0 4096 2 0 0 0 17 1 0 0
/proc/12878/statm: 13368 296 127 90 0 12906 0

[startup+0.106973 s]
/proc/loadavg: 2.07 1.76 1.42 5/74 12879
/proc/meminfo: memFree=1361016/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=53824 CPUtime=0.09
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 2229 0 0 0 9 0 0 0 20 0 1 0 163563694 55115776 1945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/12878/statm: 13456 1945 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.519007 s]
/proc/loadavg: 2.07 1.76 1.42 5/74 12879
/proc/meminfo: memFree=1361016/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=71048 CPUtime=0.5
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 9474 0 0 0 47 3 0 0 23 0 1 0 163563694 72753152 9188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/12878/statm: 17762 9188 157 90 0 17300 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 71048

[startup+1.34709 s]
/proc/loadavg: 2.06 1.77 1.43 3/74 12879
/proc/meminfo: memFree=1310904/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=71048 CPUtime=1.33
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 12942 0 0 0 129 4 0 0 25 0 1 0 163563694 72753152 12656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134575419 0 0 4096 2 0 0 0 17 1 0 0
/proc/12878/statm: 17762 12656 157 90 0 17300 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 71048

[startup+2.98423 s]
/proc/loadavg: 2.06 1.77 1.43 3/74 12879
/proc/meminfo: memFree=1310584/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=73788 CPUtime=2.96
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 14974 0 0 0 291 5 0 0 25 0 1 0 163563694 75558912 13424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756008 0 0 4096 2 0 0 0 17 1 0 0
/proc/12878/statm: 18447 13424 176 90 0 17985 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 73788

[startup+6.26353 s]
/proc/loadavg: 2.06 1.77 1.43 3/74 12879
/proc/meminfo: memFree=1294712/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=108996 CPUtime=6.23
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 30156 0 0 0 612 11 0 0 25 0 1 0 163563694 111611904 17953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 0 0 0 17 1 0 0
/proc/12878/statm: 27249 17953 177 90 0 26787 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 108996

[startup+12.7331 s]
/proc/loadavg: 2.05 1.78 1.43 3/74 12879
/proc/meminfo: memFree=1254456/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=127748 CPUtime=12.67
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 45123 0 0 0 1249 18 0 0 25 0 1 0 163563694 130813952 26739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/12878/statm: 31937 26739 177 90 0 31475 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 127748

[startup+25.5503 s]
/proc/loadavg: 2.04 1.78 1.44 3/75 12880
/proc/meminfo: memFree=1253680/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=25.44
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 2525 19 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 138092

[startup+51.1996 s]
/proc/loadavg: 2.02 1.80 1.46 3/75 12880
/proc/meminfo: memFree=1253744/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=50.98
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 5079 19 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 138092

[startup+102.495 s]
/proc/loadavg: 2.01 1.83 1.48 3/75 12880
/proc/meminfo: memFree=1253744/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=102.07
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 10188 19 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 138092

[startup+162.514 s]
/proc/loadavg: 2.00 1.86 1.51 3/75 12880
/proc/meminfo: memFree=1253744/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=161.83
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 16164 19 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 138092

[startup+222.528 s]
/proc/loadavg: 2.00 1.88 1.54 3/75 12880
/proc/meminfo: memFree=1253744/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=221.6
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 22141 19 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 138092

[startup+282.544 s]
/proc/loadavg: 2.05 1.91 1.57 3/75 12880
/proc/meminfo: memFree=1253744/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=281.37
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 28118 19 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.37
Current children cumulated vsize (KiB) 138092

[startup+342.56 s]
/proc/loadavg: 2.07 1.94 1.60 3/75 12880
/proc/meminfo: memFree=1253744/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=341.15
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 34095 20 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.15
Current children cumulated vsize (KiB) 138092

[startup+402.575 s]
/proc/loadavg: 2.02 1.95 1.62 3/75 12880
/proc/meminfo: memFree=1253744/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=400.93
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 40073 20 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.93
Current children cumulated vsize (KiB) 138092

[startup+462.591 s]
/proc/loadavg: 2.01 1.95 1.64 3/75 12880
/proc/meminfo: memFree=1253680/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=460.7
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 46050 20 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.7
Current children cumulated vsize (KiB) 138092

[startup+522.61 s]
/proc/loadavg: 2.00 1.96 1.66 3/75 12880
/proc/meminfo: memFree=1253680/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=520.47
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 52027 20 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.47
Current children cumulated vsize (KiB) 138092

[startup+582.631 s]
/proc/loadavg: 2.00 1.97 1.68 3/75 12880
/proc/meminfo: memFree=1253680/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=580.26
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 58006 20 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580566 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.26
Current children cumulated vsize (KiB) 138092

[startup+642.648 s]
/proc/loadavg: 2.00 1.97 1.70 3/76 12881
/proc/meminfo: memFree=1253672/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=640.05
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 63984 21 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.05

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

/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 699.82
Current children cumulated vsize (KiB) 138092

[startup+762.678 s]
/proc/loadavg: 2.00 1.97 1.73 3/76 12881
/proc/meminfo: memFree=1253672/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=759.6
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 75939 21 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.6
Current children cumulated vsize (KiB) 138092

[startup+822.689 s]
/proc/loadavg: 2.00 1.97 1.74 3/76 12881
/proc/meminfo: memFree=1253608/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=819.37
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 81916 21 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.37
Current children cumulated vsize (KiB) 138092

[startup+882.711 s]
/proc/loadavg: 2.00 1.97 1.75 3/76 12881
/proc/meminfo: memFree=1253608/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=138092 CPUtime=879.14
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48179 0 0 0 87893 21 0 0 25 0 2 0 163563694 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 34523 26944 180 90 0 34061 0
[pid=12878/tid=12880] ppid=12876 vsize=138092 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163565179 141406208 26944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.14
Current children cumulated vsize (KiB) 138092

[startup+942.739 s]
/proc/loadavg: 2.08 1.99 1.77 3/77 12882
/proc/meminfo: memFree=1253536/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=148336 CPUtime=938.92
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48180 0 0 0 93871 21 0 0 25 0 3 0 163563694 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 37084 26945 180 90 0 36622 0
[pid=12878/tid=12880] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163565179 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163655192 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.92
Current children cumulated vsize (KiB) 148336

[startup+1002.78 s]
/proc/loadavg: 2.03 1.99 1.78 3/77 12882
/proc/meminfo: memFree=1253536/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=148336 CPUtime=998.7
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48180 0 0 0 99849 21 0 0 25 0 3 0 163563694 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 37084 26945 180 90 0 36622 0
[pid=12878/tid=12880] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163565179 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163655192 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.7
Current children cumulated vsize (KiB) 148336

[startup+1062.83 s]
/proc/loadavg: 2.01 1.99 1.79 3/78 12883
/proc/meminfo: memFree=1253528/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=148336 CPUtime=1058.5
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48180 0 0 0 105828 22 0 0 25 0 3 0 163563694 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 37084 26945 180 90 0 36622 0
[pid=12878/tid=12880] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163565179 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163655192 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.5
Current children cumulated vsize (KiB) 148336

[startup+1122.87 s]
/proc/loadavg: 2.00 1.99 1.81 3/78 12883
/proc/meminfo: memFree=1253464/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=148336 CPUtime=1118.27
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48180 0 0 0 111805 22 0 0 25 0 3 0 163563694 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 37084 26945 180 90 0 36622 0
[pid=12878/tid=12880] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163565179 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163655192 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.27
Current children cumulated vsize (KiB) 148336

[startup+1182.92 s]
/proc/loadavg: 2.00 1.99 1.82 4/78 12883
/proc/meminfo: memFree=1253464/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=148336 CPUtime=1178.06
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48180 0 0 0 117783 23 0 0 25 0 3 0 163563694 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12878/statm: 37084 26945 180 90 0 36622 0
[pid=12878/tid=12880] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163565179 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163655192 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.06
Current children cumulated vsize (KiB) 148336

[startup+1242.97 s]
/proc/loadavg: 1.97 1.97 1.82 3/77 12975
/proc/meminfo: memFree=1365200/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=148336 CPUtime=1238.03
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48180 0 0 0 123780 23 0 0 25 0 3 0 163563694 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12878/statm: 37084 26945 180 90 0 36622 0
[pid=12878/tid=12880] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163565179 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163655192 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.03
Current children cumulated vsize (KiB) 148336

[startup+1303.03 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 12975
/proc/meminfo: memFree=1365200/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=148336 CPUtime=1298.01
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48180 0 0 0 129777 24 0 0 25 0 3 0 163563694 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12878/statm: 37084 26945 180 90 0 36622 0
[pid=12878/tid=12880] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163565179 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163655192 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1298.01
Current children cumulated vsize (KiB) 148336

[startup+1363.08 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 12975
/proc/meminfo: memFree=1365200/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=148336 CPUtime=1358.02
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48180 0 0 0 135778 24 0 0 25 0 3 0 163563694 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12878/statm: 37084 26945 180 90 0 36622 0
[pid=12878/tid=12880] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163565179 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=148336 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163655192 151896064 26945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1358.02
Current children cumulated vsize (KiB) 148336

[startup+1423.18 s]
/proc/loadavg: 2.05 1.99 1.84 3/78 12976
/proc/meminfo: memFree=1365128/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=158580 CPUtime=1418.07
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48181 0 0 0 141783 24 0 0 25 0 4 0 163563694 162385920 26946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577591 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12878/statm: 39645 26946 180 90 0 39183 0
[pid=12878/tid=12880] ppid=12876 vsize=158580 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163565179 162385920 26946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=158580 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163655192 162385920 26946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12976] ppid=12876 vsize=158580 CPUtime=0
/proc/12878/task/12976/stat : 12976 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163700212 162385920 26946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.07
Current children cumulated vsize (KiB) 158580

[startup+1483.27 s]
/proc/loadavg: 2.02 1.99 1.85 3/78 12976
/proc/meminfo: memFree=1365128/2055920 swapFree=4187312/4192956
[pid=12878] ppid=12876 vsize=158580 CPUtime=1478.08
/proc/12878/stat : 12878 (bprolog) R 12876 12878 12597 0 -1 4194304 48181 0 0 0 147784 24 0 0 25 0 4 0 163563694 162385920 26946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12878/statm: 39645 26946 180 90 0 39183 0
[pid=12878/tid=12880] ppid=12876 vsize=158580 CPUtime=0
/proc/12878/task/12880/stat : 12880 (bprolog) S 12876 12878 12597 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163565179 162385920 26946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12882] ppid=12876 vsize=158580 CPUtime=0
/proc/12878/task/12882/stat : 12882 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163655192 162385920 26946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12878/tid=12976] ppid=12876 vsize=158580 CPUtime=0
/proc/12878/task/12976/stat : 12976 (bprolog) S 12876 12878 12597 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163700212 162385920 26946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.08
Current children cumulated vsize (KiB) 158580

Child status: 0
Real time (s): 1512.48
CPU time (s): 1507.28
CPU user time (s): 1507.02
CPU system time (s): 0.25996
CPU usage (%): 99.6565
Max. virtual memory (cumulated for all children) (KiB): 158580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1507.02
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48193
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= 15
involuntary context switches= 14985

runsolver used 1.64775 s user time and 4.36334 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Jan  7 06:33:41 UTC 2007


IDJOB= 202390
IDBENCH= 3831
FILE ID= node39/202390-1168151619

PBS_JOBID= 3478469

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp22/fapp22-1750-0.xml
COMMAND LINE= /tmp/evaluation/202390-1168151619/Complete/Ordinary/solver /tmp/evaluation/202390-1168151619/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node39/convwatcher-202390-1168151619 -o ROOT/results/node39/conversion-202390-1168151619 -C 600 -M 900 /tmp/evaluation/202390-1168151619/Complete/Ordinary/conversion /tmp/evaluation/202390-1168151619/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-202390-1168151619 -o ROOT/results/node39/solver-202390-1168151619 -C 1800 -M 900  /tmp/evaluation/202390-1168151619/Complete/Ordinary/solver /tmp/evaluation/202390-1168151619/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  90d800a8c0e760a6f4ac5940e4f59832

RANDOM SEED= 118804586

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1361432 kB
Buffers:         35452 kB
Cached:         475720 kB
SwapCached:       1548 kB
Active:         285396 kB
Inactive:       349740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361432 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            8672 kB
Writeback:           0 kB
Mapped:         132300 kB
Slab:            44432 kB
Committed_AS:  3475036 kB
PageTables:       1996 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= 66545 MiB



End job on node39 on Sun Jan  7 06:59:13 UTC 2007