Trace number 202102

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 1360.09 1371.55

General information on the benchmark

Namefapp/fapp21-25/fapp24/
fapp24-2000-6.xml
MD5SUM69cae328a8e1528c3c1a07afe5b8dbdc
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 benchmark7.14491
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

1371.53	
1371.55	Time: 1359697
1371.55	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/202102-1168150556/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/node3/watcher-202102-1168150556 -o ROOT/results/node3/solver-202102-1168150556 -C 1800 -M 900 /tmp/evaluation/202102-1168150556/Complete/Ordinary/solver /tmp/evaluation/202102-1168150556/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.37 1.58 1.86 5/87 22960
/proc/meminfo: memFree=1700048/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=5352 CPUtime=0
/proc/22959/stat : 22959 (sh) R 22957 22959 22787 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 163453788 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4375876 0 0 4100 65536 0 0 0 17 1 0 0
/proc/22959/statm: 1338 233 196 169 0 49 0

[startup+0.102815 s]
/proc/loadavg: 1.37 1.58 1.86 5/87 22960
/proc/meminfo: memFree=1700048/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=53824 CPUtime=0.08
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 2143 0 0 0 8 0 0 0 20 0 1 0 163453788 55115776 1859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134697592 0 0 4096 2 0 0 0 17 1 0 0
/proc/22959/statm: 13456 1859 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.514881 s]
/proc/loadavg: 1.37 1.58 1.86 5/87 22960
/proc/meminfo: memFree=1700048/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=68724 CPUtime=0.5
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 8990 0 0 0 46 4 0 0 24 0 1 0 163453788 70373376 8704 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857070 0 0 4096 2 0 0 0 17 1 0 0
/proc/22959/statm: 17181 8704 157 90 0 16719 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 68724

[startup+1.33601 s]
/proc/loadavg: 1.42 1.58 1.86 3/87 22960
/proc/meminfo: memFree=1654096/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=68724 CPUtime=1.31
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 12372 0 0 0 125 6 0 0 25 0 1 0 163453788 70373376 12086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/22959/statm: 17181 12086 157 90 0 16719 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 68724

[startup+2.97328 s]
/proc/loadavg: 1.42 1.58 1.86 3/87 22960
/proc/meminfo: memFree=1652048/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=68720 CPUtime=2.94
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 12433 0 0 0 288 6 0 0 25 0 1 0 163453788 70369280 12146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 0 0 0 17 1 0 0
/proc/22959/statm: 17180 12146 176 90 0 16718 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 68720

[startup+6.25982 s]
/proc/loadavg: 1.46 1.59 1.86 3/87 22960
/proc/meminfo: memFree=1650320/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=72012 CPUtime=6.19
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 21576 0 0 0 609 10 0 0 25 0 1 0 163453788 73740288 12297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/22959/statm: 18003 12297 176 90 0 17541 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72012

[startup+12.7209 s]
/proc/loadavg: 1.51 1.60 1.86 3/87 22960
/proc/meminfo: memFree=1614736/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=129504 CPUtime=12.6
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 50397 0 0 0 1237 23 0 0 25 0 1 0 163453788 132612096 23884 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134854877 0 0 4096 2 0 0 0 17 1 0 0
/proc/22959/statm: 32376 23884 176 90 0 31914 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 129504

[startup+25.5379 s]
/proc/loadavg: 1.58 1.61 1.86 3/88 22961
/proc/meminfo: memFree=1590984/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=25.3
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 2506 24 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 139748

[startup+51.1831 s]
/proc/loadavg: 1.75 1.65 1.86 3/88 22961
/proc/meminfo: memFree=1591048/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=50.73
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 5049 24 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 139748

[startup+102.467 s]
/proc/loadavg: 1.89 1.70 1.87 3/88 22963
/proc/meminfo: memFree=1591048/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=101.6
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 10135 25 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 139748

[startup+162.573 s]
/proc/loadavg: 1.96 1.75 1.87 3/88 22963
/proc/meminfo: memFree=1590984/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=161.22
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 16096 26 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554724 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 139748

[startup+222.575 s]
/proc/loadavg: 1.98 1.79 1.88 3/88 22963
/proc/meminfo: memFree=1590928/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=220.73
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 22047 26 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.73
Current children cumulated vsize (KiB) 139748

[startup+282.577 s]
/proc/loadavg: 2.03 1.84 1.89 3/88 22963
/proc/meminfo: memFree=1590928/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=280.25
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 27998 27 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663809 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.25
Current children cumulated vsize (KiB) 139748

[startup+342.578 s]
/proc/loadavg: 2.01 1.87 1.90 3/88 22963
/proc/meminfo: memFree=1590864/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=339.77
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 33949 28 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751718 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.77
Current children cumulated vsize (KiB) 139748

[startup+402.593 s]
/proc/loadavg: 2.06 1.91 1.91 3/88 22963
/proc/meminfo: memFree=1590800/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=399.28
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 39899 29 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.28
Current children cumulated vsize (KiB) 139748

[startup+462.6 s]
/proc/loadavg: 2.02 1.92 1.91 3/88 22963
/proc/meminfo: memFree=1590800/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=458.78
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 45849 29 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.78
Current children cumulated vsize (KiB) 139748

[startup+522.614 s]
/proc/loadavg: 2.04 1.95 1.91 3/88 22963
/proc/meminfo: memFree=1590736/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=518.28
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 51798 30 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.28
Current children cumulated vsize (KiB) 139748

[startup+582.63 s]
/proc/loadavg: 2.01 1.95 1.91 3/89 22964
/proc/meminfo: memFree=1590600/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=577.8
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 57750 30 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.8
Current children cumulated vsize (KiB) 139748

[startup+642.642 s]
/proc/loadavg: 2.05 1.97 1.92 3/89 22964
/proc/meminfo: memFree=1590536/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=637.3
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 63699 31 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.3
Current children cumulated vsize (KiB) 139748

[startup+702.744 s]
/proc/loadavg: 2.02 1.97 1.92 3/89 22964
/proc/meminfo: memFree=1590472/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=696.9
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 69659 31 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.9
Current children cumulated vsize (KiB) 139748

[startup+762.751 s]
/proc/loadavg: 2.00 1.97 1.92 3/89 22964
/proc/meminfo: memFree=1590408/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=756.4
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 75608 32 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554099 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 756.4
Current children cumulated vsize (KiB) 139748

[startup+822.763 s]
/proc/loadavg: 2.00 1.97 1.92 3/89 22964
/proc/meminfo: memFree=1590344/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=815.89
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 81557 32 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 815.89
Current children cumulated vsize (KiB) 139748

[startup+882.769 s]
/proc/loadavg: 2.00 1.97 1.92 3/89 22964
/proc/meminfo: memFree=1590280/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=139748 CPUtime=875.4
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53890 0 0 0 87507 33 0 0 25 0 2 0 163453788 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 34937 27377 180 90 0 34475 0
[pid=22959/tid=22961] ppid=22957 vsize=139748 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163455221 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 875.4
Current children cumulated vsize (KiB) 139748

[startup+942.781 s]
/proc/loadavg: 2.00 1.97 1.92 3/90 22965
/proc/meminfo: memFree=1590144/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=149992 CPUtime=934.91
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53891 0 0 0 93458 33 0 0 25 0 3 0 163453788 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 37498 27378 180 90 0 37036 0
[pid=22959/tid=22961] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163455221 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22965/stat : 22965 (bprolog) S 22957 22959 22787 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163545237 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 934.91
Current children cumulated vsize (KiB) 149992

[startup+1002.81 s]
/proc/loadavg: 2.00 1.97 1.92 3/90 22965
/proc/meminfo: memFree=1590144/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=149992 CPUtime=994.43
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53891 0 0 0 99409 34 0 0 25 0 3 0 163453788 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 37498 27378 180 90 0 37036 0
[pid=22959/tid=22961] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163455221 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22965/stat : 22965 (bprolog) S 22957 22959 22787 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163545237 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.43
Current children cumulated vsize (KiB) 149992

[startup+1062.84 s]
/proc/loadavg: 2.00 1.97 1.92 3/91 22966
/proc/meminfo: memFree=1590008/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=149992 CPUtime=1053.96
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53891 0 0 0 105362 34 0 0 25 0 3 0 163453788 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 37498 27378 180 90 0 37036 0
[pid=22959/tid=22961] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163455221 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22965/stat : 22965 (bprolog) S 22957 22959 22787 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163545237 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.96
Current children cumulated vsize (KiB) 149992

[startup+1122.93 s]
/proc/loadavg: 2.00 1.97 1.92 3/91 22966
/proc/meminfo: memFree=1590008/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=149992 CPUtime=1113.54
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53891 0 0 0 111320 34 0 0 25 0 3 0 163453788 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 37498 27378 180 90 0 37036 0
[pid=22959/tid=22961] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163455221 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22965/stat : 22965 (bprolog) S 22957 22959 22787 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163545237 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.54
Current children cumulated vsize (KiB) 149992

[startup+1182.98 s]
/proc/loadavg: 2.00 1.97 1.92 3/91 22966
/proc/meminfo: memFree=1589944/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=149992 CPUtime=1173.1
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53891 0 0 0 117275 35 0 0 25 0 3 0 163453788 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 37498 27378 180 90 0 37036 0
[pid=22959/tid=22961] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163455221 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22965/stat : 22965 (bprolog) S 22957 22959 22787 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163545237 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.1
Current children cumulated vsize (KiB) 149992

[startup+1243.05 s]
/proc/loadavg: 2.00 1.97 1.92 3/91 22966
/proc/meminfo: memFree=1589880/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=149992 CPUtime=1232.65
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53891 0 0 0 123230 35 0 0 25 0 3 0 163453788 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 37498 27378 180 90 0 37036 0
[pid=22959/tid=22961] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163455221 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22965/stat : 22965 (bprolog) S 22957 22959 22787 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163545237 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.65
Current children cumulated vsize (KiB) 149992

[startup+1303.1 s]
/proc/loadavg: 2.04 1.99 1.93 3/91 22966
/proc/meminfo: memFree=1589816/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=149992 CPUtime=1292.2
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53891 0 0 0 129185 35 0 0 25 0 3 0 163453788 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 37498 27378 180 90 0 37036 0
[pid=22959/tid=22961] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163455221 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22965/stat : 22965 (bprolog) S 22957 22959 22787 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163545237 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.2
Current children cumulated vsize (KiB) 149992

[startup+1363.13 s]
/proc/loadavg: 2.01 1.99 1.93 3/91 22966
/proc/meminfo: memFree=1589752/2055920 swapFree=4192812/4192956
[pid=22959] ppid=22957 vsize=149992 CPUtime=1351.74
/proc/22959/stat : 22959 (bprolog) R 22957 22959 22787 0 -1 4194304 53891 0 0 0 135138 36 0 0 25 0 3 0 163453788 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 37498 27378 180 90 0 37036 0
[pid=22959/tid=22961] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22961/stat : 22961 (bprolog) S 22957 22959 22787 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163455221 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22957 vsize=149992 CPUtime=0
/proc/22959/task/22965/stat : 22965 (bprolog) S 22957 22959 22787 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163545237 153591808 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.74
Current children cumulated vsize (KiB) 149992

Child status: 0
Real time (s): 1371.55
CPU time (s): 1360.09
CPU user time (s): 1359.71
CPU system time (s): 0.384941
CPU usage (%): 99.1646
Max. virtual memory (cumulated for all children) (KiB): 160236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1359.71
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53904
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= 14
involuntary context switches= 55542

runsolver used 1.40878 s user time and 3.75343 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Jan  7 06:15:58 UTC 2007


IDJOB= 202102
IDBENCH= 3813
FILE ID= node3/202102-1168150556

PBS_JOBID= 3478214

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp24/fapp24-2000-6.xml
COMMAND LINE= /tmp/evaluation/202102-1168150556/Complete/Ordinary/solver /tmp/evaluation/202102-1168150556/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node3/convwatcher-202102-1168150556 -o ROOT/results/node3/conversion-202102-1168150556 -C 600 -M 900 /tmp/evaluation/202102-1168150556/Complete/Ordinary/conversion /tmp/evaluation/202102-1168150556/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-202102-1168150556 -o ROOT/results/node3/solver-202102-1168150556 -C 1800 -M 900  /tmp/evaluation/202102-1168150556/Complete/Ordinary/solver /tmp/evaluation/202102-1168150556/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  69cae328a8e1528c3c1a07afe5b8dbdc

RANDOM SEED= 347258268

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.279
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.279
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:       1700400 kB
Buffers:         19108 kB
Cached:         148580 kB
SwapCached:          0 kB
Active:         206012 kB
Inactive:        88400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7272 kB
Writeback:           0 kB
Mapped:         146984 kB
Slab:            45724 kB
Committed_AS:  4280572 kB
PageTables:       2280 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= 66546 MiB



End job on node3 on Sun Jan  7 06:39:13 UTC 2007