Trace number 206596

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 1810

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-27_ext.xml
MD5SUM515d716182a383524298f355d85cb43c
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.67	c start processing
5.67	c start relation processing
20.32	c start cnf exporting
79.16	c parsing time : 5.5
79.16	c preprocessing time : 78.991
79.16	
79.16	c Nary constraints - conflicts : 0 supports : 93
79.16	c Binary constraints - conflicts : 0 supports :0
79.16	c max arity constraint : 3
79.16	c Max Tuples generated 0
79.16	c relations : 93
79.16	c relations BDD: 93
79.16	c vars : 598649 - clauses :  1875797
79.16	
79.25	 
79.25	c --- Minisat Stats ---
79.25	 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.00 2.00 5/74 10375
/proc/meminfo: memFree=1383200/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=8564 CPUtime=0
/proc/10374/stat : 10374 (galac.sh) D 10372 10374 9152 0 -1 4194304 317 0 0 0 0 0 0 0 16 0 1 0 165950322 8769536 261 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406676434 0 2 4096 8192 18446744072100051646 0 0 17 1 0 0
/proc/10374/statm: 2141 261 201 79 0 134 0

[startup+0.110191 s]
/proc/loadavg: 2.00 2.00 2.00 5/74 10375
/proc/meminfo: memFree=1383200/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=0.01
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.518262 s]
/proc/loadavg: 2.00 2.00 2.00 5/74 10375
/proc/meminfo: memFree=1383200/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=0.01
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34142 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10395
/proc/meminfo: memFree=1305952/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=0.01
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10388] ppid=10374 vsize=861064 CPUtime=1.27
/proc/10388/stat : 10388 (java) R 10374 10374 9152 0 -1 0 21264 0 1 0 115 12 0 0 22 0 8 0 165950326 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073656696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10388/statm: 215266 21017 1967 14 0 201471 0
[pid=10388/tid=10389] ppid=10374 vsize=861064 CPUtime=0.06
/proc/10388/task/10389/stat : 10389 (java) S 10374 10374 9152 0 -1 64 5511 0 0 0 4 2 0 0 16 0 8 0 165950330 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10390] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10390/stat : 10390 (java) S 10374 10374 9152 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165950330 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10391] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10391/stat : 10391 (java) S 10374 10374 9152 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165950330 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10392] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10392/stat : 10392 (java) S 10374 10374 9152 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165950334 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10393] ppid=10374 vsize=861064 CPUtime=0.13
/proc/10388/task/10393/stat : 10393 (java) S 10374 10374 9152 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 165950334 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10394] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10394/stat : 10394 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165950334 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10395] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10395/stat : 10395 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165950334 881729536 21017 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) 908624

[startup+2.9937 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 10395
/proc/meminfo: memFree=1295392/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=0.01
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10388] ppid=10374 vsize=861064 CPUtime=2.92
/proc/10388/stat : 10388 (java) R 10374 10374 9152 0 -1 0 25336 0 1 0 278 14 0 0 25 0 8 0 165950326 881729536 25083 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155212772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10388/statm: 215266 25083 1967 14 0 201471 0
[pid=10388/tid=10389] ppid=10374 vsize=861064 CPUtime=0.21
/proc/10388/task/10389/stat : 10389 (java) S 10374 10374 9152 0 -1 64 9568 0 0 0 18 3 0 0 16 0 8 0 165950330 881729536 25083 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10390] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10390/stat : 10390 (java) S 10374 10374 9152 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165950330 881729536 25083 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10391] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10391/stat : 10391 (java) S 10374 10374 9152 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165950330 881729536 25083 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10392] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10392/stat : 10392 (java) S 10374 10374 9152 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165950334 881729536 25083 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10393] ppid=10374 vsize=861064 CPUtime=0.16
/proc/10388/task/10393/stat : 10393 (java) S 10374 10374 9152 0 -1 64 901 0 0 0 15 1 0 0 16 0 8 0 165950334 881729536 25083 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10394] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10394/stat : 10394 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165950334 881729536 25083 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10395] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10395/stat : 10395 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165950334 881729536 25083 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908624

[startup+6.28829 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10395
/proc/meminfo: memFree=1265312/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=0.01
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10388] ppid=10374 vsize=861064 CPUtime=6.18
/proc/10388/stat : 10388 (java) R 10374 10374 9152 0 -1 0 31384 0 1 0 599 19 0 0 25 0 8 0 165950326 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073980805 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10388/statm: 215266 31122 1975 14 0 201471 0
[pid=10388/tid=10389] ppid=10374 vsize=861064 CPUtime=0.45
/proc/10388/task/10389/stat : 10389 (java) S 10374 10374 9152 0 -1 64 15544 0 0 0 39 6 0 0 16 0 8 0 165950330 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10390] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10390/stat : 10390 (java) S 10374 10374 9152 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165950330 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10391] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10391/stat : 10391 (java) S 10374 10374 9152 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165950330 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10392] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10392/stat : 10392 (java) S 10374 10374 9152 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165950334 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10393] ppid=10374 vsize=861064 CPUtime=0.23
/proc/10388/task/10393/stat : 10393 (java) S 10374 10374 9152 0 -1 64 945 0 0 0 22 1 0 0 15 0 8 0 165950334 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10394] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10394/stat : 10394 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165950334 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10395] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10395/stat : 10395 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165950334 881729536 31122 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) 908624

[startup+12.7834 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 10447
/proc/meminfo: memFree=1398984/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=0.01
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10388] ppid=10374 vsize=861064 CPUtime=12.61
/proc/10388/stat : 10388 (java) R 10374 10374 9152 0 -1 0 54731 0 1 0 1232 29 0 0 25 0 8 0 165950326 881729536 54465 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073984730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10388/statm: 215266 54465 1975 14 0 201471 0
[pid=10388/tid=10389] ppid=10374 vsize=861064 CPUtime=1.52
/proc/10388/task/10389/stat : 10389 (java) S 10374 10374 9152 0 -1 64 38886 0 0 0 136 16 0 0 20 0 8 0 165950330 881729536 54465 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10390] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10390/stat : 10390 (java) S 10374 10374 9152 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165950330 881729536 54465 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10391] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10391/stat : 10391 (java) S 10374 10374 9152 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165950330 881729536 54465 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10392] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10392/stat : 10392 (java) S 10374 10374 9152 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165950334 881729536 54465 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10393] ppid=10374 vsize=861064 CPUtime=0.24
/proc/10388/task/10393/stat : 10393 (java) S 10374 10374 9152 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 165950334 881729536 54465 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10394] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10394/stat : 10394 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165950334 881729536 54465 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10395] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10395/stat : 10395 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165950334 881729536 54465 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 908624

[startup+25.6767 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 10448
/proc/meminfo: memFree=1099080/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=0.01
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10388] ppid=10374 vsize=861064 CPUtime=25.13
/proc/10388/stat : 10388 (java) R 10374 10374 9152 0 -1 0 87714 0 1 0 2465 48 0 0 25 0 8 0 165950326 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074005962 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10388/statm: 215266 87436 1995 14 0 201471 0
[pid=10388/tid=10389] ppid=10374 vsize=861064 CPUtime=2.95
/proc/10388/task/10389/stat : 10389 (java) S 10374 10374 9152 0 -1 64 71784 0 0 0 263 32 0 0 16 0 8 0 165950330 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10388/tid=10390] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10390/stat : 10390 (java) S 10374 10374 9152 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165950330 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10388/tid=10391] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10391/stat : 10391 (java) S 10374 10374 9152 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165950330 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10392] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10392/stat : 10392 (java) S 10374 10374 9152 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165950334 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10393] ppid=10374 vsize=861064 CPUtime=0.29
/proc/10388/task/10393/stat : 10393 (java) S 10374 10374 9152 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165950334 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10388/tid=10394] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10394/stat : 10394 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165950334 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10395] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10395/stat : 10395 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165950334 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 908624

[startup+51.3272 s]
/proc/loadavg: 1.96 1.98 1.99 3/93 10448
/proc/meminfo: memFree=1063432/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=0.01
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10388] ppid=10374 vsize=861064 CPUtime=50.63
/proc/10388/stat : 10388 (java) R 10374 10374 9152 0 -1 0 87759 0 1 0 5006 57 0 0 25 0 8 0 165950326 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073992418 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10388/statm: 215266 87436 1995 14 0 201471 0
[pid=10388/tid=10389] ppid=10374 vsize=861064 CPUtime=3.03
/proc/10388/task/10389/stat : 10389 (java) S 10374 10374 9152 0 -1 64 71784 0 0 0 271 32 0 0 16 0 8 0 165950330 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10388/tid=10390] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10390/stat : 10390 (java) S 10374 10374 9152 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165950330 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10388/tid=10391] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10391/stat : 10391 (java) S 10374 10374 9152 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165950330 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10392] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10392/stat : 10392 (java) S 10374 10374 9152 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165950334 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10393] ppid=10374 vsize=861064 CPUtime=0.29
/proc/10388/task/10393/stat : 10393 (java) S 10374 10374 9152 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165950334 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10388/tid=10394] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10394/stat : 10394 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165950334 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10388/tid=10395] ppid=10374 vsize=861064 CPUtime=0
/proc/10388/task/10395/stat : 10395 (java) S 10374 10374 9152 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165950334 881729536 87436 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 908624

[startup+102.56 s]
/proc/loadavg: 1.98 1.98 1.99 3/86 10449
/proc/meminfo: memFree=1252928/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=121876 CPUtime=23.13
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 28063 0 0 0 2293 20 0 0 25 0 1 0 165958248 124801024 28045 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 30469 28045 54 142 0 30325 0
Current children cumulated CPU time (s) 101.49

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

/proc/loadavg: 2.00 2.01 2.00 3/86 10451
/proc/meminfo: memFree=807808/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=247876 CPUtime=1039.18
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 59447 0 0 0 103868 50 0 0 25 0 1 0 165958248 253825024 59429 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 61969 59429 54 142 0 61825 0
Current children cumulated CPU time (s) 1117.54
Current children cumulated vsize (KiB) 295436

[startup+1183.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 10451
/proc/meminfo: memFree=802240/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=253448 CPUtime=1098.97
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 60841 0 0 0 109846 51 0 0 25 0 1 0 165958248 259530752 60823 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 63362 60823 54 142 0 63218 0
Current children cumulated CPU time (s) 1177.33
Current children cumulated vsize (KiB) 301008

[startup+1244.03 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 10451
/proc/meminfo: memFree=769344/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=257024 CPUtime=1158.64
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 61685 0 0 0 115812 52 0 0 25 0 1 0 165958248 263192576 61667 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 64256 61667 54 142 0 64112 0
Current children cumulated CPU time (s) 1237
Current children cumulated vsize (KiB) 304584

[startup+1304.12 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 10451
/proc/meminfo: memFree=765888/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=260456 CPUtime=1218.43
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 62540 0 0 0 121790 53 0 0 25 0 1 0 165958248 266706944 62522 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 65114 62522 54 142 0 64970 0
Current children cumulated CPU time (s) 1296.79
Current children cumulated vsize (KiB) 308016

[startup+1364.19 s]
/proc/loadavg: 2.03 2.02 2.00 3/86 10451
/proc/meminfo: memFree=734272/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=262304 CPUtime=1278.13
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 63013 0 0 0 127759 54 0 0 25 0 1 0 165958248 268599296 62995 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520029 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 65576 62995 54 142 0 65432 0
Current children cumulated CPU time (s) 1356.49
Current children cumulated vsize (KiB) 309864

[startup+1424.27 s]
/proc/loadavg: 2.05 2.03 2.00 3/86 10451
/proc/meminfo: memFree=732736/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=263916 CPUtime=1337.91
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 63396 0 0 0 133737 54 0 0 25 0 1 0 165958248 270249984 63378 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 65979 63378 54 142 0 65835 0
Current children cumulated CPU time (s) 1416.27
Current children cumulated vsize (KiB) 311476

[startup+1484.34 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 10451
/proc/meminfo: memFree=729920/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=266700 CPUtime=1397.69
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 64104 0 0 0 139714 55 0 0 25 0 1 0 165958248 273100800 64086 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 66675 64086 54 142 0 66531 0
Current children cumulated CPU time (s) 1476.05
Current children cumulated vsize (KiB) 314260

[startup+1544.42 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 10451
/proc/meminfo: memFree=698112/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=268560 CPUtime=1457.43
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 64581 0 0 0 145687 56 0 0 25 0 1 0 165958248 275005440 64563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 67140 64563 54 142 0 66996 0
Current children cumulated CPU time (s) 1535.79
Current children cumulated vsize (KiB) 316120

[startup+1604.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 10451
/proc/meminfo: memFree=695488/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=271200 CPUtime=1517.22
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 65229 0 0 0 151665 57 0 0 25 0 1 0 165958248 277708800 65211 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 67800 65211 54 142 0 67656 0
Current children cumulated CPU time (s) 1595.58
Current children cumulated vsize (KiB) 318760

[startup+1664.58 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 10451
/proc/meminfo: memFree=693632/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=272916 CPUtime=1577.02
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 65681 0 0 0 157644 58 0 0 25 0 1 0 165958248 279465984 65663 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 68229 65663 54 142 0 68085 0
Current children cumulated CPU time (s) 1655.38
Current children cumulated vsize (KiB) 320476

[startup+1724.66 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 10451
/proc/meminfo: memFree=691584/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=274900 CPUtime=1636.81
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 66193 0 0 0 163623 58 0 0 25 0 1 0 165958248 281497600 66175 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 68725 66175 54 142 0 68581 0
Current children cumulated CPU time (s) 1715.17
Current children cumulated vsize (KiB) 322460

[startup+1784.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 10451
/proc/meminfo: memFree=659904/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=276880 CPUtime=1696.6
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 66680 0 0 0 169600 60 0 0 25 0 1 0 165958248 283525120 66662 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 69220 66662 54 142 0 69076 0
Current children cumulated CPU time (s) 1774.96
Current children cumulated vsize (KiB) 324440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.99 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 10451
/proc/meminfo: memFree=658880/2055920 swapFree=4192812/4192956
[pid=10374] ppid=10372 vsize=47560 CPUtime=78.36
/proc/10374/stat : 10374 (galac.sh) S 10372 10374 9152 0 -1 4194304 799 89521 0 1 0 0 7761 75 17 0 1 0 165950322 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10374/statm: 11890 363 245 79 0 218 0
[pid=10449] ppid=10374 vsize=277812 CPUtime=1721.73
/proc/10449/stat : 10449 (minisat) R 10374 10374 9152 0 -1 4194304 66919 0 0 0 172113 60 0 0 25 0 1 0 165958248 284479488 66901 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/10449/statm: 69453 66901 54 142 0 69309 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 325372

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 10374 and gives childrusage.ru_utime.tv_sec=77 childrusage.ru_utime.tv_usec=618200 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=758884
CPU time returned by wait4() is 78.3771
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): 1810
CPU time (s): 1800.09
CPU user time (s): 1798.74
CPU system time (s): 1.35
CPU usage (%): 99.4523
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.6182
system time used= 0.758884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90320
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= 3490
involuntary context switches= 3310

runsolver used 2.39064 s user time and 5.63714 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Jan  7 13:12:05 UTC 2007


IDJOB= 206596
IDBENCH= 4220
FILE ID= node61/206596-1168175525

PBS_JOBID= 3479064

Free space on /tmp= 66470 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  515d716182a383524298f355d85cb43c

RANDOM SEED= 520709624

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.259
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.259
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:       1383680 kB
Buffers:         55668 kB
Cached:         315068 kB
SwapCached:          0 kB
Active:         431752 kB
Inactive:       174656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8664 kB
Writeback:           0 kB
Mapped:         246896 kB
Slab:            50856 kB
Committed_AS:  3725456 kB
PageTables:       2232 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= 66470 MiB



End job on node61 on Sun Jan  7 13:42:15 UTC 2007