Trace number 198352

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
galac 1UNSAT 1513.78 1520.36

General information on the benchmark

Namepigeons/
pigeons-12.xml
MD5SUMe5056520269618c2f722160091f6a04a
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 benchmark3.37049
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables12
Number of constraints66
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension66
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
0.56	c start processing
0.56	c start relation processing
0.56	c start cnf exporting
0.73	c parsing time : 0.394
0.73	c preprocessing time : 0.566
0.73	
0.73	c Nary constraints - conflicts : 0 supports : 0
0.73	c Binary constraints - conflicts : 66 supports :0
0.73	c max arity constraint : 2
0.73	c Max Tuples generated 121
0.73	c relations : 1
0.73	c relations BDD: 0
0.73	c vars : 133 - clauses :  1398
0.73	
0.75	 
0.75	c --- Minisat Stats ---
0.75	 
1520.35	c restarts              : 29
1520.35	c conflicts             : 20107612       (13291 /sec)
1520.35	c decisions             : 21517863       (1.05 % random) (14223 /sec)
1520.35	c propagations          : 289367057      (191264 /sec)
1520.35	c conflict literals     : 927032059      (6.62 % deleted)
1520.35	c Memory used           : 6.29 MB
1520.35	c CPU time              : 1512.92 s
1520.35	
1520.35	s UNSATISFIABLE

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/node5/watcher-198352-1168127678 -o ROOT/results/node5/solver-198352-1168127678 -C 1800 -M 900 /tmp/evaluation/198352-1168127678/galac.sh /tmp/evaluation/198352-1168127678/unknown.xml 

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: 2.02 1.92 1.82 3/95 26140
/proc/meminfo: memFree=1215200/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=652 CPUtime=0
/proc/26139/stat : 26139 (galac.sh) R 26137 26139 26000 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 141382215 667648 25 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226910860681 0 0 4096 0 0 0 0 17 1 0 0
/proc/26139/statm: 163 25 18 79 0 53 0

[startup+0.103058 s]
/proc/loadavg: 2.02 1.92 1.82 3/95 26140
/proc/meminfo: memFree=1215200/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.01
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 762 1866 0 0 0 0 0 1 23 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.515104 s]
/proc/loadavg: 2.02 1.92 1.82 3/95 26140
/proc/meminfo: memFree=1215200/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.01
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 762 1866 0 0 0 0 0 1 23 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33919 s]
/proc/loadavg: 2.02 1.92 1.82 3/96 26161
/proc/meminfo: memFree=1214040/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=2164 CPUtime=0.57
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 207 0 0 0 57 0 0 0 23 0 1 0 141382290 2215936 189 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527256 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 541 189 53 142 0 397 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 49724

[startup+2.97637 s]
/proc/loadavg: 2.02 1.92 1.82 3/96 26161
/proc/meminfo: memFree=1213848/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=2428 CPUtime=2.2
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 277 0 0 0 220 0 0 0 25 0 1 0 141382290 2486272 259 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526764 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 607 259 53 142 0 463 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 49988

[startup+6.25575 s]
/proc/loadavg: 2.02 1.92 1.82 3/96 26161
/proc/meminfo: memFree=1213400/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=2692 CPUtime=5.47
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 330 0 0 0 547 0 0 0 25 0 1 0 141382290 2756608 312 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 673 312 53 142 0 529 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 50252

[startup+12.7255 s]
/proc/loadavg: 2.02 1.92 1.82 3/96 26161
/proc/meminfo: memFree=1212632/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=3088 CPUtime=11.9
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 436 0 0 0 1190 0 0 0 25 0 1 0 141382290 3162112 418 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 772 418 53 142 0 628 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 50648

[startup+25.548 s]
/proc/loadavg: 2.09 1.94 1.83 3/96 26161
/proc/meminfo: memFree=1212184/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=3488 CPUtime=24.67
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 523 0 0 0 2467 0 0 0 25 0 1 0 141382290 3571712 505 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 872 505 53 142 0 728 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 51048

[startup+51.2029 s]
/proc/loadavg: 2.06 1.94 1.83 3/96 26161
/proc/meminfo: memFree=1211928/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=3760 CPUtime=50.19
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 587 0 0 0 5019 0 0 0 25 0 1 0 141382290 3850240 569 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529489 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 940 569 53 142 0 796 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 51320

[startup+102.404 s]
/proc/loadavg: 2.02 1.95 1.84 3/96 26161
/proc/meminfo: memFree=1211032/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=4276 CPUtime=101.16
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 719 0 0 0 10115 1 0 0 25 0 1 0 141382290 4378624 701 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1069 701 53 142 0 925 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 51836

[startup+162.434 s]
/proc/loadavg: 2.10 1.98 1.85 3/96 26161
/proc/meminfo: memFree=1210264/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=4516 CPUtime=160.91
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 790 0 0 0 16090 1 0 0 25 0 1 0 141382290 4624384 772 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1129 772 53 142 0 985 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 52076

[startup+222.473 s]
/proc/loadavg: 2.03 1.98 1.86 3/96 26161
/proc/meminfo: memFree=1209304/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=4796 CPUtime=220.67
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 850 0 0 0 22065 2 0 0 25 0 1 0 141382290 4911104 832 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1199 832 53 142 0 1055 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 52356

[startup+282.508 s]
/proc/loadavg: 2.01 1.98 1.87 3/96 26161
/proc/meminfo: memFree=1208856/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=4796 CPUtime=280.41
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 866 0 0 0 28039 2 0 0 25 0 1 0 141382290 4911104 848 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1199 848 53 142 0 1055 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 52356

[startup+342.544 s]
/proc/loadavg: 2.00 1.98 1.87 3/96 26161
/proc/meminfo: memFree=1208600/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=5028 CPUtime=340.17
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 930 0 0 0 34015 2 0 0 25 0 1 0 141382290 5148672 912 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529658 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1257 912 53 142 0 1113 0
Current children cumulated CPU time (s) 340.87
Current children cumulated vsize (KiB) 52588

[startup+402.588 s]
/proc/loadavg: 2.00 1.98 1.88 3/102 26243
/proc/meminfo: memFree=1206568/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=5172 CPUtime=399.86
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 935 0 0 0 39983 3 0 0 25 0 1 0 141382290 5296128 917 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1293 917 53 142 0 1149 0
Current children cumulated CPU time (s) 400.56
Current children cumulated vsize (KiB) 52732

[startup+462.652 s]
/proc/loadavg: 2.00 1.98 1.88 3/102 26329
/proc/meminfo: memFree=1206248/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=5172 CPUtime=459.56
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 940 0 0 0 45953 3 0 0 25 0 1 0 141382290 5296128 922 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527565 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1293 922 53 142 0 1149 0
Current children cumulated CPU time (s) 460.26
Current children cumulated vsize (KiB) 52732

[startup+522.696 s]
/proc/loadavg: 2.00 1.98 1.89 3/96 26359
/proc/meminfo: memFree=1206424/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=5456 CPUtime=519.28
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1004 0 0 0 51925 3 0 0 25 0 1 0 141382290 5586944 986 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1364 986 53 142 0 1220 0
Current children cumulated CPU time (s) 519.98

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

Current children cumulated CPU time (s) 639.51
Current children cumulated vsize (KiB) 53456

[startup+702.818 s]
/proc/loadavg: 2.00 1.98 1.91 3/96 26359
/proc/meminfo: memFree=1204184/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=5896 CPUtime=698.56
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1126 0 0 0 69851 5 0 0 25 0 1 0 141382290 6037504 1108 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134528647 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1474 1108 53 142 0 1330 0
Current children cumulated CPU time (s) 699.26
Current children cumulated vsize (KiB) 53456

[startup+762.857 s]
/proc/loadavg: 2.00 1.98 1.91 3/96 26359
/proc/meminfo: memFree=1203928/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=5896 CPUtime=758.32
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1126 0 0 0 75826 6 0 0 25 0 1 0 141382290 6037504 1108 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1474 1108 53 142 0 1330 0
Current children cumulated CPU time (s) 759.02
Current children cumulated vsize (KiB) 53456

[startup+822.9 s]
/proc/loadavg: 2.04 2.00 1.91 3/96 26359
/proc/meminfo: memFree=1203096/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6160 CPUtime=818.09
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1172 0 0 0 81802 7 0 0 25 0 1 0 141382290 6307840 1154 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1540 1154 53 142 0 1396 0
Current children cumulated CPU time (s) 818.79
Current children cumulated vsize (KiB) 53720

[startup+882.947 s]
/proc/loadavg: 2.01 2.00 1.91 3/96 26359
/proc/meminfo: memFree=1203032/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6160 CPUtime=877.84
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1184 0 0 0 87777 7 0 0 25 0 1 0 141382290 6307840 1166 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529487 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1540 1166 53 142 0 1396 0
Current children cumulated CPU time (s) 878.54
Current children cumulated vsize (KiB) 53720

[startup+942.987 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 26359
/proc/meminfo: memFree=1202968/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6304 CPUtime=937.61
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1198 0 0 0 93753 8 0 0 25 0 1 0 141382290 6455296 1180 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1576 1180 53 142 0 1432 0
Current children cumulated CPU time (s) 938.31
Current children cumulated vsize (KiB) 53864

[startup+1003.03 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 26359
/proc/meminfo: memFree=1202520/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6304 CPUtime=997.36
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1217 0 0 0 99728 8 0 0 25 0 1 0 141382290 6455296 1199 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1576 1199 53 142 0 1432 0
Current children cumulated CPU time (s) 998.06
Current children cumulated vsize (KiB) 53864

[startup+1063.07 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 26359
/proc/meminfo: memFree=1202520/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6304 CPUtime=1057.13
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1220 0 0 0 105704 9 0 0 25 0 1 0 141382290 6455296 1202 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134522150 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1576 1202 53 142 0 1432 0
Current children cumulated CPU time (s) 1057.83
Current children cumulated vsize (KiB) 53864

[startup+1123.11 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 26359
/proc/meminfo: memFree=1202328/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6304 CPUtime=1116.88
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1222 0 0 0 111679 9 0 0 25 0 1 0 141382290 6455296 1204 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529619 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1576 1204 53 142 0 1432 0
Current children cumulated CPU time (s) 1117.58
Current children cumulated vsize (KiB) 53864

[startup+1183.15 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 26359
/proc/meminfo: memFree=1202072/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6304 CPUtime=1176.64
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1224 0 0 0 117654 10 0 0 25 0 1 0 141382290 6455296 1206 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1576 1206 53 142 0 1432 0
Current children cumulated CPU time (s) 1177.34
Current children cumulated vsize (KiB) 53864

[startup+1243.2 s]
/proc/loadavg: 2.03 2.01 1.92 3/96 26361
/proc/meminfo: memFree=1201240/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6304 CPUtime=1236.39
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1224 0 0 0 123629 10 0 0 25 0 1 0 141382290 6455296 1206 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526382 0 0 4096 3 0 0 0 17 1 0 0
/proc/26161/statm: 1576 1206 53 142 0 1432 0
Current children cumulated CPU time (s) 1237.09
Current children cumulated vsize (KiB) 53864

[startup+1303.23 s]
/proc/loadavg: 1.94 1.99 1.91 3/96 26437
/proc/meminfo: memFree=1221528/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6436 CPUtime=1296.18
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1251 0 0 0 129606 12 0 0 25 0 1 0 141382290 6590464 1233 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521109 0 0 4096 3 0 0 0 17 0 0 0
/proc/26161/statm: 1609 1233 53 142 0 1465 0
Current children cumulated CPU time (s) 1296.88
Current children cumulated vsize (KiB) 53996

[startup+1363.27 s]
/proc/loadavg: 1.98 1.99 1.91 3/96 26437
/proc/meminfo: memFree=1221592/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6496 CPUtime=1356.16
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1264 0 0 0 135604 12 0 0 25 0 1 0 141382290 6651904 1246 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/26161/statm: 1624 1246 53 142 0 1480 0
Current children cumulated CPU time (s) 1356.86
Current children cumulated vsize (KiB) 54056

[startup+1423.34 s]
/proc/loadavg: 1.99 1.99 1.91 3/96 26437
/proc/meminfo: memFree=1221592/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6456 CPUtime=1416.16
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1266 0 0 0 141603 13 0 0 25 0 1 0 141382290 6610944 1248 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/26161/statm: 1614 1248 53 142 0 1470 0
Current children cumulated CPU time (s) 1416.86
Current children cumulated vsize (KiB) 54016

[startup+1483.4 s]
/proc/loadavg: 1.99 1.99 1.91 3/96 26437
/proc/meminfo: memFree=1221592/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=47560 CPUtime=0.7
/proc/26139/stat : 26139 (galac.sh) S 26137 26139 26000 0 -1 4194304 800 13656 0 1 0 0 62 8 16 0 1 0 141382215 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26139/statm: 11890 363 245 79 0 218 0
[pid=26161] ppid=26139 vsize=6440 CPUtime=1476.14
/proc/26161/stat : 26161 (minisat) R 26139 26139 26000 0 -1 4194304 1270 0 0 0 147601 13 0 0 25 0 1 0 141382290 6594560 1252 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134540051 0 0 4096 3 0 0 0 17 0 0 0
/proc/26161/statm: 1610 1252 53 142 0 1466 0
Current children cumulated CPU time (s) 1476.84
Current children cumulated vsize (KiB) 54000

Child status: 0
Real time (s): 1520.36
CPU time (s): 1513.78
CPU user time (s): 1513.56
CPU system time (s): 0.225965
CPU usage (%): 99.5675
Max. virtual memory (cumulated for all children) (KiB): 54080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1513.56
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15948
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 728
involuntary context switches= 21133

runsolver used 1.86572 s user time and 4.86426 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 23:54:38 UTC 2007


IDJOB= 198352
IDBENCH= 3550
FILE ID= node5/198352-1168127678

PBS_JOBID= 3477713

Free space on /tmp= 66329 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-12.xml
COMMAND LINE= /tmp/evaluation/198352-1168127678/galac.sh /tmp/evaluation/198352-1168127678/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-198352-1168127678 -o ROOT/results/node5/solver-198352-1168127678 -C 1800 -M 900  /tmp/evaluation/198352-1168127678/galac.sh /tmp/evaluation/198352-1168127678/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  e5056520269618c2f722160091f6a04a

RANDOM SEED= 285565190

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.240
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.240
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:       1215616 kB
Buffers:         60332 kB
Cached:         562344 kB
SwapCached:          0 kB
Active:         261644 kB
Inactive:       490124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1215616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2864 kB
Writeback:           0 kB
Mapped:         157092 kB
Slab:            73020 kB
Committed_AS:  4176420 kB
PageTables:       2432 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= 66329 MiB



End job on node5 on Sun Jan  7 00:19:58 UTC 2007