Trace number 209158

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.06 1816.68

General information on the benchmark

Namefapp/fapp01-05/fapp01/
fapp01-0200-5.xml
MD5SUMd95687246792a6ac7ed4a97541fb6e3f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.34979
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
528.78	c start processing
528.78	c start relation processing
534.68	c start cnf exporting
741.71	c parsing time : 528.613
741.71	c preprocessing time : 741.543
741.71	
741.71	c Nary constraints - conflicts : 0 supports : 0
741.71	c Binary constraints - conflicts : 1928 supports :125
741.71	c max arity constraint : 2
741.71	c Max Tuples generated 36100
741.71	c relations : 1494
741.71	c relations BDD: 0
741.71	c vars : 26964 - clauses :  8258839
741.71	
741.81	 
741.81	c --- Minisat Stats ---
741.81	 

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/node3/watcher-209158-1168191777 -o ROOT/results/node3/solver-209158-1168191777 -C 1800 -M 900 /tmp/evaluation/209158-1168191777/galac.sh /tmp/evaluation/209158-1168191777/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.92 2.01 1.99 5/87 4494
/proc/meminfo: memFree=1574608/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=18540 CPUtime=0
/proc/4493/stat : 4493 (runsolver) R 4491 4493 4423 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 167573423 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4493/statm: 4635 279 244 17 0 2626 0

[startup+0.110128 s]
/proc/loadavg: 1.92 2.01 1.99 5/87 4494
/proc/meminfo: memFree=1574608/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.518194 s]
/proc/loadavg: 1.92 2.01 1.99 5/87 4494
/proc/meminfo: memFree=1574608/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33933 s]
/proc/loadavg: 1.92 2.01 1.99 4/95 4514
/proc/meminfo: memFree=1532568/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4507] ppid=4493 vsize=861012 CPUtime=1.27
/proc/4507/stat : 4507 (java) S 4493 4493 4423 0 -1 0 12851 0 1 0 120 7 0 0 16 0 8 0 167573427 881676288 12587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4507/statm: 215253 12587 1989 14 0 201458 0
[pid=4507/tid=4508] ppid=4493 vsize=861012 CPUtime=0.54
/proc/4507/task/4508/stat : 4508 (java) R 4493 4493 4423 0 -1 64 4277 0 0 0 53 1 0 0 19 0 8 0 167573431 881676288 12587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155215794 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4509] ppid=4493 vsize=861012 CPUtime=0
/proc/4507/task/4509/stat : 4509 (java) S 4493 4493 4423 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167573431 881676288 12587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4510] ppid=4493 vsize=861012 CPUtime=0
/proc/4507/task/4510/stat : 4510 (java) S 4493 4493 4423 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167573431 881676288 12587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4493 vsize=861012 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167573435 881676288 12587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4512] ppid=4493 vsize=861012 CPUtime=0.14
/proc/4507/task/4512/stat : 4512 (java) S 4493 4493 4423 0 -1 64 929 0 0 0 14 0 0 0 19 0 8 0 167573435 881676288 12587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4513] ppid=4493 vsize=861012 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167573435 881676288 12587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4514] ppid=4493 vsize=861012 CPUtime=0
/proc/4507/task/4514/stat : 4514 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167573435 881676288 12587 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) 908572

[startup+2.9876 s]
/proc/loadavg: 1.93 2.01 1.99 3/95 4514
/proc/meminfo: memFree=1528408/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4507] ppid=4493 vsize=861092 CPUtime=2.91
/proc/4507/stat : 4507 (java) S 4493 4493 4423 0 -1 0 14626 0 1 0 283 8 0 0 16 0 8 0 167573427 881758208 14329 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4507/statm: 215273 14329 1994 14 0 201478 0
[pid=4507/tid=4508] ppid=4493 vsize=861092 CPUtime=1.89
/proc/4507/task/4508/stat : 4508 (java) R 4493 4493 4423 0 -1 64 5994 0 0 0 187 2 0 0 25 0 8 0 167573431 881758208 14329 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153789672 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4509] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4509/stat : 4509 (java) S 4493 4493 4423 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167573431 881758208 14329 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4510] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4510/stat : 4510 (java) S 4493 4493 4423 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167573431 881758208 14329 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167573435 881758208 14329 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4512] ppid=4493 vsize=861092 CPUtime=0.17
/proc/4507/task/4512/stat : 4512 (java) S 4493 4493 4423 0 -1 64 942 0 0 0 16 1 0 0 16 0 8 0 167573435 881758208 14329 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4513] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167573435 881758208 14329 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4514] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4514/stat : 4514 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167573435 881758208 14329 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) 908652

[startup+6.28514 s]
/proc/loadavg: 1.93 2.01 1.99 3/95 4514
/proc/meminfo: memFree=1518040/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4507] ppid=4493 vsize=861092 CPUtime=6.18
/proc/4507/stat : 4507 (java) S 4493 4493 4423 0 -1 0 16432 0 1 0 609 9 0 0 15 0 8 0 167573427 881758208 16088 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4507/statm: 215273 16088 1994 14 0 201478 0
[pid=4507/tid=4508] ppid=4493 vsize=861092 CPUtime=4.75
/proc/4507/task/4508/stat : 4508 (java) R 4493 4493 4423 0 -1 64 7737 0 0 0 473 2 0 0 25 0 8 0 167573431 881758208 16088 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134196 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4509] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4509/stat : 4509 (java) S 4493 4493 4423 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167573431 881758208 16088 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4510] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4510/stat : 4510 (java) S 4493 4493 4423 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167573431 881758208 16088 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167573435 881758208 16088 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4512] ppid=4493 vsize=861092 CPUtime=0.2
/proc/4507/task/4512/stat : 4512 (java) S 4493 4493 4423 0 -1 64 958 0 0 0 19 1 0 0 15 0 8 0 167573435 881758208 16088 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4513] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167573435 881758208 16088 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4514] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4514/stat : 4514 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167573435 881758208 16088 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) 908652

[startup+12.6972 s]
/proc/loadavg: 1.94 2.01 1.99 3/95 4514
/proc/meminfo: memFree=1505304/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4507] ppid=4493 vsize=861092 CPUtime=12.52
/proc/4507/stat : 4507 (java) S 4493 4493 4423 0 -1 0 19660 0 1 0 1241 11 0 0 16 0 8 0 167573427 881758208 19248 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4507/statm: 215273 19248 1994 14 0 201478 0
[pid=4507/tid=4508] ppid=4493 vsize=861092 CPUtime=10.44
/proc/4507/task/4508/stat : 4508 (java) R 4493 4493 4423 0 -1 64 10875 0 0 0 1041 3 0 0 25 0 8 0 167573431 881758208 19248 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4509] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4509/stat : 4509 (java) S 4493 4493 4423 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167573431 881758208 19248 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4510] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4510/stat : 4510 (java) S 4493 4493 4423 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167573431 881758208 19248 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167573435 881758208 19248 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4512] ppid=4493 vsize=861092 CPUtime=0.24
/proc/4507/task/4512/stat : 4512 (java) S 4493 4493 4423 0 -1 64 980 0 0 0 23 1 0 0 15 0 8 0 167573435 881758208 19248 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4513] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167573435 881758208 19248 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4514] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4514/stat : 4514 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167573435 881758208 19248 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 908652

[startup+25.5933 s]
/proc/loadavg: 1.95 2.01 1.99 3/95 4514
/proc/meminfo: memFree=1490904/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4507] ppid=4493 vsize=861092 CPUtime=25.3
/proc/4507/stat : 4507 (java) S 4493 4493 4423 0 -1 0 23297 0 1 0 2518 12 0 0 15 0 8 0 167573427 881758208 22785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4507/statm: 215273 22785 1994 14 0 201478 0
[pid=4507/tid=4508] ppid=4493 vsize=861092 CPUtime=22.43
/proc/4507/task/4508/stat : 4508 (java) R 4493 4493 4423 0 -1 64 14409 0 0 0 2239 4 0 0 25 0 8 0 167573431 881758208 22785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4509] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4509/stat : 4509 (java) S 4493 4493 4423 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167573431 881758208 22785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4510] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4510/stat : 4510 (java) S 4493 4493 4423 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167573431 881758208 22785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167573435 881758208 22785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4512] ppid=4493 vsize=861092 CPUtime=0.25
/proc/4507/task/4512/stat : 4512 (java) S 4493 4493 4423 0 -1 64 983 0 0 0 24 1 0 0 15 0 8 0 167573435 881758208 22785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4513] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167573435 881758208 22785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4514] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4514/stat : 4514 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167573435 881758208 22785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 908652

[startup+51.2934 s]
/proc/loadavg: 1.96 2.00 1.99 3/95 4514
/proc/meminfo: memFree=1463448/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4507] ppid=4493 vsize=861092 CPUtime=50.75
/proc/4507/stat : 4507 (java) S 4493 4493 4423 0 -1 0 30184 0 1 0 5058 17 0 0 15 0 8 0 167573427 881758208 29535 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4507/statm: 215273 29535 1994 14 0 201478 0
[pid=4507/tid=4508] ppid=4493 vsize=861092 CPUtime=46.7
/proc/4507/task/4508/stat : 4508 (java) R 4493 4493 4423 0 -1 64 21141 0 0 0 4661 9 0 0 25 0 8 0 167573431 881758208 29535 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134250 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4509] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4509/stat : 4509 (java) S 4493 4493 4423 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167573431 881758208 29535 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4510] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4510/stat : 4510 (java) S 4493 4493 4423 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 167573431 881758208 29535 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4511] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4511/stat : 4511 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167573435 881758208 29535 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4512] ppid=4493 vsize=861092 CPUtime=0.27
/proc/4507/task/4512/stat : 4512 (java) S 4493 4493 4423 0 -1 64 1001 0 0 0 26 1 0 0 15 0 8 0 167573435 881758208 29535 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4513] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4513/stat : 4513 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167573435 881758208 29535 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4507/tid=4514] ppid=4493 vsize=861092 CPUtime=0
/proc/4507/task/4514/stat : 4514 (java) S 4493 4493 4423 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167573435 881758208 29535 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 908652

[startup+102.531 s]
/proc/loadavg: 1.98 2.00 1.99 3/95 4514
/proc/meminfo: memFree=1432280/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=0.01
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4507] ppid=4493 vsize=861092 CPUtime=101.52
/proc/4507/stat : 4507 (java) S 4493 4493 4423 0 -1 0 38171 0 1 0 10130 22 0 0 15 0 8 0 167573427 881758208 37322 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4507/statm: 215273 37322 1994 14 0 201478 0
[pid=4507/tid=4508] ppid=4493 vsize=861092 CPUtime=95.97

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

/proc/loadavg: 2.00 2.00 2.00 3/95 4654
/proc/meminfo: memFree=918936/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=545420 CPUtime=378.12
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 132334 0 0 0 37725 87 0 0 25 0 1 0 167647605 558510080 132316 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 136355 132316 54 142 0 136211 0
Current children cumulated CPU time (s) 1112.97
Current children cumulated vsize (KiB) 592980

[startup+1183.68 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4714
/proc/meminfo: memFree=896648/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=568392 CPUtime=437.59
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 138101 0 0 0 43666 93 0 0 25 0 1 0 167647605 582033408 138083 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 142098 138083 54 142 0 141954 0
Current children cumulated CPU time (s) 1172.44
Current children cumulated vsize (KiB) 615952

[startup+1243.76 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4714
/proc/meminfo: memFree=880840/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=584244 CPUtime=497.12
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 142056 0 0 0 49615 97 0 0 25 0 1 0 167647605 598265856 142038 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 146061 142038 54 142 0 145917 0
Current children cumulated CPU time (s) 1231.97
Current children cumulated vsize (KiB) 631804

[startup+1303.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4714
/proc/meminfo: memFree=859912/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=605412 CPUtime=556.65
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 147303 0 0 0 55562 103 0 0 25 0 1 0 167647605 619941888 147285 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 151353 147285 54 142 0 151209 0
Current children cumulated CPU time (s) 1291.5
Current children cumulated vsize (KiB) 652972

[startup+1363.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 4715
/proc/meminfo: memFree=837888/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=627132 CPUtime=616.17
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 152722 0 0 0 61509 108 0 0 25 0 1 0 167647605 642183168 152704 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 156783 152704 54 142 0 156639 0
Current children cumulated CPU time (s) 1351.02
Current children cumulated vsize (KiB) 674692

[startup+1423.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 4715
/proc/meminfo: memFree=819520/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=646168 CPUtime=675.69
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 157329 0 0 0 67456 113 0 0 25 0 1 0 167647605 661676032 157311 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 161542 157311 54 142 0 161398 0
Current children cumulated CPU time (s) 1410.54
Current children cumulated vsize (KiB) 693728

[startup+1484.04 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 4715
/proc/meminfo: memFree=801600/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=664092 CPUtime=735.2
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 161804 0 0 0 73403 117 0 0 25 0 1 0 167647605 680030208 161786 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 166023 161786 54 142 0 165879 0
Current children cumulated CPU time (s) 1470.05
Current children cumulated vsize (KiB) 711652

[startup+1544.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 4715
/proc/meminfo: memFree=782464/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=683548 CPUtime=794.7
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 166648 0 0 0 79349 121 0 0 25 0 1 0 167647605 699953152 166630 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 170887 166630 54 142 0 170743 0
Current children cumulated CPU time (s) 1529.55
Current children cumulated vsize (KiB) 731108

[startup+1604.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 4715
/proc/meminfo: memFree=765568/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=700616 CPUtime=854.21
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 170887 0 0 0 85294 127 0 0 25 0 1 0 167647605 717430784 170869 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 175154 170869 54 142 0 175010 0
Current children cumulated CPU time (s) 1589.06
Current children cumulated vsize (KiB) 748176

[startup+1664.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 4715
/proc/meminfo: memFree=749312/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=716820 CPUtime=913.72
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 174905 0 0 0 91241 131 0 0 25 0 1 0 167647605 734023680 174887 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 179205 174887 54 142 0 179061 0
Current children cumulated CPU time (s) 1648.57
Current children cumulated vsize (KiB) 764380

[startup+1724.29 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 4715
/proc/meminfo: memFree=732480/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=733400 CPUtime=973.24
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 179052 0 0 0 97188 136 0 0 25 0 1 0 167647605 751001600 179034 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/4515/statm: 183350 179034 54 142 0 183206 0
Current children cumulated CPU time (s) 1708.09
Current children cumulated vsize (KiB) 780960

[startup+1784.34 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4945
/proc/meminfo: memFree=617752/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=750224 CPUtime=1032.92
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 183245 0 0 0 103149 143 0 0 25 0 1 0 167647605 768229376 183227 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/4515/statm: 187556 183227 54 142 0 187412 0
Current children cumulated CPU time (s) 1767.77
Current children cumulated vsize (KiB) 797784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.67 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4945
/proc/meminfo: memFree=608792/2055920 swapFree=4192812/4192956
[pid=4493] ppid=4491 vsize=47560 CPUtime=734.85
/proc/4493/stat : 4493 (galac.sh) S 4491 4493 4423 0 -1 4194304 799 86052 0 1 0 0 73353 132 17 0 1 0 167573423 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4493/statm: 11890 363 245 79 0 218 0
[pid=4515] ppid=4493 vsize=759252 CPUtime=1065.21
/proc/4515/stat : 4515 (minisat) R 4493 4493 4423 0 -1 4194304 185495 0 0 0 106376 145 0 0 25 0 1 0 167647605 777474048 185477 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/4515/statm: 189813 185477 54 142 0 189669 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 806812

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 4493 and gives childrusage.ru_utime.tv_sec=733 childrusage.ru_utime.tv_usec=537485 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=330797
CPU time returned by wait4() is 734.868
while last known CPU time is 1800.06

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

Real time (s): 1816.68
CPU time (s): 1800.06
CPU user time (s): 1797.29
CPU system time (s): 2.77
CPU usage (%): 99.0852
Max. virtual memory (cumulated for all children) (KiB): 908652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 733.537
system time used= 1.3308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86851
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= 20761
involuntary context switches= 25141

runsolver used 2.07868 s user time and 6.01309 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Jan  7 17:42:58 UTC 2007


IDJOB= 209158
IDBENCH= 4499
FILE ID= node3/209158-1168191777

PBS_JOBID= 3479346

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp01/fapp01-0200-5.xml
COMMAND LINE= /tmp/evaluation/209158-1168191777/galac.sh /tmp/evaluation/209158-1168191777/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-209158-1168191777 -o ROOT/results/node3/solver-209158-1168191777 -C 1800 -M 900  /tmp/evaluation/209158-1168191777/galac.sh /tmp/evaluation/209158-1168191777/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d95687246792a6ac7ed4a97541fb6e3f

RANDOM SEED= 450978039

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.279
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.279
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:       1575088 kB
Buffers:         48404 kB
Cached:         303768 kB
SwapCached:          0 kB
Active:         185480 kB
Inactive:       234140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3324 kB
Writeback:           0 kB
Mapped:          87708 kB
Slab:            46328 kB
Committed_AS:  4439796 kB
PageTables:       2052 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= 66425 MiB



End job on node3 on Sun Jan  7 18:13:15 UTC 2007