Trace number 206700

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.03 1809.64

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-18_ext.xml
MD5SUM3687c46586991f5a464cf8250795dac6
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.43	c start processing
5.43	c start relation processing
20.36	c start cnf exporting
83.64	c parsing time : 5.27
83.64	c preprocessing time : 83.48
83.64	
83.64	c Nary constraints - conflicts : 0 supports : 93
83.64	c Binary constraints - conflicts : 0 supports :0
83.64	c max arity constraint : 3
83.64	c Max Tuples generated 0
83.64	c relations : 93
83.64	c relations BDD: 93
83.64	c vars : 598609 - clauses :  1875679
83.64	
83.74	 
83.74	c --- Minisat Stats ---
83.74	 

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/node24/watcher-206700-1168176741 -o ROOT/results/node24/solver-206700-1168176741 -C 1800 -M 900 /tmp/evaluation/206700-1168176741/galac.sh /tmp/evaluation/206700-1168176741/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.95 1.03 1.32 4/81 18586
/proc/meminfo: memFree=1436312/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=8652 CPUtime=0
/proc/18585/stat : 18585 (galac.sh) R 18583 18585 18484 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 166069378 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237788261023 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/18585/statm: 2163 279 207 79 0 156 0
[pid=18587] ppid=18585 vsize=8688 CPUtime=0
/proc/18587/stat : 18587 (galac.sh) R 18585 18585 18484 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 166069379 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237788261023 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/18587/statm: 2172 286 209 79 0 165 0
[pid=18588] ppid=18587 vsize=8728 CPUtime=0
/proc/18588/stat : 18588 (galac.sh) R 18587 18585 18484 0 -1 4194368 25 0 0 0 0 0 0 0 17 0 1 0 166069379 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4322802 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/18588/statm: 2182 290 209 79 0 175 0

[startup+0.103364 s]
/proc/loadavg: 0.95 1.03 1.32 4/81 18586
/proc/meminfo: memFree=1436312/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=0.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.512411 s]
/proc/loadavg: 0.95 1.03 1.32 4/81 18586
/proc/meminfo: memFree=1436312/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=0.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.3415 s]
/proc/loadavg: 0.95 1.03 1.32 4/105 18646
/proc/meminfo: memFree=1332432/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=0.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18601] ppid=18585 vsize=860856 CPUtime=1.27
/proc/18601/stat : 18601 (java) R 18585 18585 18484 0 -1 0 21609 0 1 0 117 10 0 0 25 0 8 0 166069382 881516544 21361 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18601/statm: 215214 21361 1967 14 0 201471 0
[pid=18601/tid=18607] ppid=18585 vsize=860856 CPUtime=0.07
/proc/18601/task/18607/stat : 18607 (java) S 18585 18585 18484 0 -1 64 5856 0 0 0 5 2 0 0 16 0 8 0 166069385 881516544 21361 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18608] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18608/stat : 18608 (java) S 18585 18585 18484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 21361 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18609] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18609/stat : 18609 (java) S 18585 18585 18484 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 21361 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18614] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18614/stat : 18614 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 166069389 881516544 21361 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18615] ppid=18585 vsize=860856 CPUtime=0.11
/proc/18601/task/18615/stat : 18615 (java) R 18585 18585 18484 0 -1 64 891 0 0 0 11 0 0 0 16 0 8 0 166069389 881516544 21361 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18616] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18616/stat : 18616 (java) S 18585 18585 18484 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 166069389 881516544 21361 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18617] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18617/stat : 18617 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166069389 881516544 21361 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908416

[startup+2.98568 s]
/proc/loadavg: 0.95 1.03 1.32 3/105 18646
/proc/meminfo: memFree=1258000/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=0.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18601] ppid=18585 vsize=860856 CPUtime=2.89
/proc/18601/stat : 18601 (java) R 18585 18585 18484 0 -1 0 25354 0 1 0 276 13 0 0 25 0 8 0 166069382 881516544 25101 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073658596 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18601/statm: 215214 25101 1967 14 0 201471 0
[pid=18601/tid=18607] ppid=18585 vsize=860856 CPUtime=0.2
/proc/18601/task/18607/stat : 18607 (java) S 18585 18585 18484 0 -1 64 9585 0 0 0 16 4 0 0 16 0 8 0 166069385 881516544 25101 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18608] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18608/stat : 18608 (java) S 18585 18585 18484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 25101 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18609] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18609/stat : 18609 (java) S 18585 18585 18484 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 25101 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18614] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18614/stat : 18614 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 166069389 881516544 25101 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18615] ppid=18585 vsize=860856 CPUtime=0.15
/proc/18601/task/18615/stat : 18615 (java) S 18585 18585 18484 0 -1 64 902 0 0 0 14 1 0 0 16 0 8 0 166069389 881516544 25101 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18616] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18616/stat : 18616 (java) S 18585 18585 18484 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 166069389 881516544 25101 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18617] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18617/stat : 18617 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166069389 881516544 25101 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908416

[startup+6.20003 s]
/proc/loadavg: 1.03 1.04 1.32 3/105 18646
/proc/meminfo: memFree=1200528/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=0.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18601] ppid=18585 vsize=860856 CPUtime=6.09
/proc/18601/stat : 18601 (java) R 18585 18585 18484 0 -1 0 30851 0 1 0 593 16 0 0 25 0 8 0 166069382 881516544 30589 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922362 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18601/statm: 215214 30589 1975 14 0 201471 0
[pid=18601/tid=18607] ppid=18585 vsize=860856 CPUtime=0.41
/proc/18601/task/18607/stat : 18607 (java) S 18585 18585 18484 0 -1 64 15011 0 0 0 35 6 0 0 16 0 8 0 166069385 881516544 30589 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18608] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18608/stat : 18608 (java) S 18585 18585 18484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 30589 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18609] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18609/stat : 18609 (java) S 18585 18585 18484 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 30589 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18614] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18614/stat : 18614 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 166069389 881516544 30589 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18615] ppid=18585 vsize=860856 CPUtime=0.23
/proc/18601/task/18615/stat : 18615 (java) S 18585 18585 18484 0 -1 64 945 0 0 0 22 1 0 0 15 0 8 0 166069389 881516544 30589 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18616] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18616/stat : 18616 (java) S 18585 18585 18484 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 166069389 881516544 30589 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18617] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18617/stat : 18617 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166069389 881516544 30589 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 908416

[startup+12.6977 s]
/proc/loadavg: 1.11 1.06 1.32 3/106 18647
/proc/meminfo: memFree=1027936/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=0.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18601] ppid=18585 vsize=860856 CPUtime=12.38
/proc/18601/stat : 18601 (java) R 18585 18585 18484 0 -1 0 54630 0 1 0 1210 28 0 0 25 0 8 0 166069382 881516544 54364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073951088 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18601/statm: 215214 54364 1975 14 0 201471 0
[pid=18601/tid=18607] ppid=18585 vsize=860856 CPUtime=1.49
/proc/18601/task/18607/stat : 18607 (java) S 18585 18585 18484 0 -1 64 38786 0 0 0 132 17 0 0 20 0 8 0 166069385 881516544 54364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18608] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18608/stat : 18608 (java) S 18585 18585 18484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 54364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18609] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18609/stat : 18609 (java) S 18585 18585 18484 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 54364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18614] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18614/stat : 18614 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 166069389 881516544 54364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18615] ppid=18585 vsize=860856 CPUtime=0.23
/proc/18601/task/18615/stat : 18615 (java) S 18585 18585 18484 0 -1 64 945 0 0 0 22 1 0 0 15 0 8 0 166069389 881516544 54364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18616] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18616/stat : 18616 (java) S 18585 18585 18484 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 166069389 881516544 54364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18617] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18617/stat : 18617 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166069389 881516544 54364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 908416

[startup+25.5751 s]
/proc/loadavg: 1.31 1.10 1.33 3/106 18647
/proc/meminfo: memFree=893472/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=0.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18601] ppid=18585 vsize=860856 CPUtime=25.19
/proc/18601/stat : 18601 (java) R 18585 18585 18484 0 -1 0 87698 0 1 0 2475 44 0 0 25 0 8 0 166069382 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074032716 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18601/statm: 215214 87420 1994 14 0 201471 0
[pid=18601/tid=18607] ppid=18585 vsize=860856 CPUtime=3
/proc/18601/task/18607/stat : 18607 (java) S 18585 18585 18484 0 -1 64 71769 0 0 0 268 32 0 0 16 0 8 0 166069385 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18608] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18608/stat : 18608 (java) S 18585 18585 18484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18609] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18609/stat : 18609 (java) S 18585 18585 18484 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18614] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18614/stat : 18614 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 166069389 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18615] ppid=18585 vsize=860856 CPUtime=0.29
/proc/18601/task/18615/stat : 18615 (java) S 18585 18585 18484 0 -1 64 981 0 0 0 28 1 0 0 15 0 8 0 166069389 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18616] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18616/stat : 18616 (java) S 18585 18585 18484 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 166069389 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18617] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18617/stat : 18617 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166069389 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 908416

[startup+51.2169 s]
/proc/loadavg: 1.54 1.17 1.35 3/106 18647
/proc/meminfo: memFree=860256/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=0.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18601] ppid=18585 vsize=860856 CPUtime=50.7
/proc/18601/stat : 18601 (java) R 18585 18585 18484 0 -1 0 87740 0 1 0 5016 54 0 0 25 0 8 0 166069382 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073417871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18601/statm: 215214 87420 1994 14 0 201471 0
[pid=18601/tid=18607] ppid=18585 vsize=860856 CPUtime=3.08
/proc/18601/task/18607/stat : 18607 (java) S 18585 18585 18484 0 -1 64 71769 0 0 0 275 33 0 0 16 0 8 0 166069385 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18608] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18608/stat : 18608 (java) S 18585 18585 18484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18609] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18609/stat : 18609 (java) S 18585 18585 18484 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 166069386 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18614] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18614/stat : 18614 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 166069389 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18615] ppid=18585 vsize=860856 CPUtime=0.29
/proc/18601/task/18615/stat : 18615 (java) S 18585 18585 18484 0 -1 64 981 0 0 0 28 1 0 0 15 0 8 0 166069389 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18601/tid=18616] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18616/stat : 18616 (java) S 18585 18585 18484 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 166069389 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18601/tid=18617] ppid=18585 vsize=860856 CPUtime=0
/proc/18601/task/18617/stat : 18617 (java) S 18585 18585 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166069389 881516544 87420 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 908416

[startup+102.439 s]
/proc/loadavg: 1.80 1.30 1.38 3/99 18648
/proc/meminfo: memFree=1048408/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01

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

/proc/loadavg: 2.00 1.97 1.77 3/99 18648
/proc/meminfo: memFree=636952/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=217728 CPUtime=1034.56
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 51922 0 0 0 103408 48 0 0 25 0 1 0 166077753 222953472 51904 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 54432 51904 54 142 0 54288 0
Current children cumulated CPU time (s) 1117.57
Current children cumulated vsize (KiB) 265288

[startup+1183.73 s]
/proc/loadavg: 2.14 2.02 1.80 3/99 18648
/proc/meminfo: memFree=626648/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=228028 CPUtime=1094.35
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 54481 0 0 0 109384 51 0 0 25 0 1 0 166077753 233500672 54463 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 57007 54463 54 142 0 56863 0
Current children cumulated CPU time (s) 1177.36
Current children cumulated vsize (KiB) 275588

[startup+1243.8 s]
/proc/loadavg: 2.05 2.01 1.81 3/99 18648
/proc/meminfo: memFree=619672/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=235048 CPUtime=1154.13
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 56254 0 0 0 115360 53 0 0 25 0 1 0 166077753 240689152 56236 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525835 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 58762 56236 54 142 0 58618 0
Current children cumulated CPU time (s) 1237.14
Current children cumulated vsize (KiB) 282608

[startup+1303.87 s]
/proc/loadavg: 2.02 2.00 1.82 3/99 18648
/proc/meminfo: memFree=581592/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=243436 CPUtime=1213.92
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 58291 0 0 0 121337 55 0 0 25 0 1 0 166077753 249278464 58273 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 60859 58273 54 142 0 60715 0
Current children cumulated CPU time (s) 1296.93
Current children cumulated vsize (KiB) 290996

[startup+1363.94 s]
/proc/loadavg: 2.00 2.00 1.83 3/99 18648
/proc/meminfo: memFree=573464/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=251568 CPUtime=1273.71
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 60325 0 0 0 127313 58 0 0 25 0 1 0 166077753 257605632 60307 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 62892 60307 54 142 0 62748 0
Current children cumulated CPU time (s) 1356.72
Current children cumulated vsize (KiB) 299128

[startup+1424.01 s]
/proc/loadavg: 2.00 2.00 1.83 3/99 18648
/proc/meminfo: memFree=533784/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=262044 CPUtime=1333.5
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 62925 0 0 0 133289 61 0 0 25 0 1 0 166077753 268333056 62907 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 65511 62907 54 142 0 65367 0
Current children cumulated CPU time (s) 1416.51
Current children cumulated vsize (KiB) 309604

[startup+1484.08 s]
/proc/loadavg: 2.00 2.00 1.84 3/99 18648
/proc/meminfo: memFree=524120/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=271460 CPUtime=1393.29
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 65307 0 0 0 139266 63 0 0 25 0 1 0 166077753 277975040 65289 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 67865 65289 54 142 0 67721 0
Current children cumulated CPU time (s) 1476.3
Current children cumulated vsize (KiB) 319020

[startup+1544.15 s]
/proc/loadavg: 2.04 2.01 1.85 3/99 18648
/proc/meminfo: memFree=517464/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=278104 CPUtime=1453.07
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 66983 0 0 0 145242 65 0 0 25 0 1 0 166077753 284778496 66965 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529503 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 69526 66965 54 142 0 69382 0
Current children cumulated CPU time (s) 1536.08
Current children cumulated vsize (KiB) 325664

[startup+1604.22 s]
/proc/loadavg: 2.04 2.02 1.86 3/99 18648
/proc/meminfo: memFree=475544/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=290472 CPUtime=1512.86
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 70078 0 0 0 151219 67 0 0 25 0 1 0 166077753 297443328 70060 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 72618 70060 54 142 0 72474 0
Current children cumulated CPU time (s) 1595.87
Current children cumulated vsize (KiB) 338032

[startup+1664.29 s]
/proc/loadavg: 2.01 2.02 1.87 3/99 18648
/proc/meminfo: memFree=467608/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=298440 CPUtime=1572.66
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 72057 0 0 0 157197 69 0 0 25 0 1 0 166077753 305602560 72039 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 74610 72039 54 142 0 74466 0
Current children cumulated CPU time (s) 1655.67
Current children cumulated vsize (KiB) 346000

[startup+1724.37 s]
/proc/loadavg: 2.00 2.01 1.87 3/105 18712
/proc/meminfo: memFree=458944/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=305644 CPUtime=1632.38
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 73886 0 0 0 163167 71 0 0 25 0 1 0 166077753 312979456 73868 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 76411 73868 54 142 0 76267 0
Current children cumulated CPU time (s) 1715.39
Current children cumulated vsize (KiB) 353204

[startup+1784.46 s]
/proc/loadavg: 2.00 2.01 1.88 3/105 18804
/proc/meminfo: memFree=450384/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=314296 CPUtime=1692.03
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 76025 0 0 0 169130 73 0 0 25 0 1 0 166077753 321839104 76007 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 78574 76007 54 142 0 78430 0
Current children cumulated CPU time (s) 1775.04
Current children cumulated vsize (KiB) 361856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.62 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 18836
/proc/meminfo: memFree=1086792/2055920 swapFree=4192812/4192956
[pid=18585] ppid=18583 vsize=47560 CPUtime=83.01
/proc/18585/stat : 18585 (galac.sh) S 18583 18585 18484 0 -1 4194304 799 89508 0 1 0 0 8229 72 17 0 1 0 166069378 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18585/statm: 11890 363 245 79 0 218 0
[pid=18648] ppid=18585 vsize=318836 CPUtime=1717.02
/proc/18648/stat : 18648 (minisat) R 18585 18585 18484 0 -1 4194304 77175 0 0 0 171629 73 0 0 25 0 1 0 166077753 326488064 77157 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/18648/statm: 79709 77157 54 142 0 79565 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 366396

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 18585 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=297488 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=730888
CPU time returned by wait4() is 83.0284
while last known CPU time is 1800.03

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

Real time (s): 1809.64
CPU time (s): 1800.03
CPU user time (s): 1798.58
CPU system time (s): 1.45
CPU usage (%): 99.469
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.2975
system time used= 0.730888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90307
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= 3692
involuntary context switches= 6021

runsolver used 2.23266 s user time and 5.43317 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Jan  7 13:32:21 UTC 2007


IDJOB= 206700
IDBENCH= 4228
FILE ID= node24/206700-1168176741

PBS_JOBID= 3479042

Free space on /tmp= 66468 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  3687c46586991f5a464cf8250795dac6

RANDOM SEED= 428581219

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:       1436792 kB
Buffers:         56948 kB
Cached:         436052 kB
SwapCached:          0 kB
Active:         237104 kB
Inactive:       313068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8692 kB
Writeback:           0 kB
Mapped:          76208 kB
Slab:            53968 kB
Committed_AS:  3371952 kB
PageTables:       2196 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= 66435 MiB



End job on node24 on Sun Jan  7 14:02:31 UTC 2007