Trace number 209959

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 706.322 710.712

General information on the benchmark

NameschurrLemma/
lemma-100-9-mod.xml
MD5SUM0eccfd6635dce0f6180185bd782d874f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.62914
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables100
Number of constraints2450
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2450
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
2.03	c start processing
2.03	c start relation processing
2.04	c start cnf exporting
21.83	c parsing time : 1.869
21.83	c preprocessing time : 21.666
21.83	
21.83	c Nary constraints - conflicts : 2450 supports : 0
21.83	c Binary constraints - conflicts : 0 supports :0
21.83	c max arity constraint : 3
21.83	c Max Tuples generated 729
21.83	c relations : 1
21.83	c relations BDD: 0
21.83	c vars : 901 - clauses :  554950
21.83	
21.89	 
21.89	c --- Minisat Stats ---
21.89	 
710.69	c restarts              : 19
710.69	c conflicts             : 335017         (489 /sec)
710.69	c decisions             : 368148         (1.94 % random) (538 /sec)
710.69	c propagations          : 8080853        (11807 /sec)
710.69	c conflict literals     : 9812574        (27.94 % deleted)
710.69	c Memory used           : 81.16 MB
710.69	c CPU time              : 684.411 s
710.69	
710.69	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-209959-1168195249 -o ROOT/results/node5/solver-209959-1168195249 -C 1800 -M 900 /tmp/evaluation/209959-1168195249/galac.sh /tmp/evaluation/209959-1168195249/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.00 2.01 2.04 5/94 16183
/proc/meminfo: memFree=869872/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=8560 CPUtime=0
/proc/16182/stat : 16182 (galac.sh) R 16180 16182 15696 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 148139316 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913666959 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16182/statm: 2140 253 197 79 0 133 0

[startup+0.109211 s]
/proc/loadavg: 2.00 2.01 2.04 5/94 16183
/proc/meminfo: memFree=869872/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=0.01
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.517261 s]
/proc/loadavg: 2.00 2.01 2.04 5/94 16183
/proc/meminfo: memFree=869872/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=0.01
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34035 s]
/proc/loadavg: 2.08 2.03 2.04 5/102 16203
/proc/meminfo: memFree=830576/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=0.01
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16196] ppid=16182 vsize=861196 CPUtime=1.27
/proc/16196/stat : 16196 (java) R 16182 16182 15696 0 -1 0 12944 0 1 0 120 7 0 0 17 0 8 0 148139320 881864704 12698 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153473434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16196/statm: 215299 12698 1989 14 0 201504 0
[pid=16196/tid=16197] ppid=16182 vsize=861196 CPUtime=0.03
/proc/16196/task/16197/stat : 16197 (java) S 16182 16182 15696 0 -1 64 3352 0 0 0 3 0 0 0 16 0 8 0 148139324 881864704 12698 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16198] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16198/stat : 16198 (java) S 16182 16182 15696 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 148139324 881864704 12698 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16199] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16199/stat : 16199 (java) S 16182 16182 15696 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 148139324 881864704 12698 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16200] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16200/stat : 16200 (java) S 16182 16182 15696 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 148139328 881864704 12698 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16201] ppid=16182 vsize=861196 CPUtime=0.3
/proc/16196/task/16201/stat : 16201 (java) R 16182 16182 15696 0 -1 64 1057 0 0 0 30 0 0 0 21 0 8 0 148139328 881864704 12698 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16202] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16202/stat : 16202 (java) S 16182 16182 15696 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 148139328 881864704 12698 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16203] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16203/stat : 16203 (java) S 16182 16182 15696 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 148139328 881864704 12698 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908756

[startup+2.99354 s]
/proc/loadavg: 2.08 2.03 2.04 3/102 16203
/proc/meminfo: memFree=799856/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=0.01
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16196] ppid=16182 vsize=861196 CPUtime=2.91
/proc/16196/stat : 16196 (java) R 16182 16182 15696 0 -1 0 19589 0 1 0 280 11 0 0 25 0 8 0 148139320 881864704 19340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074401177 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16196/statm: 215299 19340 2011 14 0 201504 0
[pid=16196/tid=16197] ppid=16182 vsize=861196 CPUtime=0.03
/proc/16196/task/16197/stat : 16197 (java) S 16182 16182 15696 0 -1 64 3515 0 0 0 3 0 0 0 16 0 8 0 148139324 881864704 19340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16198] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16198/stat : 16198 (java) S 16182 16182 15696 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 148139324 881864704 19340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16199] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16199/stat : 16199 (java) S 16182 16182 15696 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 148139324 881864704 19340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16200] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16200/stat : 16200 (java) S 16182 16182 15696 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 148139328 881864704 19340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16201] ppid=16182 vsize=861196 CPUtime=0.39
/proc/16196/task/16201/stat : 16201 (java) S 16182 16182 15696 0 -1 64 1123 0 0 0 38 1 0 0 16 0 8 0 148139328 881864704 19340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16202] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16202/stat : 16202 (java) S 16182 16182 15696 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 148139328 881864704 19340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16203] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16203/stat : 16203 (java) S 16182 16182 15696 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 148139328 881864704 19340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908756

[startup+6.1999 s]
/proc/loadavg: 2.08 2.03 2.04 3/102 16203
/proc/meminfo: memFree=797872/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=0.01
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16196] ppid=16182 vsize=861196 CPUtime=6.08
/proc/16196/stat : 16196 (java) R 16182 16182 15696 0 -1 0 19599 0 1 0 596 12 0 0 25 0 8 0 148139320 881864704 19345 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074356748 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16196/statm: 215299 19345 2011 14 0 201504 0
[pid=16196/tid=16197] ppid=16182 vsize=861196 CPUtime=0.05
/proc/16196/task/16197/stat : 16197 (java) S 16182 16182 15696 0 -1 64 3520 0 0 0 4 1 0 0 16 0 8 0 148139324 881864704 19345 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16198] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16198/stat : 16198 (java) S 16182 16182 15696 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 148139324 881864704 19345 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16199] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16199/stat : 16199 (java) S 16182 16182 15696 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 148139324 881864704 19345 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16200] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16200/stat : 16200 (java) S 16182 16182 15696 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 148139328 881864704 19345 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16201] ppid=16182 vsize=861196 CPUtime=0.39
/proc/16196/task/16201/stat : 16201 (java) S 16182 16182 15696 0 -1 64 1123 0 0 0 38 1 0 0 16 0 8 0 148139328 881864704 19345 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16202] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16202/stat : 16202 (java) S 16182 16182 15696 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 148139328 881864704 19345 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16203] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16203/stat : 16203 (java) S 16182 16182 15696 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 148139328 881864704 19345 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 908756

[startup+12.6866 s]
/proc/loadavg: 2.07 2.03 2.04 3/102 16203
/proc/meminfo: memFree=794480/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=0.01
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16196] ppid=16182 vsize=861196 CPUtime=12.51
/proc/16196/stat : 16196 (java) R 16182 16182 15696 0 -1 0 19692 0 1 0 1237 14 0 0 25 0 8 0 148139320 881864704 19427 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074429316 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16196/statm: 215299 19427 2011 14 0 201504 0
[pid=16196/tid=16197] ppid=16182 vsize=861196 CPUtime=0.07
/proc/16196/task/16197/stat : 16197 (java) S 16182 16182 15696 0 -1 64 3602 0 0 0 6 1 0 0 16 0 8 0 148139324 881864704 19427 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16198] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16198/stat : 16198 (java) S 16182 16182 15696 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 148139324 881864704 19427 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16199] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16199/stat : 16199 (java) S 16182 16182 15696 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 148139324 881864704 19427 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16200] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16200/stat : 16200 (java) S 16182 16182 15696 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 148139328 881864704 19427 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16201] ppid=16182 vsize=861196 CPUtime=0.39
/proc/16196/task/16201/stat : 16201 (java) S 16182 16182 15696 0 -1 64 1123 0 0 0 38 1 0 0 16 0 8 0 148139328 881864704 19427 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16202] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16202/stat : 16202 (java) S 16182 16182 15696 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 148139328 881864704 19427 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16196/tid=16203] ppid=16182 vsize=861196 CPUtime=0
/proc/16196/task/16203/stat : 16203 (java) S 16182 16182 15696 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 148139328 881864704 19427 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 908756

[startup+25.5571 s]
/proc/loadavg: 2.06 2.03 2.04 3/95 16204
/proc/meminfo: memFree=833448/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=28100 CPUtime=3.61
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 6767 0 0 0 358 3 0 0 25 0 1 0 148141506 28774400 6749 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 7025 6749 53 142 0 6881 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 75660

[startup+51.243 s]
/proc/loadavg: 2.20 2.06 2.05 3/95 16204
/proc/meminfo: memFree=825832/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=35748 CPUtime=29.07
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 8646 0 0 0 2902 5 0 0 25 0 1 0 148141506 36605952 8628 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 8937 8628 53 142 0 8793 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 83308

[startup+102.448 s]
/proc/loadavg: 2.08 2.05 2.04 3/95 16204
/proc/meminfo: memFree=818408/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=43844 CPUtime=79.8
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 10502 0 0 0 7972 8 0 0 25 0 1 0 148141506 44896256 10484 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 10961 10484 53 142 0 10817 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 91404

[startup+162.486 s]
/proc/loadavg: 2.03 2.03 2.04 3/95 16204
/proc/meminfo: memFree=812264/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=50176 CPUtime=139.3
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 12085 0 0 0 13920 10 0 0 25 0 1 0 148141506 51380224 12059 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 12544 12059 53 142 0 12400 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 97736

[startup+222.569 s]
/proc/loadavg: 2.01 2.03 2.03 3/95 16204
/proc/meminfo: memFree=805800/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=57340 CPUtime=198.83
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 13672 0 0 0 19871 12 0 0 25 0 1 0 148141506 58716160 13638 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 14335 13638 53 142 0 14191 0
Current children cumulated CPU time (s) 220.44
Current children cumulated vsize (KiB) 104900

[startup+282.663 s]
/proc/loadavg: 2.00 2.02 2.03 3/95 16204
/proc/meminfo: memFree=801000/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=62108 CPUtime=258.38
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 14861 0 0 0 25824 14 0 0 25 0 1 0 148141506 63598592 14827 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 15527 14827 53 142 0 15383 0
Current children cumulated CPU time (s) 279.99
Current children cumulated vsize (KiB) 109668

[startup+342.754 s]
/proc/loadavg: 2.00 2.01 2.02 3/95 16204
/proc/meminfo: memFree=796648/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=66836 CPUtime=317.92
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 15927 0 0 0 31776 16 0 0 25 0 1 0 148141506 68440064 15885 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 16709 15885 53 142 0 16565 0
Current children cumulated CPU time (s) 339.53
Current children cumulated vsize (KiB) 114396

[startup+402.761 s]
/proc/loadavg: 2.00 2.01 2.02 3/95 16204
/proc/meminfo: memFree=794152/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=69308 CPUtime=377.38
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 16545 0 0 0 37721 17 0 0 25 0 1 0 148141506 70971392 16503 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 17327 16503 53 142 0 17183 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 116868

[startup+462.828 s]
/proc/loadavg: 2.00 2.00 2.01 3/95 16204
/proc/meminfo: memFree=791528/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=71920 CPUtime=436.9
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 17188 0 0 0 43672 18 0 0 25 0 1 0 148141506 73646080 17146 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 17980 17146 53 142 0 17836 0
Current children cumulated CPU time (s) 458.51
Current children cumulated vsize (KiB) 119480

[startup+522.846 s]
/proc/loadavg: 1.37 1.82 1.94 2/79 16525
/proc/meminfo: memFree=1446896/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=75264 CPUtime=496.87
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 18068 0 0 0 49664 23 0 0 25 0 1 0 148141506 77070336 18018 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/16204/statm: 18816 18018 53 142 0 18672 0
Current children cumulated CPU time (s) 518.48
Current children cumulated vsize (KiB) 122824

[startup+582.931 s]
/proc/loadavg: 1.19 1.68 1.89 2/79 16525
/proc/meminfo: memFree=1444528/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=77536 CPUtime=556.94
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 18681 0 0 0 55670 24 0 0 25 0 1 0 148141506 79396864 18631 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/16204/statm: 19384 18631 53 142 0 19240 0
Current children cumulated CPU time (s) 578.55
Current children cumulated vsize (KiB) 125096

[startup+643.019 s]
/proc/loadavg: 1.07 1.56 1.83 2/79 16525
/proc/meminfo: memFree=1440880/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=81912 CPUtime=617.01
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 19587 0 0 0 61676 25 0 0 25 0 1 0 148141506 83877888 19537 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/16204/statm: 20478 19537 53 142 0 20334 0
Current children cumulated CPU time (s) 638.62
Current children cumulated vsize (KiB) 129472

[startup+703.111 s]
/proc/loadavg: 1.02 1.45 1.77 2/79 16525
/proc/meminfo: memFree=1439536/2055920 swapFree=4192812/4192956
[pid=16182] ppid=16180 vsize=47560 CPUtime=21.61
/proc/16182/stat : 16182 (galac.sh) S 16180 16182 15696 0 -1 4194304 800 21420 0 1 0 0 2141 20 17 0 1 0 148139316 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16182/statm: 11890 363 245 79 0 218 0
[pid=16204] ppid=16182 vsize=83100 CPUtime=677.08
/proc/16204/stat : 16204 (minisat) R 16182 16182 15696 0 -1 4194304 19922 0 0 0 67683 25 0 0 25 0 1 0 148141506 85094400 19872 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134522150 0 0 4096 3 0 0 0 17 0 0 0
/proc/16204/statm: 20775 19872 53 142 0 20631 0
Current children cumulated CPU time (s) 698.69
Current children cumulated vsize (KiB) 130660

Child status: 0
Real time (s): 710.712
CPU time (s): 706.322
CPU user time (s): 705.828
CPU system time (s): 0.493924
CPU usage (%): 99.3823
Max. virtual memory (cumulated for all children) (KiB): 908756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 705.828
system time used= 0.493924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42363
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= 1885
involuntary context switches= 29055

runsolver used 0.72189 s user time and 2.21566 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Jan  7 18:40:49 UTC 2007


IDJOB= 209959
IDBENCH= 4583
FILE ID= node5/209959-1168195249

PBS_JOBID= 3479416

Free space on /tmp= 66347 MiB

BENCH NAME= HOME/pub/bench/CPAI06/schurrLemma/lemma-100-9-mod.xml
COMMAND LINE= /tmp/evaluation/209959-1168195249/galac.sh /tmp/evaluation/209959-1168195249/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-209959-1168195249 -o ROOT/results/node5/solver-209959-1168195249 -C 1800 -M 900  /tmp/evaluation/209959-1168195249/galac.sh /tmp/evaluation/209959-1168195249/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  0eccfd6635dce0f6180185bd782d874f

RANDOM SEED= 280665796

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:        870288 kB
Buffers:         52368 kB
Cached:         373244 kB
SwapCached:          0 kB
Active:         785164 kB
Inactive:       336808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        870288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3268 kB
Writeback:           0 kB
Mapped:         723212 kB
Slab:            47176 kB
Committed_AS:  4535492 kB
PageTables:       3504 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= 66350 MiB



End job on node5 on Sun Jan  7 18:52:43 UTC 2007