Trace number 206479

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.04 1801.5

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-2_ext.xml
MD5SUM860928ff7cfcb295e33958fc1dc04e8a
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.04	c --- Preproc Stats ---
5.19	c start processing
5.19	c start relation processing
18.71	c start cnf exporting
77.29	c parsing time : 5.035
77.29	c preprocessing time : 77.136
77.29	
77.29	c Nary constraints - conflicts : 0 supports : 93
77.29	c Binary constraints - conflicts : 0 supports :0
77.29	c max arity constraint : 3
77.29	c Max Tuples generated 0
77.29	c relations : 93
77.29	c relations BDD: 93
77.29	c vars : 598375 - clauses :  1875000
77.29	
77.35	 
77.35	c --- Minisat Stats ---
77.35	 

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/node30/watcher-206479-1168173847 -o ROOT/results/node30/solver-206479-1168173847 -C 1800 -M 900 /tmp/evaluation/206479-1168173847/galac.sh /tmp/evaluation/206479-1168173847/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: 0.92 0.98 1.04 6/84 32469
/proc/meminfo: memFree=1711792/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=8564 CPUtime=0
/proc/32467/stat : 32467 (galac.sh) R 32463 32467 32352 0 -1 4194304 317 0 0 0 0 0 0 0 20 0 1 0 165778630 8769536 261 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907751378 0 2 4096 8192 0 0 0 17 0 0 0
/proc/32467/statm: 2141 261 201 79 0 134 0

[startup+0.106615 s]
/proc/loadavg: 0.92 0.98 1.04 6/84 32469
/proc/meminfo: memFree=1711792/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=0.01
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 763 1704 0 0 0 0 0 1 20 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.517639 s]
/proc/loadavg: 0.92 0.98 1.04 6/84 32469
/proc/meminfo: memFree=1711792/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=0.01
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 763 1704 0 0 0 0 0 1 20 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.3467 s]
/proc/loadavg: 0.92 0.98 1.04 3/102 32506
/proc/meminfo: memFree=1599512/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=0.01
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 763 1704 0 0 0 0 0 1 20 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32492] ppid=32467 vsize=861064 CPUtime=1.28
/proc/32492/stat : 32492 (java) R 32467 32467 32352 0 -1 0 21915 0 1 0 117 11 0 0 25 0 8 0 165778634 881729536 21667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073760700 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32492/statm: 215266 21667 1968 14 0 201471 0
[pid=32492/tid=32496] ppid=32467 vsize=861064 CPUtime=0.07
/proc/32492/task/32496/stat : 32496 (java) S 32467 32467 32352 0 -1 64 6160 0 0 0 5 2 0 0 16 0 8 0 165778637 881729536 21667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32497] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32467 32467 32352 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165778637 881729536 21667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32498] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32498/stat : 32498 (java) S 32467 32467 32352 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165778637 881729536 21667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32503] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32503/stat : 32503 (java) S 32467 32467 32352 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 165778641 881729536 21667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32504] ppid=32467 vsize=861064 CPUtime=0.12
/proc/32492/task/32504/stat : 32504 (java) S 32467 32467 32352 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 165778641 881729536 21667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32505] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32505/stat : 32505 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 165778641 881729536 21667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32506] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32506/stat : 32506 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165778641 881729536 21667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908624

[startup+2.9898 s]
/proc/loadavg: 0.92 0.98 1.04 3/102 32506
/proc/meminfo: memFree=1575896/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=0.01
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 763 1704 0 0 0 0 0 1 20 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32492] ppid=32467 vsize=861064 CPUtime=2.91
/proc/32492/stat : 32492 (java) R 32467 32467 32352 0 -1 0 25690 0 1 0 278 13 0 0 25 0 8 0 165778634 881729536 25436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073656667 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32492/statm: 215266 25436 1968 14 0 201471 0
[pid=32492/tid=32496] ppid=32467 vsize=861064 CPUtime=0.21
/proc/32492/task/32496/stat : 32496 (java) S 32467 32467 32352 0 -1 64 9917 0 0 0 17 4 0 0 16 0 8 0 165778637 881729536 25436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32497] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32467 32467 32352 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165778637 881729536 25436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32498] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32498/stat : 32498 (java) S 32467 32467 32352 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165778637 881729536 25436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32503] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32503/stat : 32503 (java) S 32467 32467 32352 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 165778641 881729536 25436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32504] ppid=32467 vsize=861064 CPUtime=0.15
/proc/32492/task/32504/stat : 32504 (java) S 32467 32467 32352 0 -1 64 904 0 0 0 15 0 0 0 16 0 8 0 165778641 881729536 25436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32505] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32505/stat : 32505 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 165778641 881729536 25436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32506] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32506/stat : 32506 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165778641 881729536 25436 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) 908624

[startup+6.27401 s]
/proc/loadavg: 1.09 1.02 1.05 3/102 32506
/proc/meminfo: memFree=1533848/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=0.01
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 763 1704 0 0 0 0 0 1 20 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32492] ppid=32467 vsize=861064 CPUtime=6.17
/proc/32492/stat : 32492 (java) R 32467 32467 32352 0 -1 0 34905 0 1 0 599 18 0 0 25 0 8 0 165778634 881729536 34641 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073980090 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32492/statm: 215266 34641 1976 14 0 201471 0
[pid=32492/tid=32496] ppid=32467 vsize=861064 CPUtime=0.56
/proc/32492/task/32496/stat : 32496 (java) S 32467 32467 32352 0 -1 64 19052 0 0 0 48 8 0 0 17 0 8 0 165778637 881729536 34641 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32497] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32467 32467 32352 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165778637 881729536 34641 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32498] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32498/stat : 32498 (java) S 32467 32467 32352 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165778637 881729536 34641 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32503] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32503/stat : 32503 (java) S 32467 32467 32352 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 165778641 881729536 34641 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32504] ppid=32467 vsize=861064 CPUtime=0.21
/proc/32492/task/32504/stat : 32504 (java) S 32467 32467 32352 0 -1 64 947 0 0 0 21 0 0 0 15 0 8 0 165778641 881729536 34641 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32505] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32505/stat : 32505 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 165778641 881729536 34641 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32506] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32506/stat : 32506 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165778641 881729536 34641 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908624

[startup+12.7704 s]
/proc/loadavg: 1.16 1.03 1.06 3/102 32506
/proc/meminfo: memFree=1440984/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=0.01
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 763 1704 0 0 0 0 0 1 20 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32492] ppid=32467 vsize=861064 CPUtime=12.59
/proc/32492/stat : 32492 (java) R 32467 32467 32352 0 -1 0 54599 0 1 0 1232 27 0 0 25 0 8 0 165778634 881729536 54333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922401 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32492/statm: 215266 54333 1976 14 0 201471 0
[pid=32492/tid=32496] ppid=32467 vsize=861064 CPUtime=1.41
/proc/32492/task/32496/stat : 32496 (java) S 32467 32467 32352 0 -1 64 38744 0 0 0 123 18 0 0 16 0 8 0 165778637 881729536 54333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32497] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32467 32467 32352 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165778637 881729536 54333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32498] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32498/stat : 32498 (java) S 32467 32467 32352 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165778637 881729536 54333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32503] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32503/stat : 32503 (java) S 32467 32467 32352 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 165778641 881729536 54333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32504] ppid=32467 vsize=861064 CPUtime=0.21
/proc/32492/task/32504/stat : 32504 (java) S 32467 32467 32352 0 -1 64 947 0 0 0 21 0 0 0 15 0 8 0 165778641 881729536 54333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32505] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32505/stat : 32505 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 165778641 881729536 54333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32506] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32506/stat : 32506 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165778641 881729536 54333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 908624

[startup+25.6412 s]
/proc/loadavg: 1.34 1.08 1.07 3/102 32506
/proc/meminfo: memFree=1305624/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=0.01
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 763 1704 0 0 0 0 0 1 20 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32492] ppid=32467 vsize=861064 CPUtime=25.35
/proc/32492/stat : 32492 (java) R 32467 32467 32352 0 -1 0 87697 0 1 0 2492 43 0 0 25 0 8 0 165778634 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073518618 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32492/statm: 215266 87416 1996 14 0 201471 0
[pid=32492/tid=32496] ppid=32467 vsize=861064 CPUtime=2.78
/proc/32492/task/32496/stat : 32496 (java) S 32467 32467 32352 0 -1 64 71754 0 0 0 247 31 0 0 16 0 8 0 165778637 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32497] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32467 32467 32352 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165778637 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32498] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32498/stat : 32498 (java) S 32467 32467 32352 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165778637 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32503] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32503/stat : 32503 (java) S 32467 32467 32352 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 165778641 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32504] ppid=32467 vsize=861064 CPUtime=0.28
/proc/32492/task/32504/stat : 32504 (java) S 32467 32467 32352 0 -1 64 983 0 0 0 27 1 0 0 15 0 8 0 165778641 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32505] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32505/stat : 32505 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 165778641 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32506] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32506/stat : 32506 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165778641 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 908624

[startup+51.3169 s]
/proc/loadavg: 1.57 1.15 1.09 3/102 32506
/proc/meminfo: memFree=1290200/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=0.01
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 763 1704 0 0 0 0 0 1 20 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32492] ppid=32467 vsize=861064 CPUtime=50.73
/proc/32492/stat : 32492 (java) R 32467 32467 32352 0 -1 0 87742 0 1 0 5019 54 0 0 25 0 8 0 165778634 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074064104 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32492/statm: 215266 87416 1996 14 0 201471 0
[pid=32492/tid=32496] ppid=32467 vsize=861064 CPUtime=2.86
/proc/32492/task/32496/stat : 32496 (java) S 32467 32467 32352 0 -1 64 71754 0 0 0 254 32 0 0 15 0 8 0 165778637 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32497] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32467 32467 32352 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165778637 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32498] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32498/stat : 32498 (java) S 32467 32467 32352 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165778637 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32503] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32503/stat : 32503 (java) S 32467 32467 32352 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 165778641 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32504] ppid=32467 vsize=861064 CPUtime=0.28
/proc/32492/task/32504/stat : 32504 (java) S 32467 32467 32352 0 -1 64 983 0 0 0 27 1 0 0 15 0 8 0 165778641 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32505] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32505/stat : 32505 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 165778641 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32492/tid=32506] ppid=32467 vsize=861064 CPUtime=0
/proc/32492/task/32506/stat : 32506 (java) S 32467 32467 32352 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165778641 881729536 87416 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 908624

[startup+102.536 s]
/proc/loadavg: 1.81 1.28 1.14 3/95 32507
/proc/meminfo: memFree=1504728/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=122292 CPUtime=25.17
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 28156 0 0 0 2500 17 0 0 25 0 1 0 165786365 125227008 28138 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 30573 28138 54 142 0 30429 0
Current children cumulated CPU time (s) 101.66

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

/proc/loadavg: 2.00 1.97 1.71 3/95 32705
/proc/meminfo: memFree=1423184/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=203440 CPUtime=1045.31
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 48349 0 0 0 104484 47 0 0 25 0 1 0 165786365 208322560 48331 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 50860 48331 54 142 0 50716 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 251000

[startup+1183.15 s]
/proc/loadavg: 2.06 1.99 1.73 3/95 32705
/proc/meminfo: memFree=1412880/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=214344 CPUtime=1105.33
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 51021 0 0 0 110484 49 0 0 25 0 1 0 165786365 219488256 51003 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 53586 51003 54 142 0 53442 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 261904

[startup+1243.16 s]
/proc/loadavg: 2.02 1.99 1.74 3/95 32705
/proc/meminfo: memFree=1402640/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=224188 CPUtime=1165.33
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 53467 0 0 0 116482 51 0 0 25 0 1 0 165786365 229568512 53449 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 56047 53449 54 142 0 55903 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 271748

[startup+1303.17 s]
/proc/loadavg: 2.00 1.99 1.75 3/95 32705
/proc/meminfo: memFree=1393808/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=232984 CPUtime=1225.33
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 55684 0 0 0 122479 54 0 0 25 0 1 0 165786365 238575616 55666 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 58246 55666 54 142 0 58102 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 280544

[startup+1363.18 s]
/proc/loadavg: 2.00 1.99 1.76 3/95 32705
/proc/meminfo: memFree=1386384/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=240328 CPUtime=1285.33
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 57524 0 0 0 128477 56 0 0 25 0 1 0 165786365 246095872 57506 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 60082 57506 54 142 0 59938 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 287888

[startup+1423.24 s]
/proc/loadavg: 2.00 1.99 1.78 3/95 32705
/proc/meminfo: memFree=1377048/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=249496 CPUtime=1345.37
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 59824 0 0 0 134479 58 0 0 25 0 1 0 165786365 255483904 59806 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 62374 59806 54 142 0 62230 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 297056

[startup+1483.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/95 32705
/proc/meminfo: memFree=1365656/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=260736 CPUtime=1405.42
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 62647 0 0 0 140481 61 0 0 25 0 1 0 165786365 266993664 62629 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 65184 62629 54 142 0 65040 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 308296

[startup+1543.37 s]
/proc/loadavg: 2.00 1.99 1.80 3/95 32705
/proc/meminfo: memFree=1357784/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=268692 CPUtime=1465.47
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 64626 0 0 0 146483 64 0 0 25 0 1 0 165786365 275140608 64608 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 67173 64608 54 142 0 67029 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 316252

[startup+1603.42 s]
/proc/loadavg: 2.05 2.00 1.82 3/95 32705
/proc/meminfo: memFree=1348120/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=278520 CPUtime=1525.51
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 67102 0 0 0 152485 66 0 0 25 0 1 0 165786365 285204480 67084 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 69630 67084 54 142 0 69486 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 326080

[startup+1663.49 s]
/proc/loadavg: 2.02 2.00 1.82 3/95 32705
/proc/meminfo: memFree=1330584/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=295704 CPUtime=1585.57
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 71407 0 0 0 158488 69 0 0 25 0 1 0 165786365 302800896 71389 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 73926 71389 54 142 0 73782 0
Current children cumulated CPU time (s) 1662.06
Current children cumulated vsize (KiB) 343264

[startup+1723.55 s]
/proc/loadavg: 2.07 2.02 1.83 3/95 32705
/proc/meminfo: memFree=1326040/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=300200 CPUtime=1645.62
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 72532 0 0 0 164491 71 0 0 25 0 1 0 165786365 307404800 72514 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 75050 72514 54 142 0 74906 0
Current children cumulated CPU time (s) 1722.11
Current children cumulated vsize (KiB) 347760

[startup+1783.64 s]
/proc/loadavg: 2.02 2.01 1.84 3/95 32705
/proc/meminfo: memFree=1320920/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=305636 CPUtime=1705.69
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 73805 0 0 0 170496 73 0 0 25 0 1 0 165786365 312971264 73787 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 76409 73787 54 142 0 76265 0
Current children cumulated CPU time (s) 1782.18
Current children cumulated vsize (KiB) 353196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.49 s]
/proc/loadavg: 2.02 2.01 1.84 3/95 32705
/proc/meminfo: memFree=1319704/2055920 swapFree=4191880/4192956
[pid=32467] ppid=32463 vsize=47560 CPUtime=76.49
/proc/32467/stat : 32467 (galac.sh) S 32463 32467 32352 0 -1 4194304 801 89501 0 1 0 0 7578 71 17 0 1 0 165778630 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32467/statm: 11890 364 246 79 0 218 0
[pid=32507] ppid=32467 vsize=306828 CPUtime=1723.55
/proc/32507/stat : 32507 (minisat) R 32467 32467 32352 0 -1 4194304 74111 0 0 0 172282 73 0 0 25 0 1 0 165786365 314191872 74093 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529245 0 0 4096 3 0 0 0 17 1 0 0
/proc/32507/statm: 76707 74093 54 142 0 76563 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 354388

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 32467 and gives childrusage.ru_utime.tv_sec=75 childrusage.ru_utime.tv_usec=786478 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=724889
CPU time returned by wait4() is 76.5114
while last known CPU time is 1800.04

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

Real time (s): 1801.5
CPU time (s): 1800.04
CPU user time (s): 1798.6
CPU system time (s): 1.44
CPU usage (%): 99.9187
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.7865
system time used= 0.724889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90302
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= 3523
involuntary context switches= 5453

runsolver used 1.89871 s user time and 5.32119 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Jan  7 12:44:07 UTC 2007


IDJOB= 206479
IDBENCH= 4211
FILE ID= node30/206479-1168173847

PBS_JOBID= 3479033

Free space on /tmp= 66476 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  860928ff7cfcb295e33958fc1dc04e8a

RANDOM SEED= 706778946

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.234
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.234
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:       1712672 kB
Buffers:         31612 kB
Cached:         186060 kB
SwapCached:        268 kB
Active:         125428 kB
Inactive:       148752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712672 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           14940 kB
Writeback:           0 kB
Mapped:          74172 kB
Slab:            54232 kB
Committed_AS:  3494308 kB
PageTables:       2116 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= 66443 MiB



End job on node30 on Sun Jan  7 13:14:08 UTC 2007