Trace number 202294

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 1510.61 1515.37

General information on the benchmark

Namefapp/fapp21-25/fapp22/
fapp22-1750-2.xml
MD5SUM8df7ff73dacc4735feab2a7ab806ccf8
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.97863
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)

1515.34	
1515.36	Time: 1510267
1515.36	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/202294-1168151239/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/node33/watcher-202294-1168151239 -o ROOT/results/node33/solver-202294-1168151239 -C 1800 -M 900 /tmp/evaluation/202294-1168151239/Complete/Ordinary/solver /tmp/evaluation/202294-1168151239/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.95 1.89 1.51 5/81 434
/proc/meminfo: memFree=884256/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=5352 CPUtime=0
/proc/433/stat : 433 (sh) R 431 433 32079 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 163519985 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 210824129831 0 0 4096 0 0 0 0 17 1 0 0
/proc/433/statm: 1338 234 196 169 0 49 0

[startup+0.10922 s]
/proc/loadavg: 1.95 1.89 1.51 5/81 434
/proc/meminfo: memFree=884256/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=53824 CPUtime=0.09
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 2277 0 0 0 8 1 0 0 20 0 1 0 163519985 55115776 1993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639040 0 0 4096 2 0 0 0 17 1 0 0
/proc/433/statm: 13456 1993 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.517303 s]
/proc/loadavg: 1.95 1.89 1.51 5/81 434
/proc/meminfo: memFree=884256/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=71048 CPUtime=0.51
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 9462 0 0 0 45 6 0 0 23 0 1 0 163519985 72753152 9176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857049 0 0 4096 2 0 0 0 17 1 0 0
/proc/433/statm: 17762 9176 157 90 0 17300 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 71048

[startup+1.33847 s]
/proc/loadavg: 1.95 1.89 1.51 3/81 434
/proc/meminfo: memFree=834208/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=71048 CPUtime=1.32
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 12941 0 0 0 125 7 0 0 25 0 1 0 163519985 72753152 12655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 0 0 0 17 1 0 0
/proc/433/statm: 17762 12655 157 90 0 17300 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 71048

[startup+2.98081 s]
/proc/loadavg: 1.95 1.89 1.51 3/81 434
/proc/meminfo: memFree=833888/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=73788 CPUtime=2.96
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 14974 0 0 0 288 8 0 0 25 0 1 0 163519985 75558912 13424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 0 0 0 17 1 0 0
/proc/433/statm: 18447 13424 176 90 0 17985 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 73788

[startup+6.26048 s]
/proc/loadavg: 1.95 1.89 1.51 3/81 434
/proc/meminfo: memFree=824544/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=109520 CPUtime=6.23
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 33363 0 0 0 607 16 0 0 25 0 1 0 163519985 112148480 16322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663091 0 0 4096 2 0 0 0 17 1 0 0
/proc/433/statm: 27380 16322 176 90 0 26918 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 109520

[startup+12.7258 s]
/proc/loadavg: 1.96 1.89 1.51 3/81 434
/proc/meminfo: memFree=777760/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=127636 CPUtime=12.66
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 49823 0 0 0 1242 24 0 0 25 0 1 0 163519985 130699264 26723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/433/statm: 31909 26723 177 90 0 31447 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 127636

[startup+25.5515 s]
/proc/loadavg: 1.97 1.89 1.52 3/82 435
/proc/meminfo: memFree=776664/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=25.43
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52946 0 0 0 2518 25 0 0 25 0 2 0 163519985 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 26993 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 137976

[startup+51.2047 s]
/proc/loadavg: 1.98 1.90 1.53 3/82 435
/proc/meminfo: memFree=776664/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=50.97
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52946 0 0 0 5071 26 0 0 25 0 2 0 163519985 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 26993 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 137976

[startup+102.408 s]
/proc/loadavg: 1.99 1.91 1.56 3/82 435
/proc/meminfo: memFree=776664/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=101.94
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52946 0 0 0 10168 26 0 0 25 0 2 0 163519985 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 26993 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 137976

[startup+162.439 s]
/proc/loadavg: 1.99 1.93 1.58 3/82 435
/proc/meminfo: memFree=776664/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=161.7
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52946 0 0 0 16144 26 0 0 25 0 2 0 163519985 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 26993 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 137976

[startup+222.479 s]
/proc/loadavg: 1.99 1.94 1.60 3/82 435
/proc/meminfo: memFree=776664/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=221.46
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52946 0 0 0 22120 26 0 0 25 0 2 0 163519985 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 26993 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 137976

[startup+282.51 s]
/proc/loadavg: 2.07 1.96 1.63 3/82 435
/proc/meminfo: memFree=776600/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=281.22
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52946 0 0 0 28096 26 0 0 25 0 2 0 163519985 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 26993 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.22
Current children cumulated vsize (KiB) 137976

[startup+342.529 s]
/proc/loadavg: 2.16 2.00 1.66 3/82 435
/proc/meminfo: memFree=776600/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=340.97
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52946 0 0 0 34071 26 0 0 25 0 2 0 163519985 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 26993 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 26993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.97
Current children cumulated vsize (KiB) 137976

[startup+402.558 s]
/proc/loadavg: 2.06 2.00 1.68 3/82 435
/proc/meminfo: memFree=776536/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=400.73
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52962 0 0 0 40047 26 0 0 25 0 2 0 163519985 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620220 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 27009 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.73
Current children cumulated vsize (KiB) 137976

[startup+462.589 s]
/proc/loadavg: 2.02 2.00 1.70 3/82 435
/proc/meminfo: memFree=776536/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=460.49
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52962 0 0 0 46023 26 0 0 25 0 2 0 163519985 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 27009 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.49
Current children cumulated vsize (KiB) 137976

[startup+522.622 s]
/proc/loadavg: 2.01 2.00 1.71 3/82 435
/proc/meminfo: memFree=776408/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=520.25
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52962 0 0 0 51999 26 0 0 25 0 2 0 163519985 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 27009 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.25
Current children cumulated vsize (KiB) 137976

[startup+582.656 s]
/proc/loadavg: 2.06 2.01 1.73 3/82 435
/proc/meminfo: memFree=776344/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=580.02
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52962 0 0 0 57975 27 0 0 25 0 2 0 163519985 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 27009 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.02
Current children cumulated vsize (KiB) 137976

[startup+642.678 s]
/proc/loadavg: 2.02 2.01 1.75 3/82 435
/proc/meminfo: memFree=776280/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=639.77
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52962 0 0 0 63950 27 0 0 25 0 2 0 163519985 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620123 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 27009 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.77

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

/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 699.53
Current children cumulated vsize (KiB) 137976

[startup+762.736 s]
/proc/loadavg: 2.03 2.02 1.78 3/82 435
/proc/meminfo: memFree=776216/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=759.29
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52962 0 0 0 75902 27 0 0 25 0 2 0 163519985 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 27009 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.29
Current children cumulated vsize (KiB) 137976

[startup+822.766 s]
/proc/loadavg: 2.01 2.02 1.79 3/82 435
/proc/meminfo: memFree=776152/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=819.06
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52962 0 0 0 81878 28 0 0 25 0 2 0 163519985 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 27009 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.06
Current children cumulated vsize (KiB) 137976

[startup+882.803 s]
/proc/loadavg: 2.00 2.01 1.80 3/82 435
/proc/meminfo: memFree=776088/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=137976 CPUtime=878.81
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52962 0 0 0 87853 28 0 0 25 0 2 0 163519985 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/433/statm: 34494 27009 180 90 0 34032 0
[pid=433/tid=435] ppid=431 vsize=137976 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163521534 141287424 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 878.81
Current children cumulated vsize (KiB) 137976

[startup+942.869 s]
/proc/loadavg: 1.95 1.99 1.81 3/84 511
/proc/meminfo: memFree=1448136/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=148220 CPUtime=938.73
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52969 0 0 0 93844 29 0 0 25 0 3 0 163519985 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 37055 27016 180 90 0 36593 0
[pid=433/tid=435] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163521534 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163611563 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 938.73
Current children cumulated vsize (KiB) 148220

[startup+1002.96 s]
/proc/loadavg: 2.01 2.00 1.82 3/84 511
/proc/meminfo: memFree=1448200/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=148220 CPUtime=998.75
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52969 0 0 0 99846 29 0 0 25 0 3 0 163519985 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134623432 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 37055 27016 180 90 0 36593 0
[pid=433/tid=435] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163521534 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163611563 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 998.75
Current children cumulated vsize (KiB) 148220

[startup+1063.06 s]
/proc/loadavg: 2.00 2.00 1.83 3/84 511
/proc/meminfo: memFree=1448200/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=148220 CPUtime=1058.77
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52969 0 0 0 105848 29 0 0 25 0 3 0 163519985 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 37055 27016 180 90 0 36593 0
[pid=433/tid=435] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163521534 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163611563 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1058.77
Current children cumulated vsize (KiB) 148220

[startup+1123.08 s]
/proc/loadavg: 2.00 2.00 1.83 3/84 511
/proc/meminfo: memFree=1448136/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=148220 CPUtime=1118.74
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52969 0 0 0 111844 30 0 0 25 0 3 0 163519985 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626687 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 37055 27016 180 90 0 36593 0
[pid=433/tid=435] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163521534 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163611563 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1118.74
Current children cumulated vsize (KiB) 148220

[startup+1183.1 s]
/proc/loadavg: 2.04 2.01 1.85 3/84 511
/proc/meminfo: memFree=1423432/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=148220 CPUtime=1178.7
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52969 0 0 0 117840 30 0 0 25 0 3 0 163519985 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 37055 27016 180 90 0 36593 0
[pid=433/tid=435] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163521534 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163611563 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.7
Current children cumulated vsize (KiB) 148220

[startup+1243.18 s]
/proc/loadavg: 2.09 2.02 1.86 3/84 511
/proc/meminfo: memFree=1423368/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=148220 CPUtime=1238.7
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52969 0 0 0 123840 30 0 0 25 0 3 0 163519985 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754756 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 37055 27016 180 90 0 36593 0
[pid=433/tid=435] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163521534 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163611563 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.7
Current children cumulated vsize (KiB) 148220

[startup+1303.27 s]
/proc/loadavg: 2.03 2.02 1.86 3/84 511
/proc/meminfo: memFree=1423368/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=148220 CPUtime=1298.73
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52969 0 0 0 129843 30 0 0 25 0 3 0 163519985 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 37055 27016 180 90 0 36593 0
[pid=433/tid=435] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163521534 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163611563 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.73
Current children cumulated vsize (KiB) 148220

[startup+1363.34 s]
/proc/loadavg: 2.01 2.01 1.87 3/84 511
/proc/meminfo: memFree=1423368/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=148220 CPUtime=1358.74
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52969 0 0 0 135844 30 0 0 25 0 3 0 163519985 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 37055 27016 180 90 0 36593 0
[pid=433/tid=435] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163521534 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=148220 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163611563 151777280 27016 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.74
Current children cumulated vsize (KiB) 148220

[startup+1423.42 s]
/proc/loadavg: 2.04 2.02 1.88 3/85 512
/proc/meminfo: memFree=1423296/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=158464 CPUtime=1418.75
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52970 0 0 0 141845 30 0 0 25 0 4 0 163519985 162267136 27017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 39616 27017 180 90 0 39154 0
[pid=433/tid=435] ppid=431 vsize=158464 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163521534 162267136 27017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=158464 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163611563 162267136 27017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=433/tid=512] ppid=431 vsize=158464 CPUtime=0
/proc/433/task/512/stat : 512 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163656583 162267136 27017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.75
Current children cumulated vsize (KiB) 158464

[startup+1483.5 s]
/proc/loadavg: 2.01 2.02 1.89 3/85 512
/proc/meminfo: memFree=1423296/2055920 swapFree=4192224/4192956
[pid=433] ppid=431 vsize=158464 CPUtime=1478.77
/proc/433/stat : 433 (bprolog) R 431 433 32079 0 -1 4194304 52970 0 0 0 147847 30 0 0 25 0 4 0 163519985 162267136 27017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/433/statm: 39616 27017 180 90 0 39154 0
[pid=433/tid=435] ppid=431 vsize=158464 CPUtime=0
/proc/433/task/435/stat : 435 (bprolog) S 431 433 32079 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163521534 162267136 27017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=433/tid=511] ppid=431 vsize=158464 CPUtime=0
/proc/433/task/511/stat : 511 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163611563 162267136 27017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=433/tid=512] ppid=431 vsize=158464 CPUtime=0
/proc/433/task/512/stat : 512 (bprolog) S 431 433 32079 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163656583 162267136 27017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.77
Current children cumulated vsize (KiB) 158464

Child status: 0
Real time (s): 1515.37
CPU time (s): 1510.61
CPU user time (s): 1510.28
CPU system time (s): 0.329949
CPU usage (%): 99.686
Max. virtual memory (cumulated for all children) (KiB): 158464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1510.28
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52982
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= 16
involuntary context switches= 12634

runsolver used 1.87671 s user time and 4.54431 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 06:27:21 UTC 2007


IDJOB= 202294
IDBENCH= 3825
FILE ID= node33/202294-1168151239

PBS_JOBID= 3478437

Free space on /tmp= 66550 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-202294-1168151239 -o ROOT/results/node33/solver-202294-1168151239 -C 1800 -M 900  /tmp/evaluation/202294-1168151239/Complete/Ordinary/solver /tmp/evaluation/202294-1168151239/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  8df7ff73dacc4735feab2a7ab806ccf8

RANDOM SEED= 96496075

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.281
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.281
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:        884608 kB
Buffers:         24964 kB
Cached:         314384 kB
SwapCached:        448 kB
Active:         826940 kB
Inactive:       277468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        884608 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            8676 kB
Writeback:           0 kB
Mapped:         782484 kB
Slab:            50648 kB
Committed_AS:  3688796 kB
PageTables:       3296 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= 66548 MiB



End job on node33 on Sun Jan  7 06:52:57 UTC 2007