Trace number 203317

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.08 1811

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-45_ext.xml
MD5SUMdbd711457459488701c928355f301608
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.44	c start processing
5.44	c start relation processing
19.48	c start cnf exporting
79.38	c parsing time : 5.272
79.38	c preprocessing time : 79.22
79.38	
79.38	c Nary constraints - conflicts : 0 supports : 93
79.38	c Binary constraints - conflicts : 0 supports :0
79.38	c max arity constraint : 3
79.38	c Max Tuples generated 0
79.38	c relations : 93
79.38	c relations BDD: 93
79.38	c vars : 598139 - clauses :  1874279
79.38	
79.45	 
79.45	c --- Minisat Stats ---
79.45	 

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/node9/watcher-203317-1168159454 -o ROOT/results/node9/solver-203317-1168159454 -C 1800 -M 900 /tmp/evaluation/203317-1168159454/galac.sh /tmp/evaluation/203317-1168159454/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.11 2.04 2.01 5/86 15371
/proc/meminfo: memFree=1679312/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=18540 CPUtime=0
/proc/15370/stat : 15370 (runsolver) R 15368 15370 14494 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 164340558 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15370/statm: 4635 279 244 17 0 2626 0

[startup+0.110488 s]
/proc/loadavg: 2.11 2.04 2.01 5/86 15371
/proc/meminfo: memFree=1679312/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=0.01
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.518531 s]
/proc/loadavg: 2.11 2.04 2.01 5/86 15371
/proc/meminfo: memFree=1679312/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=0.01
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.34163 s]
/proc/loadavg: 2.11 2.04 2.01 3/94 15391
/proc/meminfo: memFree=1602256/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=0.01
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15384] ppid=15370 vsize=861064 CPUtime=1.28
/proc/15384/stat : 15384 (java) R 15370 15370 14494 0 -1 0 21367 0 1 0 118 10 0 0 23 0 8 0 164340562 881729536 21119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15384/statm: 215266 21119 1967 14 0 201471 0
[pid=15384/tid=15385] ppid=15370 vsize=861064 CPUtime=0.06
/proc/15384/task/15385/stat : 15385 (java) R 15370 15370 14494 0 -1 64 5611 0 0 0 5 1 0 0 16 0 8 0 164340565 881729536 21119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155216478 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15386] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15386/stat : 15386 (java) S 15370 15370 14494 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164340566 881729536 21119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15387] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15387/stat : 15387 (java) S 15370 15370 14494 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164340566 881729536 21119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15388] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15388/stat : 15388 (java) S 15370 15370 14494 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164340569 881729536 21119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15389] ppid=15370 vsize=861064 CPUtime=0.12
/proc/15384/task/15389/stat : 15389 (java) S 15370 15370 14494 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 164340569 881729536 21119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15390] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15390/stat : 15390 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164340569 881729536 21119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15391] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15391/stat : 15391 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164340569 881729536 21119 18446744073709551615 134512640 134570532 4294956096 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) 908640

[startup+2.99481 s]
/proc/loadavg: 2.11 2.04 2.01 3/94 15391
/proc/meminfo: memFree=1590672/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=0.01
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15384] ppid=15370 vsize=861064 CPUtime=2.93
/proc/15384/stat : 15384 (java) R 15370 15370 14494 0 -1 0 25348 0 1 0 281 12 0 0 25 0 8 0 164340562 881729536 25095 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073659611 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15384/statm: 215266 25095 1967 14 0 201471 0
[pid=15384/tid=15385] ppid=15370 vsize=861064 CPUtime=0.2
/proc/15384/task/15385/stat : 15385 (java) S 15370 15370 14494 0 -1 64 9576 0 0 0 17 3 0 0 16 0 8 0 164340565 881729536 25095 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15386] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15386/stat : 15386 (java) S 15370 15370 14494 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164340566 881729536 25095 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15387] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15387/stat : 15387 (java) S 15370 15370 14494 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164340566 881729536 25095 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15388] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15388/stat : 15388 (java) S 15370 15370 14494 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164340569 881729536 25095 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15389] ppid=15370 vsize=861064 CPUtime=0.15
/proc/15384/task/15389/stat : 15389 (java) S 15370 15370 14494 0 -1 64 903 0 0 0 15 0 0 0 16 0 8 0 164340569 881729536 25095 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15390] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15390/stat : 15390 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164340569 881729536 25095 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15391] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15391/stat : 15391 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164340569 881729536 25095 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908640

[startup+6.28019 s]
/proc/loadavg: 2.10 2.04 2.00 3/94 15391
/proc/meminfo: memFree=1561616/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=0.01
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15384] ppid=15370 vsize=861064 CPUtime=6.19
/proc/15384/stat : 15384 (java) R 15370 15370 14494 0 -1 0 31396 0 1 0 604 15 0 0 25 0 8 0 164340562 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073930372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15384/statm: 215266 31133 1975 14 0 201471 0
[pid=15384/tid=15385] ppid=15370 vsize=861064 CPUtime=0.41
/proc/15384/task/15385/stat : 15385 (java) S 15370 15370 14494 0 -1 64 15552 0 0 0 36 5 0 0 17 0 8 0 164340565 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15386] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15386/stat : 15386 (java) S 15370 15370 14494 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164340566 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15387] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15387/stat : 15387 (java) S 15370 15370 14494 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164340566 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15388] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15388/stat : 15388 (java) S 15370 15370 14494 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164340569 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15389] ppid=15370 vsize=861064 CPUtime=0.22
/proc/15384/task/15389/stat : 15389 (java) S 15370 15370 14494 0 -1 64 946 0 0 0 22 0 0 0 15 0 8 0 164340569 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15390] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15390/stat : 15390 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164340569 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15391] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15391/stat : 15391 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164340569 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 908640

[startup+12.6819 s]
/proc/loadavg: 2.10 2.04 2.00 3/94 15391
/proc/meminfo: memFree=1468560/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=0.01
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15384] ppid=15370 vsize=861064 CPUtime=12.56
/proc/15384/stat : 15384 (java) R 15370 15370 14494 0 -1 0 54667 0 1 0 1232 24 0 0 25 0 8 0 164340562 881729536 54401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073980482 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15384/statm: 215266 54401 1975 14 0 201471 0
[pid=15384/tid=15385] ppid=15370 vsize=861064 CPUtime=1.46
/proc/15384/task/15385/stat : 15385 (java) S 15370 15370 14494 0 -1 64 38820 0 0 0 132 14 0 0 16 0 8 0 164340565 881729536 54401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15386] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15386/stat : 15386 (java) S 15370 15370 14494 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164340566 881729536 54401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15387] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15387/stat : 15387 (java) S 15370 15370 14494 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164340566 881729536 54401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15388] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15388/stat : 15388 (java) S 15370 15370 14494 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164340569 881729536 54401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15389] ppid=15370 vsize=861064 CPUtime=0.22
/proc/15384/task/15389/stat : 15389 (java) S 15370 15370 14494 0 -1 64 946 0 0 0 22 0 0 0 15 0 8 0 164340569 881729536 54401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15390] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15390/stat : 15390 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164340569 881729536 54401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15391] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15391/stat : 15391 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164340569 881729536 54401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 908640

[startup+25.5464 s]
/proc/loadavg: 2.07 2.04 2.00 3/94 15391
/proc/meminfo: memFree=1334096/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=0.01
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15384] ppid=15370 vsize=861064 CPUtime=25.37
/proc/15384/stat : 15384 (java) R 15370 15370 14494 0 -1 0 87648 0 1 0 2496 41 0 0 25 0 8 0 164340562 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15384/statm: 215266 87369 1995 14 0 201471 0
[pid=15384/tid=15385] ppid=15370 vsize=861064 CPUtime=2.9
/proc/15384/task/15385/stat : 15385 (java) S 15370 15370 14494 0 -1 64 71715 0 0 0 262 28 0 0 16 0 8 0 164340565 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15386] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15386/stat : 15386 (java) S 15370 15370 14494 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164340566 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15387] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15387/stat : 15387 (java) S 15370 15370 14494 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164340566 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15388] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15388/stat : 15388 (java) S 15370 15370 14494 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164340569 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15389] ppid=15370 vsize=861064 CPUtime=0.3
/proc/15384/task/15389/stat : 15389 (java) S 15370 15370 14494 0 -1 64 982 0 0 0 29 1 0 0 15 0 8 0 164340569 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15390] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15390/stat : 15390 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164340569 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15391] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15391/stat : 15391 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164340569 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908640

[startup+51.2163 s]
/proc/loadavg: 2.27 2.08 2.02 3/106 15444
/proc/meminfo: memFree=1148272/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=0.01
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 761 1866 0 0 0 0 0 1 18 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15384] ppid=15370 vsize=861064 CPUtime=50.58
/proc/15384/stat : 15384 (java) R 15370 15370 14494 0 -1 0 87692 0 1 0 5007 51 0 0 25 0 8 0 164340562 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073514685 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15384/statm: 215266 87369 1995 14 0 201471 0
[pid=15384/tid=15385] ppid=15370 vsize=861064 CPUtime=2.97
/proc/15384/task/15385/stat : 15385 (java) S 15370 15370 14494 0 -1 64 71715 0 0 0 269 28 0 0 16 0 8 0 164340565 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15384/tid=15386] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15386/stat : 15386 (java) S 15370 15370 14494 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164340566 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15387] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15387/stat : 15387 (java) S 15370 15370 14494 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164340566 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15388] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15388/stat : 15388 (java) S 15370 15370 14494 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164340569 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15389] ppid=15370 vsize=861064 CPUtime=0.3
/proc/15384/task/15389/stat : 15389 (java) S 15370 15370 14494 0 -1 64 982 0 0 0 29 1 0 0 15 0 8 0 164340569 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15390] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15390/stat : 15390 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164340569 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15384/tid=15391] ppid=15370 vsize=861064 CPUtime=0
/proc/15384/task/15391/stat : 15391 (java) S 15370 15370 14494 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164340569 881729536 87369 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 908640

[startup+102.466 s]
/proc/loadavg: 2.12 2.07 2.01 3/99 15445
/proc/meminfo: memFree=1339304/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=122196 CPUtime=22.79
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 28098 0 0 0 2262 17 0 0 25 0 1 0 164348504 125128704 28080 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/15445/statm: 30549 28080 54 142 0 30405 0
Current children cumulated CPU time (s) 101.55

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

/proc/loadavg: 2.00 2.00 2.00 3/99 15642
/proc/meminfo: memFree=933024/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=221732 CPUtime=1037.88
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 52928 0 0 0 103723 65 0 0 25 0 1 0 164348504 227053568 52910 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 0 0 0
/proc/15445/statm: 55433 52910 54 142 0 55289 0
Current children cumulated CPU time (s) 1116.64
Current children cumulated vsize (KiB) 269308

[startup+1183.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 15642
/proc/meminfo: memFree=898208/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=227808 CPUtime=1097.62
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 54392 0 0 0 109695 67 0 0 25 0 1 0 164348504 233275392 54374 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529280 0 0 4096 3 0 0 0 17 0 0 0
/proc/15445/statm: 56952 54374 54 142 0 56808 0
Current children cumulated CPU time (s) 1176.38
Current children cumulated vsize (KiB) 275384

[startup+1243.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 15642
/proc/meminfo: memFree=894368/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=231516 CPUtime=1157.39
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 55311 0 0 0 115671 68 0 0 25 0 1 0 164348504 237072384 55293 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/15445/statm: 57879 55293 54 142 0 57735 0
Current children cumulated CPU time (s) 1236.15
Current children cumulated vsize (KiB) 279092

[startup+1304.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 15642
/proc/meminfo: memFree=862240/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=234160 CPUtime=1217.15
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 55986 0 0 0 121646 69 0 0 25 0 1 0 164348504 239779840 55968 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15445/statm: 58540 55968 54 142 0 58396 0
Current children cumulated CPU time (s) 1295.91
Current children cumulated vsize (KiB) 281736

[startup+1364.09 s]
/proc/loadavg: 2.10 2.03 2.01 3/99 15642
/proc/meminfo: memFree=858208/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=238124 CPUtime=1276.95
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 56980 0 0 0 127624 71 0 0 25 0 1 0 164348504 243838976 56962 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15445/statm: 59531 56962 54 142 0 59387 0
Current children cumulated CPU time (s) 1355.71
Current children cumulated vsize (KiB) 285700

[startup+1424.18 s]
/proc/loadavg: 2.04 2.02 2.00 3/99 15642
/proc/meminfo: memFree=823784/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=243168 CPUtime=1336.62
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 58243 0 0 0 133589 73 0 0 25 0 1 0 164348504 249004032 58225 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15445/statm: 60792 58225 54 142 0 60648 0
Current children cumulated CPU time (s) 1415.38
Current children cumulated vsize (KiB) 290744

[startup+1484.26 s]
/proc/loadavg: 2.06 2.03 2.00 3/99 15642
/proc/meminfo: memFree=818536/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=248324 CPUtime=1396.41
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 59539 0 0 0 139567 74 0 0 25 0 1 0 164348504 254283776 59521 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15445/statm: 62081 59521 54 142 0 61937 0
Current children cumulated CPU time (s) 1475.17
Current children cumulated vsize (KiB) 295900

[startup+1544.34 s]
/proc/loadavg: 2.02 2.02 2.00 3/99 15642
/proc/meminfo: memFree=782376/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=254844 CPUtime=1456.15
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 61182 0 0 0 145539 76 0 0 25 0 1 0 164348504 260960256 61164 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529764 0 0 4096 3 0 0 0 17 1 0 0
/proc/15445/statm: 63711 61164 54 142 0 63567 0
Current children cumulated CPU time (s) 1534.91
Current children cumulated vsize (KiB) 302420

[startup+1604.43 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 15642
/proc/meminfo: memFree=778024/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=259216 CPUtime=1515.95
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 62257 0 0 0 151517 78 0 0 25 0 1 0 164348504 265437184 62239 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/15445/statm: 64804 62239 54 142 0 64660 0
Current children cumulated CPU time (s) 1594.71
Current children cumulated vsize (KiB) 306792

[startup+1664.52 s]
/proc/loadavg: 2.14 2.06 2.01 3/99 15642
/proc/meminfo: memFree=743464/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=264116 CPUtime=1575.64
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 63514 0 0 0 157484 80 0 0 25 0 1 0 164348504 270454784 63496 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/15445/statm: 66029 63496 54 142 0 65885 0
Current children cumulated CPU time (s) 1654.4
Current children cumulated vsize (KiB) 311692

[startup+1724.61 s]
/proc/loadavg: 2.05 2.05 2.01 3/99 15642
/proc/meminfo: memFree=737960/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=269532 CPUtime=1635.39
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 64854 0 0 0 163457 82 0 0 25 0 1 0 164348504 276000768 64836 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/15445/statm: 67383 64836 54 142 0 67239 0
Current children cumulated CPU time (s) 1714.15
Current children cumulated vsize (KiB) 317108

[startup+1784.69 s]
/proc/loadavg: 2.08 2.05 2.01 3/99 15642
/proc/meminfo: memFree=704936/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=273628 CPUtime=1695.15
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 65885 0 0 0 169432 83 0 0 25 0 1 0 164348504 280195072 65867 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/15445/statm: 68407 65867 54 142 0 68263 0
Current children cumulated CPU time (s) 1773.91
Current children cumulated vsize (KiB) 321204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.99 s]
/proc/loadavg: 2.05 2.05 2.00 3/99 15642
/proc/meminfo: memFree=701992/2055920 swapFree=4191880/4192956
[pid=15370] ppid=15368 vsize=47576 CPUtime=78.76
/proc/15370/stat : 15370 (galac.sh) S 15368 15370 14494 0 -1 4194304 799 89617 0 1 0 0 7808 68 17 0 1 0 164340558 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15370/statm: 11894 363 245 79 0 218 0
[pid=15445] ppid=15370 vsize=276540 CPUtime=1721.32
/proc/15445/stat : 15445 (minisat) R 15370 15370 14494 0 -1 4194304 66613 0 0 0 172048 84 0 0 25 0 1 0 164348504 283176960 66595 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15445/statm: 69135 66595 54 142 0 68991 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 324116

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 15370 and gives childrusage.ru_utime.tv_sec=78 childrusage.ru_utime.tv_usec=89128 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=688895
CPU time returned by wait4() is 78.778
while last known CPU time is 1800.08

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

Real time (s): 1811
CPU time (s): 1800.08
CPU user time (s): 1798.56
CPU system time (s): 1.52
CPU usage (%): 99.397
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.0891
system time used= 0.688895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90416
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= 3480
involuntary context switches= 4914

runsolver used 1.9737 s user time and 6.06608 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 08:44:14 UTC 2007


IDJOB= 203317
IDBENCH= 3956
FILE ID= node9/203317-1168159454

PBS_JOBID= 3478252

Free space on /tmp= 66528 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  dbd711457459488701c928355f301608

RANDOM SEED= 657250283

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.231
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.231
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:       1679728 kB
Buffers:         32432 kB
Cached:         217260 kB
SwapCached:        276 kB
Active:         166108 kB
Inactive:       147844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679728 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            8760 kB
Writeback:           0 kB
Mapped:          79360 kB
Slab:            46940 kB
Committed_AS:  4396500 kB
PageTables:       2280 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= 66496 MiB



End job on node9 on Sun Jan  7 09:14:25 UTC 2007