Trace number 207768

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 1SAT 869.971 871.373

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-13_ext.xml
MD5SUM98a2bcb80321031da0c1cebada5e3a5d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.51262
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
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 ---
0.85	c start processing
0.85	c start relation processing
1.49	c start cnf exporting
244.68	c parsing time : 0.637
244.68	c preprocessing time : 244.467
244.68	
244.68	c Nary constraints - conflicts : 0 supports : 25
244.68	c Binary constraints - conflicts : 300 supports :25
244.68	c max arity constraint : 3
244.68	c Max Tuples generated 0
244.68	c relations : 28
244.68	c relations BDD: 2
244.68	c vars : 252384 - clauses :  13627040
244.68	
244.73	 
244.74	c --- Minisat Stats ---
244.74	 
868.71	c restarts              : 16
868.71	c conflicts             : 127370         (205 /sec)
868.71	c decisions             : 793513         (1.47 % random) (1274 /sec)
868.71	c propagations          : 1203657542     (1932856 /sec)
868.71	c conflict literals     : 12731459       (37.73 % deleted)
868.71	c Memory used           : 508.59 MB
868.71	c CPU time              : 622.735 s
868.71	
868.81	s SATISFIABLE
871.26	v 16 3 7 6 23 2 18 6 20 11 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 10 2 12 4 14 2 6 3 22 0 4 2 15 7 9 11 17 28 34 37 38 43 55 60 64 64 68 80 99 112 113 115 119 121 124 124 126 133 133 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node33/watcher-207768-1168183155 -o ROOT/results/node33/solver-207768-1168183155 -C 1800 -M 900 /tmp/evaluation/207768-1168183155/galac.sh /tmp/evaluation/207768-1168183155/unknown.xml 

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

/proc/loadavg: 2.00 2.10 2.07 5/81 8267
/proc/meminfo: memFree=849344/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=6348 CPUtime=0
/proc/8266/stat : 8266 (galac.sh) R 8264 8266 7561 0 -1 4194304 260 0 0 0 0 0 0 0 20 0 1 0 166709333 6500352 215 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210824298578 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8266/statm: 1587 215 165 79 0 123 0

[startup+0.104707 s]
/proc/loadavg: 2.00 2.10 2.07 5/81 8267
/proc/meminfo: memFree=849344/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.516784 s]
/proc/loadavg: 2.00 2.10 2.07 5/81 8267
/proc/meminfo: memFree=849344/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33897 s]
/proc/loadavg: 2.00 2.10 2.07 4/89 8287
/proc/meminfo: memFree=807232/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=1.23
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 11639 0 1 0 116 7 0 0 20 0 8 0 166709336 881733632 11393 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073983428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8280/statm: 215267 11393 1968 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8281/stat : 8281 (java) S 8266 8266 7561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166709345 881733632 11393 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8282] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8282/stat : 8282 (java) S 8266 8266 7561 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 166709346 881733632 11393 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8283] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8283/stat : 8283 (java) S 8266 8266 7561 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 166709346 881733632 11393 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8284] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8284/stat : 8284 (java) S 8266 8266 7561 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166709349 881733632 11393 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8285] ppid=8266 vsize=861068 CPUtime=0.22
/proc/8280/task/8285/stat : 8285 (java) S 8266 8266 7561 0 -1 64 965 0 0 0 21 1 0 0 18 0 8 0 166709349 881733632 11393 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8286] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8286/stat : 8286 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166709349 881733632 11393 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8287] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8287/stat : 8287 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166709349 881733632 11393 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 908636

[startup+2.9803 s]
/proc/loadavg: 2.00 2.10 2.07 3/89 8287
/proc/meminfo: memFree=770624/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=2.86
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 22022 0 1 0 271 15 0 0 25 0 8 0 166709336 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073671928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8280/statm: 215267 21773 1996 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0.09
/proc/8280/task/8281/stat : 8281 (java) S 8266 8266 7561 0 -1 64 6076 0 0 0 5 4 0 0 16 0 8 0 166709345 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8282] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8282/stat : 8282 (java) S 8266 8266 7561 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8283] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8283/stat : 8283 (java) S 8266 8266 7561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8284] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8284/stat : 8284 (java) S 8266 8266 7561 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8285] ppid=8266 vsize=861068 CPUtime=0.3
/proc/8280/task/8285/stat : 8285 (java) S 8266 8266 7561 0 -1 64 1018 0 0 0 28 2 0 0 16 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8286] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8286/stat : 8286 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8287] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8287/stat : 8287 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 908636

[startup+6.18395 s]
/proc/loadavg: 2.00 2.10 2.07 3/89 8287
/proc/meminfo: memFree=740872/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=6.05
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 22028 0 1 0 589 16 0 0 25 0 8 0 166709336 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073514685 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8280/statm: 215267 21773 1996 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0.09
/proc/8280/task/8281/stat : 8281 (java) S 8266 8266 7561 0 -1 64 6076 0 0 0 5 4 0 0 16 0 8 0 166709345 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8282] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8282/stat : 8282 (java) S 8266 8266 7561 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8283] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8283/stat : 8283 (java) S 8266 8266 7561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8284] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8284/stat : 8284 (java) S 8266 8266 7561 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8285] ppid=8266 vsize=861068 CPUtime=0.3
/proc/8280/task/8285/stat : 8285 (java) S 8266 8266 7561 0 -1 64 1018 0 0 0 28 2 0 0 16 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8286] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8286/stat : 8286 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8287] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8287/stat : 8287 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 908636

[startup+12.6723 s]
/proc/loadavg: 2.00 2.10 2.07 3/89 8287
/proc/meminfo: memFree=722888/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=12.5
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 22041 0 1 0 1232 18 0 0 25 0 8 0 166709336 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074069132 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8280/statm: 215267 21773 1996 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0.1
/proc/8280/task/8281/stat : 8281 (java) S 8266 8266 7561 0 -1 64 6076 0 0 0 6 4 0 0 16 0 8 0 166709345 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8282] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8282/stat : 8282 (java) S 8266 8266 7561 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8283] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8283/stat : 8283 (java) S 8266 8266 7561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8284] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8284/stat : 8284 (java) S 8266 8266 7561 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8285] ppid=8266 vsize=861068 CPUtime=0.3
/proc/8280/task/8285/stat : 8285 (java) S 8266 8266 7561 0 -1 64 1018 0 0 0 28 2 0 0 16 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8286] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8286/stat : 8286 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8287] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8287/stat : 8287 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 908636

[startup+25.56 s]
/proc/loadavg: 2.00 2.10 2.07 3/89 8287
/proc/meminfo: memFree=712840/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=25.33
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 22066 0 1 0 2507 26 0 0 25 0 8 0 166709336 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074119304 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8280/statm: 215267 21773 1996 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0.11
/proc/8280/task/8281/stat : 8281 (java) S 8266 8266 7561 0 -1 64 6076 0 0 0 7 4 0 0 16 0 8 0 166709345 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8282] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8282/stat : 8282 (java) S 8266 8266 7561 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8283] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8283/stat : 8283 (java) S 8266 8266 7561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8284] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8284/stat : 8284 (java) S 8266 8266 7561 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8285] ppid=8266 vsize=861068 CPUtime=0.3
/proc/8280/task/8285/stat : 8285 (java) S 8266 8266 7561 0 -1 64 1018 0 0 0 28 2 0 0 17 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8286] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8286/stat : 8286 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8287] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8287/stat : 8287 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 908636

[startup+51.2313 s]
/proc/loadavg: 2.00 2.09 2.07 3/89 8289
/proc/meminfo: memFree=691464/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=50.87
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 22117 0 1 0 5049 38 0 0 25 0 8 0 166709336 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073514688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8280/statm: 215267 21773 1996 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0.13
/proc/8280/task/8281/stat : 8281 (java) S 8266 8266 7561 0 -1 64 6076 0 0 0 9 4 0 0 16 0 8 0 166709345 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8282] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8282/stat : 8282 (java) S 8266 8266 7561 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8283] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8283/stat : 8283 (java) S 8266 8266 7561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8284] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8284/stat : 8284 (java) S 8266 8266 7561 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8285] ppid=8266 vsize=861068 CPUtime=0.3
/proc/8280/task/8285/stat : 8285 (java) S 8266 8266 7561 0 -1 64 1018 0 0 0 28 2 0 0 17 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8286] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8286/stat : 8286 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8287] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8287/stat : 8287 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 908636

[startup+102.437 s]
/proc/loadavg: 1.92 2.05 2.06 2/73 8304
/proc/meminfo: memFree=1337224/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=101.82
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 22218 0 1 0 10121 61 0 0 25 0 8 0 166709336 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074103806 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8280/statm: 215267 21773 1996 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0.19

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

/proc/loadavg: 1.39 1.87 1.99 2/73 8304
/proc/meminfo: memFree=1277600/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=161.77
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 22346 0 1 0 16089 88 0 0 25 0 8 0 166709336 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074113355 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8280/statm: 215267 21773 1996 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0.25
/proc/8280/task/8281/stat : 8281 (java) S 8266 8266 7561 0 -1 64 6076 0 0 0 19 6 0 0 16 0 8 0 166709345 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8280/tid=8282] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8282/stat : 8282 (java) S 8266 8266 7561 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8283] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8283/stat : 8283 (java) S 8266 8266 7561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8284] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8284/stat : 8284 (java) S 8266 8266 7561 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8285] ppid=8266 vsize=861068 CPUtime=0.3
/proc/8280/task/8285/stat : 8285 (java) S 8266 8266 7561 0 -1 64 1018 0 0 0 28 2 0 0 17 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8286] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8286/stat : 8286 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8287] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8287/stat : 8287 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166709349 881733632 21773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 908636

[startup+222.573 s]
/proc/loadavg: 1.20 1.73 1.94 2/73 8304
/proc/meminfo: memFree=1221664/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=0.01
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8280] ppid=8266 vsize=861068 CPUtime=221.71
/proc/8280/stat : 8280 (java) R 8266 8266 7561 0 -1 0 22583 0 1 0 22052 119 0 0 25 0 8 0 166709336 881733632 21887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073663963 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8280/statm: 215267 21887 1999 14 0 201472 0
[pid=8280/tid=8281] ppid=8266 vsize=861068 CPUtime=0.33
/proc/8280/task/8281/stat : 8281 (java) S 8266 8266 7561 0 -1 64 6170 0 0 0 26 7 0 0 16 0 8 0 166709345 881733632 21887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8280/tid=8282] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8282/stat : 8282 (java) S 8266 8266 7561 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8283] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8283/stat : 8283 (java) S 8266 8266 7561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166709346 881733632 21887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8284] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8284/stat : 8284 (java) S 8266 8266 7561 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166709349 881733632 21887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8285] ppid=8266 vsize=861068 CPUtime=0.32
/proc/8280/task/8285/stat : 8285 (java) S 8266 8266 7561 0 -1 64 1033 0 0 0 30 2 0 0 16 0 8 0 166709349 881733632 21887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8286] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8286/stat : 8286 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166709349 881733632 21887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8280/tid=8287] ppid=8266 vsize=861068 CPUtime=0
/proc/8280/task/8287/stat : 8287 (java) S 8266 8266 7561 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166709349 881733632 21887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 908636

[startup+282.628 s]
/proc/loadavg: 1.07 1.59 1.87 2/66 8305
/proc/meminfo: memFree=787864/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=37.86
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124678 0 0 0 3710 76 0 0 25 0 1 0 166733807 533295104 124660 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124660 54 142 0 130055 0
Current children cumulated CPU time (s) 281.67
Current children cumulated vsize (KiB) 568364

[startup+342.71 s]
/proc/loadavg: 1.02 1.48 1.82 2/66 8305
/proc/meminfo: memFree=787864/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=97.88
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124688 0 0 0 9712 76 0 0 25 0 1 0 166733807 533295104 124670 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124670 54 142 0 130055 0
Current children cumulated CPU time (s) 341.69
Current children cumulated vsize (KiB) 568364

[startup+402.792 s]
/proc/loadavg: 1.01 1.39 1.76 2/66 8305
/proc/meminfo: memFree=787864/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=157.91
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124690 0 0 0 15715 76 0 0 25 0 1 0 166733807 533295104 124672 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521370 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124672 54 142 0 130055 0
Current children cumulated CPU time (s) 401.72
Current children cumulated vsize (KiB) 568364

[startup+462.866 s]
/proc/loadavg: 1.13 1.35 1.72 2/66 8305
/proc/meminfo: memFree=787800/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=217.94
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124705 0 0 0 21718 76 0 0 25 0 1 0 166733807 533295104 124687 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124687 54 142 0 130055 0
Current children cumulated CPU time (s) 461.75
Current children cumulated vsize (KiB) 568364

[startup+522.943 s]
/proc/loadavg: 1.05 1.28 1.68 2/66 8305
/proc/meminfo: memFree=787800/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=277.95
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124705 0 0 0 27719 76 0 0 25 0 1 0 166733807 533295104 124687 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529790 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124687 54 142 0 130055 0
Current children cumulated CPU time (s) 521.76
Current children cumulated vsize (KiB) 568364

[startup+583.024 s]
/proc/loadavg: 1.02 1.23 1.63 2/66 8305
/proc/meminfo: memFree=787736/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=337.99
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124706 0 0 0 33723 76 0 0 25 0 1 0 166733807 533295104 124688 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124688 54 142 0 130055 0
Current children cumulated CPU time (s) 581.8
Current children cumulated vsize (KiB) 568364

[startup+643.097 s]
/proc/loadavg: 1.00 1.19 1.59 2/66 8305
/proc/meminfo: memFree=787736/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=398.03
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124706 0 0 0 39727 76 0 0 25 0 1 0 166733807 533295104 124688 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526382 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124688 54 142 0 130055 0
Current children cumulated CPU time (s) 641.84
Current children cumulated vsize (KiB) 568364

[startup+703.178 s]
/proc/loadavg: 1.00 1.15 1.55 2/66 8305
/proc/meminfo: memFree=787672/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=458.07
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124706 0 0 0 45731 76 0 0 25 0 1 0 166733807 533295104 124688 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124688 54 142 0 130055 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 568364

[startup+763.252 s]
/proc/loadavg: 1.00 1.12 1.51 2/66 8305
/proc/meminfo: memFree=787672/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=518.1
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124706 0 0 0 51734 76 0 0 25 0 1 0 166733807 533295104 124688 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124688 54 142 0 130055 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 568364

[startup+823.33 s]
/proc/loadavg: 1.00 1.10 1.48 2/66 8305
/proc/meminfo: memFree=787672/2055920 swapFree=4192224/4192956
[pid=8266] ppid=8264 vsize=47568 CPUtime=243.81
/proc/8266/stat : 8266 (galac.sh) S 8264 8266 7561 0 -1 4194304 798 24485 0 1 0 0 24252 129 17 0 1 0 166709333 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8266/statm: 11892 363 245 79 0 218 0
[pid=8305] ppid=8266 vsize=520796 CPUtime=578.13
/proc/8305/stat : 8305 (minisat) R 8266 8266 7561 0 -1 4194304 124706 0 0 0 57737 76 0 0 25 0 1 0 166733807 533295104 124688 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8305/statm: 130199 124688 54 142 0 130055 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 568364

Child status: 0
Real time (s): 871.373
CPU time (s): 869.971
CPU user time (s): 867.612
CPU system time (s): 2.35864
CPU usage (%): 99.839
Max. virtual memory (cumulated for all children) (KiB): 908728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 867.612
system time used= 2.35864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166431
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9685
involuntary context switches= 11155

runsolver used 0.846871 s user time and 2.34364 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 15:19:15 UTC 2007


IDJOB= 207768
IDBENCH= 4332
FILE ID= node33/207768-1168183155

PBS_JOBID= 3479145

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-25/tsp-25-13_ext.xml
COMMAND LINE= /tmp/evaluation/207768-1168183155/galac.sh /tmp/evaluation/207768-1168183155/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-207768-1168183155 -o ROOT/results/node33/solver-207768-1168183155 -C 1800 -M 900  /tmp/evaluation/207768-1168183155/galac.sh /tmp/evaluation/207768-1168183155/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  98a2bcb80321031da0c1cebada5e3a5d

RANDOM SEED= 815903128

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.281
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.281
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:        849760 kB
Buffers:         38384 kB
Cached:         437372 kB
SwapCached:        448 kB
Active:         753616 kB
Inactive:       385920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        849760 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            3436 kB
Writeback:           0 kB
Mapped:         680792 kB
Slab:            50756 kB
Committed_AS:  3696312 kB
PageTables:       3104 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= 66557 MiB



End job on node33 on Sun Jan  7 15:33:46 UTC 2007