Trace number 202422

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (exit code) 1584.52 1590.72

General information on the benchmark

Namefapp/fapp21-25/fapp22/
fapp22-1750-8.xml
MD5SUM5b4bb3a1dadbf44c0d24053814e2e174
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.7666
SatisfiableYES
(Un)Satisfiability was provedYES
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)

1590.70	(in place 6) 
1590.70	Stack + Heap:   72000000 bytes
1590.70	Stack in use:   25098332 bytes
1590.70	Heap in use:    46896628 bytes
1590.70	
1590.70	Program area:    8000000 bytes
1590.70	In use:           633684 bytes
1590.70	
1590.70	Trail:           8000000 bytes
1590.70	In use:           312296 bytes
1590.70	
1590.70	Table area:            0 bytes
1590.70	In use:                0 bytes
1590.70	
1590.70	Number of GC calls: 4568 
1590.70	Numbers of expansions:
1590.70	   Stack + Heap:       1
1590.70	   Program area:       0
1590.70	   Trail:              0
1590.70	   Table:              0
1590.70	
1590.70	Number of symbols:  5209
1590.70	
1590.70	
1590.70	Stack overflow in "toam" after 4568 garbage collections and 1 stack expansions.
1590.70	Please start B-Prolog with more stack space as
1590.70	   bp -s xxx
1590.70	where xxx > 18000000.
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/202422-1168151757/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node76/watcher-202422-1168151757 -o ROOT/results/node76/solver-202422-1168151757 -C 1800 -M 900 /tmp/evaluation/202422-1168151757/Complete/Ordinary/solver /tmp/evaluation/202422-1168151757/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


[startup+0.102598 s]
/proc/loadavg: 2.02 2.09 2.03 5/79 22419
/proc/meminfo: memFree=1273832/2055888 swapFree=4095388/4096564
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 2.02 2.09 2.03 5/79 22419
/proc/meminfo: memFree=1273832/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=53828 CPUtime=0.2
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 4243 0 0 0 18 2 0 0 19 0 1 0 163574641 55119872 3961 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600400 0 0 4096 2 0 0 0 17 0 0 0
/proc/22418/statm: 13457 3961 154 90 0 12994 0

[startup+0.510682 s]
/proc/loadavg: 2.02 2.09 2.03 5/79 22419
/proc/meminfo: memFree=1273832/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=71052 CPUtime=0.49
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 9962 0 0 0 45 4 0 0 22 0 1 0 163574641 72757248 9678 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857832 0 0 4096 2 0 0 0 17 0 0 0
/proc/22418/statm: 17763 9678 154 90 0 17300 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 71052

[startup+1.33184 s]
/proc/loadavg: 2.02 2.09 2.02 3/79 22419
/proc/meminfo: memFree=1223784/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=71052 CPUtime=1.31
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 12946 0 0 0 125 6 0 0 25 0 1 0 163574641 72757248 12662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568669 0 0 4096 2 0 0 0 17 0 0 0
/proc/22418/statm: 17763 12662 154 90 0 17300 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 71052

[startup+2.97116 s]
/proc/loadavg: 2.02 2.09 2.02 3/79 22419
/proc/meminfo: memFree=1223464/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=73792 CPUtime=2.94
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 14969 0 0 0 288 6 0 0 25 0 1 0 163574641 75563008 13421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 0 0 0 17 0 0 0
/proc/22418/statm: 18448 13421 173 90 0 17985 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 73792

[startup+6.2478 s]
/proc/loadavg: 2.02 2.09 2.02 3/79 22419
/proc/meminfo: memFree=1210480/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=109524 CPUtime=6.19
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 33441 0 0 0 605 14 0 0 25 0 1 0 163574641 112152576 17345 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 0 0 0 17 0 0 0
/proc/22418/statm: 27381 17345 174 90 0 26918 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 109524

[startup+12.7071 s]
/proc/loadavg: 2.02 2.09 2.02 3/79 22419
/proc/meminfo: memFree=1167472/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=127712 CPUtime=12.6
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 50421 0 0 0 1239 21 0 0 25 0 1 0 163574641 130777088 26849 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134854877 0 0 4096 2 0 0 0 17 0 0 0
/proc/22418/statm: 31928 26849 174 90 0 31465 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 127712

[startup+25.5186 s]
/proc/loadavg: 2.01 2.08 2.02 3/80 22420
/proc/meminfo: memFree=1165544/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=25.31
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52196 0 0 0 2509 22 0 0 25 0 2 0 163574641 141295616 27189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27189 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 137984

[startup+51.1546 s]
/proc/loadavg: 2.01 2.07 2.02 3/80 22420
/proc/meminfo: memFree=1165544/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=50.72
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52199 0 0 0 5050 22 0 0 25 0 2 0 163574641 141295616 27192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27192 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 137984

[startup+102.432 s]
/proc/loadavg: 2.00 2.06 2.02 3/80 22420
/proc/meminfo: memFree=1165608/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=101.58
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52199 0 0 0 10136 22 0 0 25 0 2 0 163574641 141295616 27192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27192 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 137984

[startup+162.536 s]
/proc/loadavg: 2.00 2.05 2.01 3/80 22420
/proc/meminfo: memFree=1165544/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=161.19
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 16097 22 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 137984

[startup+222.634 s]
/proc/loadavg: 2.07 2.05 2.01 3/80 22420
/proc/meminfo: memFree=1165544/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=220.77
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 22055 22 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.77
Current children cumulated vsize (KiB) 137984

[startup+282.722 s]
/proc/loadavg: 2.02 2.04 2.00 3/81 22421
/proc/meminfo: memFree=1165472/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=280.38
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 28015 23 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.38
Current children cumulated vsize (KiB) 137984

[startup+342.815 s]
/proc/loadavg: 2.01 2.03 2.00 3/81 22421
/proc/meminfo: memFree=1165536/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=340
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 33977 23 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340
Current children cumulated vsize (KiB) 137984

[startup+402.903 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 22421
/proc/meminfo: memFree=1165472/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=399.57
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 39934 23 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.57
Current children cumulated vsize (KiB) 137984

[startup+462.99 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 22421
/proc/meminfo: memFree=1165472/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=459.17
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 45894 23 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 459.17
Current children cumulated vsize (KiB) 137984

[startup+523.071 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 22421
/proc/meminfo: memFree=1165472/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=518.77
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 51854 23 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.77
Current children cumulated vsize (KiB) 137984

[startup+583.156 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 22421
/proc/meminfo: memFree=1165408/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=578.37
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 57813 24 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.37
Current children cumulated vsize (KiB) 137984

[startup+643.249 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22421
/proc/meminfo: memFree=1165408/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=637.96
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 63772 24 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 637.96
Current children cumulated vsize (KiB) 137984

[startup+703.34 s]

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

[startup+823.405 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 22498
/proc/meminfo: memFree=1271600/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=817.65
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 81741 24 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 817.65
Current children cumulated vsize (KiB) 137984

[startup+883.425 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 22498
/proc/meminfo: memFree=1271600/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=137984 CPUtime=877.65
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52200 0 0 0 87741 24 0 0 25 0 2 0 163574641 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858233 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 34496 27193 177 90 0 34033 0
[pid=22418/tid=22420] ppid=22416 vsize=137984 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 2 0 163576083 141295616 27193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 877.65
Current children cumulated vsize (KiB) 137984

[startup+943.429 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 22499
/proc/meminfo: memFree=1271400/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=148228 CPUtime=937.64
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52230 0 0 0 93740 24 0 0 25 0 3 0 163574641 151785472 27223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 37057 27223 177 90 0 36594 0
[pid=22418/tid=22420] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 163576083 151785472 27223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163666111 151785472 27223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 937.64
Current children cumulated vsize (KiB) 148228

[startup+1003.46 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 22499
/proc/meminfo: memFree=1271400/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=148228 CPUtime=997.64
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52233 0 0 0 99740 24 0 0 25 0 3 0 163574641 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 37057 27226 177 90 0 36594 0
[pid=22418/tid=22420] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 163576083 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163666111 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.64
Current children cumulated vsize (KiB) 148228

[startup+1063.47 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 22499
/proc/meminfo: memFree=1271400/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=148228 CPUtime=1057.64
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52233 0 0 0 105740 24 0 0 25 0 3 0 163574641 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 37057 27226 177 90 0 36594 0
[pid=22418/tid=22420] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 163576083 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163666111 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1057.64
Current children cumulated vsize (KiB) 148228

[startup+1123.48 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 22499
/proc/meminfo: memFree=1271400/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=148228 CPUtime=1117.63
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52233 0 0 0 111739 24 0 0 25 0 3 0 163574641 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 37057 27226 177 90 0 36594 0
[pid=22418/tid=22420] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 163576083 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163666111 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1117.63
Current children cumulated vsize (KiB) 148228

[startup+1183.52 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 22499
/proc/meminfo: memFree=1271336/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=148228 CPUtime=1177.65
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52233 0 0 0 117741 24 0 0 25 0 3 0 163574641 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 37057 27226 177 90 0 36594 0
[pid=22418/tid=22420] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 163576083 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163666111 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.65
Current children cumulated vsize (KiB) 148228

[startup+1243.57 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 22499
/proc/meminfo: memFree=1271336/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=148228 CPUtime=1237.68
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52233 0 0 0 123744 24 0 0 25 0 3 0 163574641 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 37057 27226 177 90 0 36594 0
[pid=22418/tid=22420] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 163576083 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163666111 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.68
Current children cumulated vsize (KiB) 148228

[startup+1303.62 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 22499
/proc/meminfo: memFree=1271272/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=148228 CPUtime=1297.7
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52233 0 0 0 129746 24 0 0 25 0 3 0 163574641 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 37057 27226 177 90 0 36594 0
[pid=22418/tid=22420] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 163576083 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163666111 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.7
Current children cumulated vsize (KiB) 148228

[startup+1363.66 s]
/proc/loadavg: 2.06 2.00 2.00 3/88 22499
/proc/meminfo: memFree=1271336/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=148228 CPUtime=1357.72
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52233 0 0 0 135748 24 0 0 25 0 3 0 163574641 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 37057 27226 177 90 0 36594 0
[pid=22418/tid=22420] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 3 0 163576083 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=148228 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 163666111 151785472 27226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.72
Current children cumulated vsize (KiB) 148228

[startup+1423.69 s]
/proc/loadavg: 2.02 2.00 2.00 3/89 22500
/proc/meminfo: memFree=1271264/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=158472 CPUtime=1417.73
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52235 0 0 0 141749 24 0 0 25 0 4 0 163574641 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 39618 27228 177 90 0 39155 0
[pid=22418/tid=22420] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 163576083 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163666111 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22418/tid=22500] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22500/stat : 22500 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163711133 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.73
Current children cumulated vsize (KiB) 158472

[startup+1483.73 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 22500
/proc/meminfo: memFree=1271264/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=158472 CPUtime=1477.75
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52235 0 0 0 147751 24 0 0 25 0 4 0 163574641 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 39618 27228 177 90 0 39155 0
[pid=22418/tid=22420] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 163576083 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163666111 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22418/tid=22500] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22500/stat : 22500 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163711133 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.75
Current children cumulated vsize (KiB) 158472

[startup+1543.8 s]
/proc/loadavg: 2.13 2.04 2.01 3/95 22648
/proc/meminfo: memFree=1269992/2055888 swapFree=4095388/4096564
[pid=22418] ppid=22416 vsize=158472 CPUtime=1537.7
/proc/22418/stat : 22418 (bprolog) R 22416 22418 21734 0 -1 4194304 52235 0 0 0 153746 24 0 0 25 0 4 0 163574641 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22418/statm: 39618 27228 177 90 0 39155 0
[pid=22418/tid=22420] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22420/stat : 22420 (bprolog) S 22416 22418 21734 0 -1 4194368 1 0 0 0 0 0 0 0 16 0 4 0 163576083 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22418/tid=22499] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22499/stat : 22499 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163666111 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22418/tid=22500] ppid=22416 vsize=158472 CPUtime=0
/proc/22418/task/22500/stat : 22500 (bprolog) S 22416 22418 21734 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163711133 162275328 27228 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.7
Current children cumulated vsize (KiB) 158472

Child status: 1
Real time (s): 1590.72
CPU time (s): 1584.52
CPU user time (s): 1584.25
CPU system time (s): 0.268959
CPU usage (%): 99.6104
Max. virtual memory (cumulated for all children) (KiB): 158472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1584.25
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52249
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= 17
involuntary context switches= 17557

runsolver used 1.62575 s user time and 4.18336 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 06:35:58 UTC 2007


IDJOB= 202422
IDBENCH= 3833
FILE ID= node76/202422-1168151757

PBS_JOBID= 3478414

Free space on /tmp= 66636 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-202422-1168151757 -o ROOT/results/node76/solver-202422-1168151757 -C 1800 -M 900  /tmp/evaluation/202422-1168151757/Complete/Ordinary/solver /tmp/evaluation/202422-1168151757/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5b4bb3a1dadbf44c0d24053814e2e174

RANDOM SEED= 738991118

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1274312 kB
Buffers:         56740 kB
Cached:         537804 kB
SwapCached:        456 kB
Active:         431132 kB
Inactive:       295764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1274312 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            8644 kB
Writeback:           0 kB
Mapped:         140436 kB
Slab:            40252 kB
Committed_AS:  6218268 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66638 MiB



End job on node76 on Sun Jan  7 07:02:47 UTC 2007