Trace number 206232

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 1? (TO) 1800.09 1804.24

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-43_ext.xml
MD5SUMb48645c8da06904d02bd36c48da994b9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
5.49	c start processing
5.49	c start relation processing
19.71	c start cnf exporting
82.19	c parsing time : 5.323
82.19	c preprocessing time : 82.024
82.19	
82.19	c Nary constraints - conflicts : 0 supports : 93
82.19	c Binary constraints - conflicts : 0 supports :0
82.19	c max arity constraint : 3
82.19	c Max Tuples generated 0
82.19	c relations : 93
82.19	c relations BDD: 93
82.19	c vars : 598176 - clauses :  1874392
82.19	
82.28	 
82.28	c --- Minisat Stats ---
82.28	 

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-206232-1168170304 -o ROOT/results/node23/solver-206232-1168170304 -C 1800 -M 900 /tmp/evaluation/206232-1168170304/galac.sh /tmp/evaluation/206232-1168170304/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.04 2.01 1.88 5/86 18898
/proc/meminfo: memFree=1638544/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=8560 CPUtime=0
/proc/18897/stat : 18897 (galac.sh) R 18895 18897 18161 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165424803 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487848847 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18897/statm: 2140 253 197 79 0 133 0

[startup+0.105818 s]
/proc/loadavg: 2.04 2.01 1.88 5/86 18898
/proc/meminfo: memFree=1638544/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=0.01
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 763 1704 0 0 0 0 0 1 25 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.514896 s]
/proc/loadavg: 2.04 2.01 1.88 5/86 18898
/proc/meminfo: memFree=1638544/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=0.01
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 763 1704 0 0 0 0 0 1 25 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.33606 s]
/proc/loadavg: 2.12 2.03 1.89 3/94 18918
/proc/meminfo: memFree=1561544/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=0.01
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 763 1704 0 0 0 0 0 1 25 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18911] ppid=18897 vsize=860856 CPUtime=1.27
/proc/18911/stat : 18911 (java) R 18897 18897 18161 0 -1 0 21243 0 1 0 115 12 0 0 22 0 8 0 165424807 881516544 20995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 215214 20995 1968 14 0 201471 0
[pid=18911/tid=18912] ppid=18897 vsize=860856 CPUtime=0.06
/proc/18911/task/18912/stat : 18912 (java) R 18897 18897 18161 0 -1 64 5487 0 0 0 4 2 0 0 16 0 8 0 165424811 881516544 20995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153822951 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18913/stat : 18913 (java) S 18897 18897 18161 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165424811 881516544 20995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18897 18897 18161 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165424811 881516544 20995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165424815 881516544 20995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18897 vsize=860856 CPUtime=0.12
/proc/18911/task/18916/stat : 18916 (java) S 18897 18897 18161 0 -1 64 891 0 0 0 12 0 0 0 16 0 8 0 165424815 881516544 20995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18917/stat : 18917 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 165424815 881516544 20995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18897 18897 18161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165424815 881516544 20995 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) 908428

[startup+2.98038 s]
/proc/loadavg: 2.12 2.03 1.89 3/94 18918
/proc/meminfo: memFree=1549896/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=0.01
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 763 1704 0 0 0 0 0 1 25 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18911] ppid=18897 vsize=860856 CPUtime=2.91
/proc/18911/stat : 18911 (java) R 18897 18897 18161 0 -1 0 25355 0 1 0 276 15 0 0 25 0 8 0 165424807 881516544 25102 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073658742 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 215214 25102 1968 14 0 201471 0
[pid=18911/tid=18912] ppid=18897 vsize=860856 CPUtime=0.19
/proc/18911/task/18912/stat : 18912 (java) S 18897 18897 18161 0 -1 64 9585 0 0 0 16 3 0 0 16 0 8 0 165424811 881516544 25102 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18913/stat : 18913 (java) S 18897 18897 18161 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165424811 881516544 25102 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18897 18897 18161 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165424811 881516544 25102 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165424815 881516544 25102 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18897 vsize=860856 CPUtime=0.14
/proc/18911/task/18916/stat : 18916 (java) S 18897 18897 18161 0 -1 64 900 0 0 0 14 0 0 0 16 0 8 0 165424815 881516544 25102 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18917/stat : 18917 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 165424815 881516544 25102 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18897 18897 18161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165424815 881516544 25102 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) 908428

[startup+6.28201 s]
/proc/loadavg: 2.12 2.03 1.89 3/94 18918
/proc/meminfo: memFree=1520912/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=0.01
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 763 1704 0 0 0 0 0 1 25 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18911] ppid=18897 vsize=860856 CPUtime=6.18
/proc/18911/stat : 18911 (java) R 18897 18897 18161 0 -1 0 31396 0 1 0 599 19 0 0 25 0 8 0 165424807 881516544 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073934009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 215214 31134 1976 14 0 201471 0
[pid=18911/tid=18912] ppid=18897 vsize=860856 CPUtime=0.42
/proc/18911/task/18912/stat : 18912 (java) S 18897 18897 18161 0 -1 64 15553 0 0 0 36 6 0 0 16 0 8 0 165424811 881516544 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18913/stat : 18913 (java) S 18897 18897 18161 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165424811 881516544 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18897 18897 18161 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165424811 881516544 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165424815 881516544 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18897 vsize=860856 CPUtime=0.23
/proc/18911/task/18916/stat : 18916 (java) S 18897 18897 18161 0 -1 64 945 0 0 0 22 1 0 0 15 0 8 0 165424815 881516544 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18917/stat : 18917 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 165424815 881516544 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18897 18897 18161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165424815 881516544 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908428

[startup+12.7693 s]
/proc/loadavg: 2.10 2.03 1.89 3/94 18918
/proc/meminfo: memFree=1427672/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=0.01
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 763 1704 0 0 0 0 0 1 25 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18911] ppid=18897 vsize=860856 CPUtime=12.6
/proc/18911/stat : 18911 (java) R 18897 18897 18161 0 -1 0 54660 0 1 0 1233 27 0 0 25 0 8 0 165424807 881516544 54394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073925103 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 215214 54394 1976 14 0 201471 0
[pid=18911/tid=18912] ppid=18897 vsize=860856 CPUtime=1.47
/proc/18911/task/18912/stat : 18912 (java) S 18897 18897 18161 0 -1 64 38813 0 0 0 133 14 0 0 16 0 8 0 165424811 881516544 54394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18913/stat : 18913 (java) S 18897 18897 18161 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165424811 881516544 54394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18897 18897 18161 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165424811 881516544 54394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165424815 881516544 54394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18897 vsize=860856 CPUtime=0.23
/proc/18911/task/18916/stat : 18916 (java) S 18897 18897 18161 0 -1 64 945 0 0 0 22 1 0 0 15 0 8 0 165424815 881516544 54394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18917/stat : 18917 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 165424815 881516544 54394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18897 18897 18161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165424815 881516544 54394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908428

[startup+25.6588 s]
/proc/loadavg: 2.08 2.03 1.89 3/94 18918
/proc/meminfo: memFree=1293080/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=0.01
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 763 1704 0 0 0 0 0 1 25 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18911] ppid=18897 vsize=860856 CPUtime=25.37
/proc/18911/stat : 18911 (java) R 18897 18897 18161 0 -1 0 87658 0 1 0 2496 41 0 0 25 0 8 0 165424807 881516544 87380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073514688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 215214 87380 1995 14 0 201471 0
[pid=18911/tid=18912] ppid=18897 vsize=860856 CPUtime=2.92
/proc/18911/task/18912/stat : 18912 (java) S 18897 18897 18161 0 -1 64 71726 0 0 0 265 27 0 0 16 0 8 0 165424811 881516544 87380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18913/stat : 18913 (java) S 18897 18897 18161 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165424811 881516544 87380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18897 18897 18161 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165424811 881516544 87380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165424815 881516544 87380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18897 vsize=860856 CPUtime=0.3
/proc/18911/task/18916/stat : 18916 (java) S 18897 18897 18161 0 -1 64 981 0 0 0 29 1 0 0 15 0 8 0 165424815 881516544 87380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18917/stat : 18917 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 165424815 881516544 87380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18897 18897 18161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165424815 881516544 87380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908428

[startup+51.3127 s]
/proc/loadavg: 2.05 2.02 1.89 3/94 18918
/proc/meminfo: memFree=1278808/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=0.01
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 763 1704 0 0 0 0 0 1 25 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18911] ppid=18897 vsize=860856 CPUtime=50.77
/proc/18911/stat : 18911 (java) R 18897 18897 18161 0 -1 0 87702 0 1 0 5027 50 0 0 25 0 8 0 165424807 881516544 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155239745 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 215214 87381 1996 14 0 201471 0
[pid=18911/tid=18912] ppid=18897 vsize=860856 CPUtime=3
/proc/18911/task/18912/stat : 18912 (java) S 18897 18897 18161 0 -1 64 71727 0 0 0 273 27 0 0 16 0 8 0 165424811 881516544 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18913/stat : 18913 (java) S 18897 18897 18161 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165424811 881516544 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18897 18897 18161 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165424811 881516544 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165424815 881516544 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18897 vsize=860856 CPUtime=0.3
/proc/18911/task/18916/stat : 18916 (java) S 18897 18897 18161 0 -1 64 981 0 0 0 29 1 0 0 15 0 8 0 165424815 881516544 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18917/stat : 18917 (java) S 18897 18897 18161 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 165424815 881516544 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18897 vsize=860856 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18897 18897 18161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165424815 881516544 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 908428

[startup+102.564 s]
/proc/loadavg: 2.02 2.02 1.90 4/87 18919
/proc/meminfo: memFree=1491600/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=122020 CPUtime=20.08
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 28109 0 0 0 1993 15 0 0 25 0 1 0 165433032 124948480 28091 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18919/statm: 30505 28091 54 142 0 30361 0
Current children cumulated CPU time (s) 101.49

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

/proc/loadavg: 1.00 1.08 1.38 2/79 19132
/proc/meminfo: memFree=1566880/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=180688 CPUtime=1038.83
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 42655 0 0 0 103832 51 0 0 25 0 1 0 165433032 185024512 42637 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 45172 42637 54 142 0 45028 0
Current children cumulated CPU time (s) 1120.24
Current children cumulated vsize (KiB) 228260

[startup+1183.96 s]
/proc/loadavg: 1.00 1.06 1.35 2/79 19132
/proc/meminfo: memFree=1564192/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=183328 CPUtime=1098.88
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 43318 0 0 0 109836 52 0 0 25 0 1 0 165433032 187727872 43300 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 45832 43300 54 142 0 45688 0
Current children cumulated CPU time (s) 1180.29
Current children cumulated vsize (KiB) 230900

[startup+1244.05 s]
/proc/loadavg: 1.00 1.05 1.33 2/79 19132
/proc/meminfo: memFree=1560992/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=186496 CPUtime=1158.92
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 44105 0 0 0 115839 53 0 0 25 0 1 0 165433032 190971904 44087 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 46624 44087 54 142 0 46480 0
Current children cumulated CPU time (s) 1240.33
Current children cumulated vsize (KiB) 234068

[startup+1304.14 s]
/proc/loadavg: 1.00 1.04 1.31 2/79 19132
/proc/meminfo: memFree=1557984/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=189400 CPUtime=1218.97
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 44841 0 0 0 121842 55 0 0 25 0 1 0 165433032 193945600 44823 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529313 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 47350 44823 54 142 0 47206 0
Current children cumulated CPU time (s) 1300.38
Current children cumulated vsize (KiB) 236972

[startup+1364.24 s]
/proc/loadavg: 1.00 1.03 1.28 2/79 19132
/proc/meminfo: memFree=1554720/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=192720 CPUtime=1279.02
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 45652 0 0 0 127846 56 0 0 25 0 1 0 165433032 197345280 45634 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 48180 45634 54 142 0 48036 0
Current children cumulated CPU time (s) 1360.43
Current children cumulated vsize (KiB) 240292

[startup+1424.34 s]
/proc/loadavg: 1.00 1.02 1.26 2/79 19132
/proc/meminfo: memFree=1550624/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=196564 CPUtime=1339.07
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 46641 0 0 0 133851 56 0 0 25 0 1 0 165433032 201281536 46623 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 49141 46623 54 142 0 48997 0
Current children cumulated CPU time (s) 1420.48
Current children cumulated vsize (KiB) 244136

[startup+1484.43 s]
/proc/loadavg: 1.00 1.02 1.24 2/79 19132
/proc/meminfo: memFree=1543264/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=204248 CPUtime=1399.11
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 48496 0 0 0 139852 59 0 0 25 0 1 0 165433032 209149952 48478 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529336 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 51062 48478 54 142 0 50918 0
Current children cumulated CPU time (s) 1480.52
Current children cumulated vsize (KiB) 251820

[startup+1544.51 s]
/proc/loadavg: 1.00 1.01 1.23 2/79 19132
/proc/meminfo: memFree=1530976/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=216552 CPUtime=1459.15
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 51553 0 0 0 145855 60 0 0 25 0 1 0 165433032 221749248 51535 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 54138 51535 54 142 0 53994 0
Current children cumulated CPU time (s) 1540.56
Current children cumulated vsize (KiB) 264124

[startup+1604.59 s]
/proc/loadavg: 1.00 1.00 1.21 2/79 19132
/proc/meminfo: memFree=1524128/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=223200 CPUtime=1519.19
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 53222 0 0 0 151857 62 0 0 25 0 1 0 165433032 228556800 53204 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134521349 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 55800 53204 54 142 0 55656 0
Current children cumulated CPU time (s) 1600.6
Current children cumulated vsize (KiB) 270772

[startup+1664.68 s]
/proc/loadavg: 1.00 1.00 1.19 2/79 19132
/proc/meminfo: memFree=1516896/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=230240 CPUtime=1579.22
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 54988 0 0 0 157859 63 0 0 25 0 1 0 165433032 235765760 54970 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 57560 54970 54 142 0 57416 0
Current children cumulated CPU time (s) 1660.63
Current children cumulated vsize (KiB) 277812

[startup+1724.76 s]
/proc/loadavg: 1.00 1.00 1.18 2/79 19132
/proc/meminfo: memFree=1513504/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=233540 CPUtime=1639.26
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 55818 0 0 0 163862 64 0 0 25 0 1 0 165433032 239144960 55800 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 58385 55800 54 142 0 58241 0
Current children cumulated CPU time (s) 1720.67
Current children cumulated vsize (KiB) 281112

[startup+1784.85 s]
/proc/loadavg: 1.00 1.00 1.16 2/79 19132
/proc/meminfo: memFree=1510752/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=236192 CPUtime=1699.31
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 56488 0 0 0 169866 65 0 0 25 0 1 0 165433032 241860608 56470 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529245 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 59048 56470 54 142 0 58904 0
Current children cumulated CPU time (s) 1780.72
Current children cumulated vsize (KiB) 283764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.23 s]
/proc/loadavg: 1.00 1.00 1.16 2/79 19132
/proc/meminfo: memFree=1510048/2055920 swapFree=4191880/4192956
[pid=18897] ppid=18895 vsize=47572 CPUtime=81.41
/proc/18897/stat : 18897 (galac.sh) S 18895 18897 18161 0 -1 4194304 801 89466 0 1 0 0 8073 68 17 0 1 0 165424803 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18897/statm: 11893 364 246 79 0 218 0
[pid=18919] ppid=18897 vsize=236728 CPUtime=1718.68
/proc/18919/stat : 18919 (minisat) R 18897 18897 18161 0 -1 4194304 56642 0 0 0 171803 65 0 0 25 0 1 0 165433032 242409472 56624 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/18919/statm: 59182 56624 54 142 0 59038 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 284300

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18897 and gives childrusage.ru_utime.tv_sec=80 childrusage.ru_utime.tv_usec=735726 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=694894
CPU time returned by wait4() is 81.4306
while last known CPU time is 1800.09

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1804.24
CPU time (s): 1800.09
CPU user time (s): 1798.76
CPU system time (s): 1.33
CPU usage (%): 99.7698
Max. virtual memory (cumulated for all children) (KiB): 908428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.7357
system time used= 0.694894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90267
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= 3547
involuntary context switches= 5899

runsolver used 1.91371 s user time and 4.83626 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Jan  7 11:45:04 UTC 2007


IDJOB= 206232
IDBENCH= 4192
FILE ID= node23/206232-1168170304

PBS_JOBID= 3479009

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-43_ext.xml
COMMAND LINE= /tmp/evaluation/206232-1168170304/galac.sh /tmp/evaluation/206232-1168170304/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-206232-1168170304 -o ROOT/results/node23/solver-206232-1168170304 -C 1800 -M 900  /tmp/evaluation/206232-1168170304/galac.sh /tmp/evaluation/206232-1168170304/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  b48645c8da06904d02bd36c48da994b9

RANDOM SEED= 407521797

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.265
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.265
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:       1638960 kB
Buffers:         11256 kB
Cached:         182008 kB
SwapCached:        264 kB
Active:         291480 kB
Inactive:        78932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638960 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            8676 kB
Writeback:           0 kB
Mapped:         198288 kB
Slab:            30996 kB
Committed_AS:  3576196 kB
PageTables:       2644 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= 66514 MiB



End job on node23 on Sun Jan  7 12:15:09 UTC 2007