Trace number 1064422

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
bpsolver 2008-06-27SAT 1784.59 1806.8

General information on the benchmark

Namecsp/tdsp/
normalized-C4-3-60.xml
MD5SUM2e6b653379e70d82ad071d293c462e81
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.074
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.02	c bpsolver version 6.27.2008
0.00/0.02	c converting(HOME/instance-1064422-1215141349)
0.57/0.64	c Converted in 304 ms
0.57/0.64	c solving(HOME/instance-1064422-1215141349,1800000)
1784.50/1806.78	c (forward)
1784.50/1806.78	s SATISFIABLE
1784.50/1806.78	v 60 60 0 0 0 0 10 0 0 22 0 0 35 0 0 38 0 0 45 0 0 51 0 4 0 0 4 10 0 4 13 0 4 18 0 4 20 0 5 22 0 5 35 0 14 18 0 14 20 0 17 13 0 17 18 0 19 10 0 19 13 0 22 38 0 22 45 0 23 0 0 23 2 0 23 22 0 23 26 0 23 38 0 23 47 0 23 51 0 27 0 0 27 2 0 27 38 0 27 47 0 30 22 0 30 26 0 32 0 0 32 3 0 32 24 0 32 35 0 32 38 0 32 49 0 35 24 0 35 35 0 43 3 0 43 24 0 47 0 0 47 3 0 55 38 0 55 49 0 
1784.50/1806.79	
1784.50/1806.79	c Time=1783896 ms
1784.50/1806.79	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064422-1215141349/watcher-1064422-1215141349 -o /tmp/evaluation-result-1064422-1215141349/solver-1064422-1215141349 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1064422-1215141349 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 21861
/proc/meminfo: memFree=1678552/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=3376 CPUtime=0
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 293 0 0 0 0 0 0 0 20 0 1 0 1993108142 3457024 24 996147200 134512640 134990860 4294956112 18446744073709551615 3166507 0 0 4096 0 0 0 0 17 1 0 0
/proc/21861/statm: 844 24 18 116 0 701 0

[startup+0.133546 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 21861
/proc/meminfo: memFree=1678552/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=56080 CPUtime=0.11
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 1113 0 0 0 6 5 0 0 20 0 1 0 1993108142 57425920 826 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/21861/statm: 14020 826 178 116 0 13531 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 56080

[startup+0.201566 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 21861
/proc/meminfo: memFree=1678552/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=56080 CPUtime=0.18
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 1114 0 0 0 10 8 0 0 20 0 1 0 1993108142 57425920 827 996147200 134512640 134990860 4294956112 18446744073709551615 134599824 0 0 4096 2 0 0 0 17 1 0 0
/proc/21861/statm: 14020 827 178 116 0 13531 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 56080

[startup+0.301564 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 21861
/proc/meminfo: memFree=1678552/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=56080 CPUtime=0.29
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 1114 0 0 0 16 13 0 0 21 0 1 0 1993108142 57425920 827 996147200 134512640 134990860 4294956112 18446744073709551615 134573039 0 0 4096 2 0 0 0 17 1 0 0
/proc/21861/statm: 14020 827 178 116 0 13531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56080

[startup+0.70161 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 21861
/proc/meminfo: memFree=1678552/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=56076 CPUtime=0.67
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 1596 0 0 0 37 30 0 0 25 0 1 0 1993108142 57421824 1307 996147200 134512640 134990860 4294956112 18446744073709551615 134824298 0 0 4096 2 0 0 0 17 1 0 0
/proc/21861/statm: 14019 1307 180 116 0 13530 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 56076

[startup+1.5017 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1664392/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=1.46
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3965 0 0 0 114 32 0 0 25 0 2 0 1993108142 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 134607538 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3675 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 66316

[startup+3.10287 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1664136/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=3.03
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3965 0 0 0 271 32 0 0 25 0 2 0 1993108142 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 134869381 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3675 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 66316

[startup+6.30122 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1664008/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=6.17
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3965 0 0 0 585 32 0 0 25 0 2 0 1993108142 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 134629760 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3675 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 66316

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663944/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=12.44
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3965 0 0 0 1212 32 0 0 25 0 2 0 1993108142 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 134629934 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3675 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 66316

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 4/95 21863
/proc/meminfo: memFree=1663944/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=24.99
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3965 0 0 0 2467 32 0 0 25 0 2 0 1993108142 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 134629507 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3675 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 66316

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663944/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=50.1
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3965 0 0 0 4978 32 0 0 25 0 2 0 1993108142 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 134605184 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3675 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3675 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 66316

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663880/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=100.32
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3966 0 0 0 10000 32 0 0 25 0 2 0 1993108142 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 134874380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3676 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.32
Current children cumulated vsize (KiB) 66316

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663816/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=159.15
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3966 0 0 0 15883 32 0 0 25 0 2 0 1993108142 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 134559529 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3676 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.15
Current children cumulated vsize (KiB) 66316

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663624/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=218
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3966 0 0 0 21768 32 0 0 25 0 2 0 1993108142 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 134629587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3676 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218
Current children cumulated vsize (KiB) 66316

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663624/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=276.84
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3966 0 0 0 27652 32 0 0 25 0 2 0 1993108142 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 134629956 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3676 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 276.84
Current children cumulated vsize (KiB) 66316

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663624/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=335.7
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3966 0 0 0 33537 33 0 0 25 0 2 0 1993108142 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 134607528 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3676 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 335.7
Current children cumulated vsize (KiB) 66316

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663624/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=394.56
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3966 0 0 0 39423 33 0 0 25 0 2 0 1993108142 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 134630026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3676 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 394.56
Current children cumulated vsize (KiB) 66316

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 21863
/proc/meminfo: memFree=1663624/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=66316 CPUtime=453.4
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3966 0 0 0 45307 33 0 0 25 0 2 0 1993108142 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 134630006 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 16579 3676 204 116 0 16090 0
[pid=21861/tid=21863] ppid=21859 vsize=66316 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1993108224 67907584 3676 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 453.4
Current children cumulated vsize (KiB) 66316

[startup+522.302 s]

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

Current children cumulated vsize (KiB) 76560

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 22018
/proc/meminfo: memFree=1786200/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=76560 CPUtime=1520.68
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3968 0 0 0 152032 36 0 0 25 0 3 0 1993108142 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 134895056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21861/statm: 19140 3678 204 116 0 18651 0
[pid=21861/tid=21863] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1993108224 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=21864] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1520.68
Current children cumulated vsize (KiB) 76560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22067
/proc/meminfo: memFree=1787936/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=76560 CPUtime=1580.17
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3968 0 0 0 157981 36 0 0 25 0 3 0 1993108142 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 134607538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 19140 3678 204 116 0 18651 0
[pid=21861/tid=21863] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1993108224 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=21864] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1580.17
Current children cumulated vsize (KiB) 76560

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 22067
/proc/meminfo: memFree=1514656/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=76560 CPUtime=1640.15
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3968 0 0 0 163979 36 0 0 25 0 3 0 1993108142 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 134630006 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 19140 3678 204 116 0 18651 0
[pid=21861/tid=21863] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1993108224 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=21864] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1640.15
Current children cumulated vsize (KiB) 76560

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 22096
/proc/meminfo: memFree=1735080/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=76560 CPUtime=1700.13
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3968 0 0 0 169976 37 0 0 25 0 3 0 1993108142 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 134845506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 19140 3678 204 116 0 18651 0
[pid=21861/tid=21863] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1993108224 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=21864] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1700.13
Current children cumulated vsize (KiB) 76560

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22096
/proc/meminfo: memFree=1735080/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=76560 CPUtime=1760.11
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3968 0 0 0 175974 37 0 0 25 0 3 0 1993108142 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 134851762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 19140 3678 204 116 0 18651 0
[pid=21861/tid=21863] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1993108224 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=21864] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1760.11
Current children cumulated vsize (KiB) 76560

Solver just ended. Dumping a history of the last processes samples

[startup+1792.01 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22096
/proc/meminfo: memFree=1734952/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=76560 CPUtime=1769.81
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3968 0 0 0 176944 37 0 0 25 0 3 0 1993108142 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 134559523 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 19140 3678 204 116 0 18651 0
[pid=21861/tid=21863] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1993108224 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=21864] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.81
Current children cumulated vsize (KiB) 76560

[startup+1798.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22096
/proc/meminfo: memFree=1734952/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=76560 CPUtime=1776.2
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3968 0 0 0 177583 37 0 0 25 0 3 0 1993108142 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 134629999 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 19140 3678 204 116 0 18651 0
[pid=21861/tid=21863] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21863/stat : 21863 (bprolog) S 21859 21861 18582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1993108224 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=21864] ppid=21859 vsize=76560 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 78397440 3678 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.2
Current children cumulated vsize (KiB) 76560

[startup+1801.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22096
/proc/meminfo: memFree=1734952/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=86804 CPUtime=1779.4
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3970 0 0 0 177903 37 0 0 25 0 3 0 1993108142 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 134630058 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 21701 3680 205 116 0 21212 0
[pid=21861/tid=21864] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.4
Current children cumulated vsize (KiB) 86804

[startup+1804.8 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22097
/proc/meminfo: memFree=1734944/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=86804 CPUtime=1782.6
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3970 0 0 0 178223 37 0 0 25 0 3 0 1993108142 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 134629722 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 21701 3680 205 116 0 21212 0
[pid=21861/tid=21864] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=22097] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/22097/stat : 22097 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1993288252 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (KiB) 86804

[startup+1805.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22097
/proc/meminfo: memFree=1734944/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=86804 CPUtime=1783.4
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3970 0 0 0 178303 37 0 0 25 0 3 0 1993108142 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 134605252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 21701 3680 205 116 0 21212 0
[pid=21861/tid=21864] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=22097] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/22097/stat : 22097 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1993288252 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.4
Current children cumulated vsize (KiB) 86804

[startup+1806.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22097
/proc/meminfo: memFree=1734944/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=86804 CPUtime=1784.2
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3970 0 0 0 178383 37 0 0 25 0 3 0 1993108142 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 134629674 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 21701 3680 205 116 0 21212 0
[pid=21861/tid=21864] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=22097] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/22097/stat : 22097 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1993288252 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.2
Current children cumulated vsize (KiB) 86804

[startup+1806.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22097
/proc/meminfo: memFree=1734944/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=86804 CPUtime=1784.4
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3970 0 0 0 178403 37 0 0 25 0 3 0 1993108142 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 134629479 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 21701 3680 205 116 0 21212 0
[pid=21861/tid=21864] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=22097] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/22097/stat : 22097 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1993288252 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (KiB) 86804

[startup+1806.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22097
/proc/meminfo: memFree=1734944/2055920 swapFree=4179916/4192956
[pid=21861] ppid=21859 vsize=86804 CPUtime=1784.5
/proc/21861/stat : 21861 (bprolog) R 21859 21861 18582 0 -1 4194304 3970 0 0 0 178413 37 0 0 25 0 3 0 1993108142 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 134629752 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21861/statm: 21701 3680 205 116 0 21212 0
[pid=21861/tid=21864] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/21864/stat : 21864 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 1993198238 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21861/tid=22097] ppid=21859 vsize=86804 CPUtime=0
/proc/21861/task/22097/stat : 22097 (bprolog) S 21859 21861 18582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1993288252 88887296 3680 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (KiB) 86804

Child status: 0
Real time (s): 1806.8
CPU time (s): 1784.59
CPU user time (s): 1784.22
CPU system time (s): 0.376942
CPU usage (%): 98.7712
Max. virtual memory (cumulated for all children) (KiB): 86804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.22
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3970
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= 10
involuntary context switches= 53510

runsolver used 2.6096 second user time and 5.31919 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 05:15:49
IDJOB=1064422
IDBENCH=54947
IDSOLVER=347
FILE ID=node37/1064422-1215141349
PBS_JOBID= 7877288
Free space on /tmp= 66536 MiB

SOLVER NAME= bpsolver 2008-06-27
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-3-60.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064422-1215141349/watcher-1064422-1215141349 -o /tmp/evaluation-result-1064422-1215141349/solver-1064422-1215141349 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1064422-1215141349 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e6b653379e70d82ad071d293c462e81
RANDOM SEED=1880461596

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1679032 kB
Buffers:         29536 kB
Cached:         151588 kB
SwapCached:       6964 kB
Active:         264436 kB
Inactive:        54368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679032 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:         154056 kB
Slab:            42700 kB
Committed_AS:  4103728 kB
PageTables:       2284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-04 05:45:56