Trace number 237908

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
buggy_2_5_s 2007-01-08UNSAT 1629.93 1638.91

General information on the benchmark

Namehaystacks/
haystacks_44.xml
MD5SUM0722ca56c46929635c236adaf10e929a
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 benchmark1560.29
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1936
Number of constraints41667
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension41667
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c solution file
c 
c 

UNSAT

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/node62/watcher-237908-1168351986 -o ROOT/results/node62/solver-237908-1168351986 -C 1800 -M 900 /tmp/evaluation/237908-1168351986/solver2 /tmp/evaluation/237908-1168351986/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: 0.93 1.01 1.29 3/84 19832
/proc/meminfo: memFree=1815896/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5356 CPUtime=0
/proc/19831/stat : 19831 (solver2) R 19829 19831 19102 0 -1 4194304 184 0 0 0 0 0 0 0 19 0 1 0 183596518 5484544 153 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437864530 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 1339 153 126 169 0 50 0

[startup+0.103794 s]
/proc/loadavg: 0.93 1.01 1.29 3/84 19832
/proc/meminfo: memFree=1815896/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=0
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 353 334 0 0 0 0 0 0 21 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.511879 s]
/proc/loadavg: 0.93 1.01 1.29 3/84 19832
/proc/meminfo: memFree=1815896/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=0.37
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 376 2549 0 0 0 0 33 4 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 5352

[startup+1.33304 s]
/proc/loadavg: 1.02 1.03 1.29 3/85 19844
/proc/meminfo: memFree=1752464/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=0.37
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 376 2549 0 0 0 0 33 4 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19844] ppid=19831 vsize=36772 CPUtime=0.89
/proc/19844/stat : 19844 (bordewijk) R 19831 19831 19102 0 -1 4194304 8698 0 0 0 82 7 0 0 25 0 1 0 183596560 37654528 8670 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 8566560 0 0 4096 0 0 0 0 17 1 0 0
/proc/19844/statm: 9193 8670 204 97 0 8474 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 42124

[startup+2.97836 s]
/proc/loadavg: 1.02 1.03 1.29 3/85 19844
/proc/meminfo: memFree=1663824/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=0.37
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 376 2549 0 0 0 0 33 4 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19844] ppid=19831 vsize=82180 CPUtime=2.35
/proc/19844/stat : 19844 (bordewijk) R 19831 19831 19102 0 -1 4194304 20022 0 0 0 219 16 0 0 25 0 1 0 183596560 84152320 19994 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 134543465 0 0 4096 0 0 0 0 17 1 0 0
/proc/19844/statm: 20545 19994 204 97 0 19826 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 87532

[startup+6.26401 s]
/proc/loadavg: 1.10 1.04 1.29 3/85 19844
/proc/meminfo: memFree=1549464/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=0.37
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 376 2549 0 0 0 0 33 4 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19844] ppid=19831 vsize=141908 CPUtime=5.6
/proc/19844/stat : 19844 (bordewijk) R 19831 19831 19102 0 -1 4194304 42798 0 0 0 480 80 0 0 25 0 1 0 183596560 145313792 34828 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19844/statm: 35477 34828 217 97 0 34758 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 147260

[startup+12.7351 s]
/proc/loadavg: 1.25 1.07 1.30 3/85 19845
/proc/meminfo: memFree=1602456/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47324 CPUtime=3.71
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12020 0 0 0 297 74 0 0 25 0 1 0 183597417 48459776 10904 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11831 10904 137 64 0 11146 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 52676

[startup+25.5786 s]
/proc/loadavg: 1.37 1.10 1.31 3/85 19845
/proc/meminfo: memFree=1546136/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47332 CPUtime=16.49
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12159 0 0 0 1574 75 0 0 25 0 1 0 183597417 48467968 11043 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11833 11043 138 64 0 11148 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 52684

[startup+51.2437 s]
/proc/loadavg: 1.61 1.19 1.33 3/85 19845
/proc/meminfo: memFree=1413976/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47332 CPUtime=41.97
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12159 0 0 0 4122 75 0 0 25 0 1 0 183597417 48467968 11043 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548943 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11833 11043 138 64 0 11148 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 52684

[startup+102.481 s]
/proc/loadavg: 1.96 1.34 1.37 5/85 19845
/proc/meminfo: memFree=1136664/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47336 CPUtime=92.71
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12160 0 0 0 9196 75 0 0 25 0 1 0 183597417 48472064 11044 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11834 11044 138 64 0 11149 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 52688

[startup+162.542 s]
/proc/loadavg: 2.37 1.55 1.44 4/85 19845
/proc/meminfo: memFree=1021336/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47336 CPUtime=152.27
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12160 0 0 0 15151 76 0 0 25 0 1 0 183597417 48472064 11044 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548929 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11834 11044 138 64 0 11149 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 52688

[startup+222.599 s]
/proc/loadavg: 2.57 1.77 1.52 3/86 19846
/proc/meminfo: memFree=1010640/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47340 CPUtime=212.03
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12161 0 0 0 21127 76 0 0 25 0 1 0 183597417 48476160 11045 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11835 11045 138 64 0 11150 0
Current children cumulated CPU time (s) 220.64
Current children cumulated vsize (KiB) 52692

[startup+282.653 s]
/proc/loadavg: 2.24 1.82 1.55 3/86 19899
/proc/meminfo: memFree=1611848/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47340 CPUtime=271.72
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12161 0 0 0 27096 76 0 0 25 0 1 0 183597417 48476160 11045 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548915 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11835 11045 138 64 0 11150 0
Current children cumulated CPU time (s) 280.33
Current children cumulated vsize (KiB) 52692

[startup+342.701 s]
/proc/loadavg: 2.16 1.87 1.58 3/86 19899
/proc/meminfo: memFree=1611848/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47340 CPUtime=331.48
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12161 0 0 0 33072 76 0 0 25 0 1 0 183597417 48476160 11045 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11835 11045 138 64 0 11150 0
Current children cumulated CPU time (s) 340.09
Current children cumulated vsize (KiB) 52692

[startup+402.752 s]
/proc/loadavg: 2.06 1.89 1.60 3/86 19901
/proc/meminfo: memFree=1611592/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47340 CPUtime=391.25
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12161 0 0 0 39049 76 0 0 25 0 1 0 183597417 48476160 11045 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11835 11045 138 64 0 11150 0
Current children cumulated CPU time (s) 399.86
Current children cumulated vsize (KiB) 52692

[startup+462.804 s]
/proc/loadavg: 2.02 1.91 1.63 3/86 19901
/proc/meminfo: memFree=1559752/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47340 CPUtime=451.01
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12161 0 0 0 45025 76 0 0 25 0 1 0 183597417 48476160 11045 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11835 11045 138 64 0 11150 0
Current children cumulated CPU time (s) 459.62
Current children cumulated vsize (KiB) 52692

[startup+522.853 s]
/proc/loadavg: 2.00 1.92 1.65 3/86 19901
/proc/meminfo: memFree=1559752/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47340 CPUtime=510.78
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12161 0 0 0 51002 76 0 0 25 0 1 0 183597417 48476160 11045 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549584 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11835 11045 138 64 0 11150 0
Current children cumulated CPU time (s) 519.39

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

Current children cumulated CPU time (s) 758.39
Current children cumulated vsize (KiB) 52700

[startup+823.135 s]
/proc/loadavg: 2.04 1.99 1.74 3/86 19901
/proc/meminfo: memFree=1498184/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47348 CPUtime=809.54
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12163 0 0 0 80877 77 0 0 25 0 1 0 183597417 48484352 11047 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548943 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11837 11047 138 64 0 11152 0
Current children cumulated CPU time (s) 818.15
Current children cumulated vsize (KiB) 52700

[startup+883.202 s]
/proc/loadavg: 2.01 1.99 1.75 3/86 19901
/proc/meminfo: memFree=1474504/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47348 CPUtime=869.23
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12163 0 0 0 86846 77 0 0 25 0 1 0 183597417 48484352 11047 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554163 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11837 11047 138 64 0 11152 0
Current children cumulated CPU time (s) 877.84
Current children cumulated vsize (KiB) 52700

[startup+943.257 s]
/proc/loadavg: 2.00 1.99 1.77 3/86 19901
/proc/meminfo: memFree=1474440/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47348 CPUtime=929.02
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12163 0 0 0 92825 77 0 0 25 0 1 0 183597417 48484352 11047 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549715 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11837 11047 138 64 0 11152 0
Current children cumulated CPU time (s) 937.63
Current children cumulated vsize (KiB) 52700

[startup+1003.31 s]
/proc/loadavg: 2.00 1.99 1.78 3/86 19901
/proc/meminfo: memFree=1450888/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47352 CPUtime=988.77
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12164 0 0 0 98800 77 0 0 25 0 1 0 183597417 48488448 11048 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549652 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11838 11048 138 64 0 11153 0
Current children cumulated CPU time (s) 997.38
Current children cumulated vsize (KiB) 52704

[startup+1063.36 s]
/proc/loadavg: 2.00 1.99 1.79 3/86 19901
/proc/meminfo: memFree=1450824/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47364 CPUtime=1048.54
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12167 0 0 0 104777 77 0 0 25 0 1 0 183597417 48500736 11051 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11841 11051 138 64 0 11156 0
Current children cumulated CPU time (s) 1057.15
Current children cumulated vsize (KiB) 52716

[startup+1123.41 s]
/proc/loadavg: 2.00 1.99 1.80 3/86 19901
/proc/meminfo: memFree=1450760/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47364 CPUtime=1108.3
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12167 0 0 0 110753 77 0 0 25 0 1 0 183597417 48500736 11051 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134528551 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11841 11051 138 64 0 11156 0
Current children cumulated CPU time (s) 1116.91
Current children cumulated vsize (KiB) 52716

[startup+1183.46 s]
/proc/loadavg: 2.00 1.99 1.81 3/86 19901
/proc/meminfo: memFree=1427464/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47364 CPUtime=1168.05
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12167 0 0 0 116728 77 0 0 25 0 1 0 183597417 48500736 11051 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549715 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11841 11051 138 64 0 11156 0
Current children cumulated CPU time (s) 1176.66
Current children cumulated vsize (KiB) 52716

[startup+1243.52 s]
/proc/loadavg: 2.04 2.00 1.83 3/86 19901
/proc/meminfo: memFree=1427464/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47364 CPUtime=1227.82
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12167 0 0 0 122704 78 0 0 25 0 1 0 183597417 48500736 11051 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549624 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11841 11051 138 64 0 11156 0
Current children cumulated CPU time (s) 1236.43
Current children cumulated vsize (KiB) 52716

[startup+1303.55 s]
/proc/loadavg: 2.01 2.00 1.83 3/86 19901
/proc/meminfo: memFree=1427400/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47364 CPUtime=1287.56
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12167 0 0 0 128678 78 0 0 25 0 1 0 183597417 48500736 11051 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549600 0 0 4096 0 0 0 0 17 1 0 0
/proc/19845/statm: 11841 11051 138 64 0 11156 0
Current children cumulated CPU time (s) 1296.17
Current children cumulated vsize (KiB) 52716

[startup+1363.6 s]
/proc/loadavg: 2.00 2.00 1.84 3/86 19901
/proc/meminfo: memFree=1402568/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47372 CPUtime=1347.26
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12169 0 0 0 134648 78 0 0 25 0 1 0 183597417 48508928 11053 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554163 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11843 11053 138 64 0 11158 0
Current children cumulated CPU time (s) 1355.87
Current children cumulated vsize (KiB) 52724

[startup+1423.67 s]
/proc/loadavg: 2.00 2.00 1.84 3/86 19901
/proc/meminfo: memFree=1402568/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47372 CPUtime=1407.05
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12169 0 0 0 140627 78 0 0 25 0 1 0 183597417 48508928 11053 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11843 11053 138 64 0 11158 0
Current children cumulated CPU time (s) 1415.66
Current children cumulated vsize (KiB) 52724

[startup+1483.73 s]
/proc/loadavg: 2.00 2.00 1.85 3/86 19901
/proc/meminfo: memFree=1402504/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47372 CPUtime=1466.84
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12169 0 0 0 146606 78 0 0 25 0 1 0 183597417 48508928 11053 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548929 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11843 11053 138 64 0 11158 0
Current children cumulated CPU time (s) 1475.45
Current children cumulated vsize (KiB) 52724

[startup+1543.79 s]
/proc/loadavg: 2.06 2.01 1.86 3/86 19901
/proc/meminfo: memFree=1377608/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47372 CPUtime=1526.61
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12169 0 0 0 152583 78 0 0 25 0 1 0 183597417 48508928 11053 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11843 11053 138 64 0 11158 0
Current children cumulated CPU time (s) 1535.22
Current children cumulated vsize (KiB) 52724

[startup+1603.85 s]
/proc/loadavg: 2.02 2.01 1.87 3/86 19901
/proc/meminfo: memFree=1377544/2055920 swapFree=4192812/4192956
[pid=19831] ppid=19829 vsize=5352 CPUtime=8.61
/proc/19831/stat : 19831 (solver2) S 19829 19831 19102 0 -1 4194304 397 45348 0 0 0 0 530 331 16 0 1 0 183596518 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19831/statm: 1338 242 203 169 0 49 0
[pid=19845] ppid=19831 vsize=47376 CPUtime=1586.4
/proc/19845/stat : 19845 (standalone) R 19831 19831 19102 0 -1 4194304 12170 0 0 0 158562 78 0 0 25 0 1 0 183597417 48513024 11054 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519640 0 0 4096 0 0 0 0 17 0 0 0
/proc/19845/statm: 11844 11054 138 64 0 11159 0
Current children cumulated CPU time (s) 1595.01
Current children cumulated vsize (KiB) 52728

Child status: 0
Real time (s): 1638.91
CPU time (s): 1629.93
CPU user time (s): 1625.81
CPU system time (s): 4.11637
CPU usage (%): 99.4519
Max. virtual memory (cumulated for all children) (KiB): 147260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1625.81
system time used= 4.11637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57932
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= 518
involuntary context switches= 35701

runsolver used 1.44578 s user time and 4.37333 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Tue Jan  9 14:13:07 UTC 2007


IDJOB= 237908
IDBENCH= 6970
FILE ID= node62/237908-1168351986

PBS_JOBID= 3503924

Free space on /tmp= 66537 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_44.xml
COMMAND LINE= /tmp/evaluation/237908-1168351986/solver2 /tmp/evaluation/237908-1168351986/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-237908-1168351986 -o ROOT/results/node62/solver-237908-1168351986 -C 1800 -M 900  /tmp/evaluation/237908-1168351986/solver2 /tmp/evaluation/237908-1168351986/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  0722ca56c46929635c236adaf10e929a

RANDOM SEED= 824780834

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.259
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.259
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:       1817144 kB
Buffers:         14908 kB
Cached:         134216 kB
SwapCached:          0 kB
Active:         127788 kB
Inactive:        60144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22828 kB
Writeback:           0 kB
Mapped:          58836 kB
Slab:            36008 kB
Committed_AS:  4942576 kB
PageTables:       1940 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= 66515 MiB



End job on node62 on Tue Jan  9 14:40:27 UTC 2007