Trace number 206388

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.07 1806.09

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-19_ext.xml
MD5SUM723a4c144040029cd1b7c4aa2da486fe
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.38	c start processing
5.38	c start relation processing
19.52	c start cnf exporting
82.17	c parsing time : 5.217
82.17	c preprocessing time : 82.009
82.17	
82.17	c Nary constraints - conflicts : 0 supports : 93
82.17	c Binary constraints - conflicts : 0 supports :0
82.17	c max arity constraint : 3
82.17	c Max Tuples generated 0
82.17	c relations : 93
82.17	c relations BDD: 93
82.17	c vars : 598190 - clauses :  1874419
82.17	
82.28	 
82.28	c --- Minisat Stats ---
82.28	 

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-206388-1168172311 -o ROOT/results/node10/solver-206388-1168172311 -C 1800 -M 900 /tmp/evaluation/206388-1168172311/galac.sh /tmp/evaluation/206388-1168172311/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: 1.98 2.03 1.98 5/94 1991
/proc/meminfo: memFree=1742992/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=18540 CPUtime=0
/proc/1990/stat : 1990 (runsolver) R 1988 1990 31970 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 165626274 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1990/statm: 4635 279 244 17 0 2626 0

[startup+0.110675 s]
/proc/loadavg: 1.98 2.03 1.98 5/94 1991
/proc/meminfo: memFree=1742992/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=0.01
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.522732 s]
/proc/loadavg: 1.98 2.03 1.98 5/94 1991
/proc/meminfo: memFree=1742992/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=0.01
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.34584 s]
/proc/loadavg: 1.98 2.03 1.98 3/102 2013
/proc/meminfo: memFree=1666000/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=0.01
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2005] ppid=1990 vsize=861064 CPUtime=1.29
/proc/2005/stat : 2005 (java) R 1990 1990 31970 0 -1 0 21569 0 1 0 117 12 0 0 22 0 8 0 165626277 881729536 21321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073753196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2005/statm: 215266 21321 1967 14 0 201471 0
[pid=2005/tid=2006] ppid=1990 vsize=861064 CPUtime=0.08
/proc/2005/task/2006/stat : 2006 (java) S 1990 1990 31970 0 -1 64 5814 0 0 0 6 2 0 0 16 0 8 0 165626281 881729536 21321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2007] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2007/stat : 2007 (java) S 1990 1990 31970 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165626282 881729536 21321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2008] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2008/stat : 2008 (java) S 1990 1990 31970 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165626282 881729536 21321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2009] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2009/stat : 2009 (java) S 1990 1990 31970 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165626285 881729536 21321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2011] ppid=1990 vsize=861064 CPUtime=0.13
/proc/2005/task/2011/stat : 2011 (java) S 1990 1990 31970 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 165626285 881729536 21321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2012] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2012/stat : 2012 (java) S 1990 1990 31970 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165626285 881729536 21321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2013] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2013/stat : 2013 (java) S 1990 1990 31970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165626285 881729536 21321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908640

[startup+2.98307 s]
/proc/loadavg: 1.98 2.03 1.98 3/102 2013
/proc/meminfo: memFree=1654352/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=0.01
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2005] ppid=1990 vsize=861064 CPUtime=2.91
/proc/2005/stat : 2005 (java) R 1990 1990 31970 0 -1 0 25343 0 1 0 278 13 0 0 25 0 8 0 165626277 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073681429 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2005/statm: 215266 25090 1967 14 0 201471 0
[pid=2005/tid=2006] ppid=1990 vsize=861064 CPUtime=0.2
/proc/2005/task/2006/stat : 2006 (java) S 1990 1990 31970 0 -1 64 9572 0 0 0 17 3 0 0 16 0 8 0 165626281 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2007] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2007/stat : 2007 (java) S 1990 1990 31970 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165626282 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2008] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2008/stat : 2008 (java) S 1990 1990 31970 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165626282 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2009] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2009/stat : 2009 (java) S 1990 1990 31970 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165626285 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2011] ppid=1990 vsize=861064 CPUtime=0.15
/proc/2005/task/2011/stat : 2011 (java) S 1990 1990 31970 0 -1 64 903 0 0 0 14 1 0 0 16 0 8 0 165626285 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2012] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2012/stat : 2012 (java) S 1990 1990 31970 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165626285 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2013] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2013/stat : 2013 (java) S 1990 1990 31970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165626285 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908640

[startup+6.28351 s]
/proc/loadavg: 1.98 2.03 1.98 3/102 2013
/proc/meminfo: memFree=1625360/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=0.01
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2005] ppid=1990 vsize=861064 CPUtime=6.2
/proc/2005/stat : 2005 (java) R 1990 1990 31970 0 -1 0 31389 0 1 0 604 16 0 0 25 0 8 0 165626277 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073975709 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2005/statm: 215266 31126 1975 14 0 201471 0
[pid=2005/tid=2006] ppid=1990 vsize=861064 CPUtime=0.41
/proc/2005/task/2006/stat : 2006 (java) S 1990 1990 31970 0 -1 64 15546 0 0 0 36 5 0 0 17 0 8 0 165626281 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2007] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2007/stat : 2007 (java) S 1990 1990 31970 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165626282 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2008] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2008/stat : 2008 (java) S 1990 1990 31970 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165626282 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2009] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2009/stat : 2009 (java) S 1990 1990 31970 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165626285 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2011] ppid=1990 vsize=861064 CPUtime=0.22
/proc/2005/task/2011/stat : 2011 (java) S 1990 1990 31970 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 165626285 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2012] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2012/stat : 2012 (java) S 1990 1990 31970 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165626285 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2013] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2013/stat : 2013 (java) S 1990 1990 31970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165626285 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908640

[startup+12.7694 s]
/proc/loadavg: 1.98 2.03 1.98 3/102 2013
/proc/meminfo: memFree=1532112/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=0.01
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2005] ppid=1990 vsize=861064 CPUtime=12.65
/proc/2005/stat : 2005 (java) R 1990 1990 31970 0 -1 0 54662 0 1 0 1240 25 0 0 25 0 8 0 165626277 881729536 54396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2005/statm: 215266 54396 1975 14 0 201471 0
[pid=2005/tid=2006] ppid=1990 vsize=861064 CPUtime=1.46
/proc/2005/task/2006/stat : 2006 (java) S 1990 1990 31970 0 -1 64 38816 0 0 0 133 13 0 0 16 0 8 0 165626281 881729536 54396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2007] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2007/stat : 2007 (java) S 1990 1990 31970 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165626282 881729536 54396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2008] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2008/stat : 2008 (java) S 1990 1990 31970 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165626282 881729536 54396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2009] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2009/stat : 2009 (java) S 1990 1990 31970 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165626285 881729536 54396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2011] ppid=1990 vsize=861064 CPUtime=0.22
/proc/2005/task/2011/stat : 2011 (java) S 1990 1990 31970 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 165626285 881729536 54396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2012] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2012/stat : 2012 (java) S 1990 1990 31970 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165626285 881729536 54396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2013] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2013/stat : 2013 (java) S 1990 1990 31970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165626285 881729536 54396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 908640

[startup+25.6641 s]
/proc/loadavg: 1.98 2.02 1.98 3/102 2013
/proc/meminfo: memFree=1397456/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=0.01
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2005] ppid=1990 vsize=861064 CPUtime=25.49
/proc/2005/stat : 2005 (java) R 1990 1990 31970 0 -1 0 87656 0 1 0 2506 43 0 0 25 0 8 0 165626277 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2005/statm: 215266 87376 1995 14 0 201471 0
[pid=2005/tid=2006] ppid=1990 vsize=861064 CPUtime=2.91
/proc/2005/task/2006/stat : 2006 (java) S 1990 1990 31970 0 -1 64 71723 0 0 0 263 28 0 0 16 0 8 0 165626281 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2007] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2007/stat : 2007 (java) S 1990 1990 31970 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165626282 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2008] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2008/stat : 2008 (java) S 1990 1990 31970 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165626282 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2009] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2009/stat : 2009 (java) S 1990 1990 31970 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165626285 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2011] ppid=1990 vsize=861064 CPUtime=0.29
/proc/2005/task/2011/stat : 2011 (java) S 1990 1990 31970 0 -1 64 982 0 0 0 27 2 0 0 15 0 8 0 165626285 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2012] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2012/stat : 2012 (java) S 1990 1990 31970 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165626285 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2013] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2013/stat : 2013 (java) S 1990 1990 31970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165626285 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 908640

[startup+51.3206 s]
/proc/loadavg: 1.99 2.02 1.98 3/102 2013
/proc/meminfo: memFree=1383504/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=0.01
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2005] ppid=1990 vsize=861064 CPUtime=50.99
/proc/2005/stat : 2005 (java) R 1990 1990 31970 0 -1 0 87698 0 1 0 5047 52 0 0 25 0 8 0 165626277 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073514685 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2005/statm: 215266 87376 1995 14 0 201471 0
[pid=2005/tid=2006] ppid=1990 vsize=861064 CPUtime=2.98
/proc/2005/task/2006/stat : 2006 (java) S 1990 1990 31970 0 -1 64 71723 0 0 0 270 28 0 0 16 0 8 0 165626281 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2007] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2007/stat : 2007 (java) S 1990 1990 31970 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165626282 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2008] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2008/stat : 2008 (java) S 1990 1990 31970 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165626282 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2009] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2009/stat : 2009 (java) S 1990 1990 31970 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165626285 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2011] ppid=1990 vsize=861064 CPUtime=0.29
/proc/2005/task/2011/stat : 2011 (java) S 1990 1990 31970 0 -1 64 982 0 0 0 27 2 0 0 15 0 8 0 165626285 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2012] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2012/stat : 2012 (java) S 1990 1990 31970 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165626285 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2005/tid=2013] ppid=1990 vsize=861064 CPUtime=0
/proc/2005/task/2013/stat : 2013 (java) S 1990 1990 31970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165626285 881729536 87376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 908640

[startup+102.55 s]
/proc/loadavg: 1.99 2.02 1.98 3/95 2016
/proc/meminfo: memFree=1596296/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=122144 CPUtime=20.16
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 28114 0 0 0 2002 14 0 0 25 0 1 0 165634502 125075456 28096 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/2016/statm: 30536 28096 54 142 0 30392 0
Current children cumulated CPU time (s) 101.92

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

/proc/loadavg: 2.00 2.00 2.00 3/95 2099
/proc/meminfo: memFree=1202504/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=198604 CPUtime=1036.84
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 47095 0 0 0 103634 50 0 0 25 0 1 0 165634502 203370496 47077 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 49651 47077 54 142 0 49507 0
Current children cumulated CPU time (s) 1118.6
Current children cumulated vsize (KiB) 246180

[startup+1183.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1420672/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=200848 CPUtime=1096.83
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 47634 0 0 0 109632 51 0 0 25 0 1 0 165634502 205668352 47616 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 50212 47616 54 142 0 50068 0
Current children cumulated CPU time (s) 1178.59
Current children cumulated vsize (KiB) 248424

[startup+1244 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1414528/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=203924 CPUtime=1156.84
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 48420 0 0 0 115632 52 0 0 25 0 1 0 165634502 208818176 48402 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 50981 48402 54 142 0 50837 0
Current children cumulated CPU time (s) 1238.6
Current children cumulated vsize (KiB) 251500

[startup+1304.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 2100
/proc/meminfo: memFree=1407104/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=208148 CPUtime=1216.88
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 49476 0 0 0 121635 53 0 0 25 0 1 0 165634502 213143552 49458 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 52037 49458 54 142 0 51893 0
Current children cumulated CPU time (s) 1298.64
Current children cumulated vsize (KiB) 255724

[startup+1364.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 2100
/proc/meminfo: memFree=1400256/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=211188 CPUtime=1276.92
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 50228 0 0 0 127637 55 0 0 25 0 1 0 165634502 216256512 50210 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 52797 50210 54 142 0 52653 0
Current children cumulated CPU time (s) 1358.68
Current children cumulated vsize (KiB) 258764

[startup+1424.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1393152/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=215028 CPUtime=1336.93
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 51201 0 0 0 133636 57 0 0 25 0 1 0 165634502 220188672 51183 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 53757 51183 54 142 0 53613 0
Current children cumulated CPU time (s) 1418.69
Current children cumulated vsize (KiB) 262604

[startup+1484.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 2100
/proc/meminfo: memFree=1388736/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=216884 CPUtime=1396.98
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 51592 0 0 0 139640 58 0 0 25 0 1 0 165634502 222089216 51574 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 54221 51574 54 142 0 54077 0
Current children cumulated CPU time (s) 1478.74
Current children cumulated vsize (KiB) 264460

[startup+1544.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 2100
/proc/meminfo: memFree=1381888/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=218484 CPUtime=1456.93
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 51998 0 0 0 145635 58 0 0 25 0 1 0 165634502 223727616 51980 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 54621 51980 54 142 0 54477 0
Current children cumulated CPU time (s) 1538.69
Current children cumulated vsize (KiB) 266060

[startup+1604.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1377216/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=219936 CPUtime=1516.93
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 52378 0 0 0 151634 59 0 0 25 0 1 0 165634502 225214464 52360 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 54984 52360 54 142 0 54840 0
Current children cumulated CPU time (s) 1598.69
Current children cumulated vsize (KiB) 267512

[startup+1664.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1370880/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=221932 CPUtime=1576.98
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 52882 0 0 0 157638 60 0 0 25 0 1 0 165634502 227258368 52864 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 55483 52864 54 142 0 55339 0
Current children cumulated CPU time (s) 1658.74
Current children cumulated vsize (KiB) 269508

[startup+1724.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1356544/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=224308 CPUtime=1636.92
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 53482 0 0 0 163631 61 0 0 25 0 1 0 165634502 229691392 53464 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 56077 53464 54 142 0 55933 0
Current children cumulated CPU time (s) 1718.68
Current children cumulated vsize (KiB) 271884

[startup+1784.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1337600/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=227092 CPUtime=1696.95
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 54180 0 0 0 169633 62 0 0 25 0 1 0 165634502 232542208 54162 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 56773 54162 54 142 0 56629 0
Current children cumulated CPU time (s) 1778.71
Current children cumulated vsize (KiB) 274668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1332800/2055920 swapFree=4178216/4192956
[pid=1990] ppid=1988 vsize=47576 CPUtime=81.76
/proc/1990/stat : 1990 (galac.sh) S 1988 1990 31970 0 -1 4194304 798 89462 0 1 0 0 8104 72 17 0 1 0 165626274 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1990/statm: 11894 363 245 79 0 218 0
[pid=2016] ppid=1990 vsize=229520 CPUtime=1718.31
/proc/2016/stat : 2016 (minisat) R 1990 1990 31970 0 -1 4194304 54800 0 0 0 171769 62 0 0 25 0 1 0 165634502 235028480 54782 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/2016/statm: 57380 54782 54 142 0 57236 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 277096

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 1990 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=54677 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=729889
CPU time returned by wait4() is 81.7846
while last known CPU time is 1800.07

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

Real time (s): 1806.09
CPU time (s): 1800.07
CPU user time (s): 1798.73
CPU system time (s): 1.34
CPU usage (%): 99.6668
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.0547
system time used= 0.729889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90260
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= 3553
involuntary context switches= 6876

runsolver used 2.10168 s user time and 5.9061 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 12:18:31 UTC 2007


IDJOB= 206388
IDBENCH= 4204
FILE ID= node10/206388-1168172311

PBS_JOBID= 3478699

Free space on /tmp= 66363 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  723a4c144040029cd1b7c4aa2da486fe

RANDOM SEED= 519255290

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.232
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.232
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:       1743472 kB
Buffers:         15052 kB
Cached:         139012 kB
SwapCached:       2064 kB
Active:         163644 kB
Inactive:        85572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743472 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            8688 kB
Writeback:           0 kB
Mapped:         112272 kB
Slab:            47888 kB
Committed_AS:  4172732 kB
PageTables:       2404 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= 66294 MiB



End job on node10 on Sun Jan  7 12:48:38 UTC 2007