Trace number 207950

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 1072.38 1082.83

General information on the benchmark

NametravellingSalesman/
travellingSalesman-25/tsp-25-3_ext.xml
MD5SUMbecd11c6854c882d506c44f3436c1dde
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 benchmark5.43817
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.81	c start processing
0.81	c start relation processing
1.74	c start cnf exporting
251.84	c parsing time : 0.644
251.84	c preprocessing time : 251.674
251.84	
251.84	c Nary constraints - conflicts : 0 supports : 25
251.84	c Binary constraints - conflicts : 300 supports :25
251.84	c max arity constraint : 3
251.84	c Max Tuples generated 0
251.84	c relations : 28
251.84	c relations BDD: 2
251.84	c vars : 304584 - clauses :  13884083
251.84	
251.88	 
251.88	c --- Minisat Stats ---
251.88	 
1079.69	c restarts              : 17
1079.69	c conflicts             : 171555         (209 /sec)
1079.69	c decisions             : 1090648        (1.45 % random) (1331 /sec)
1079.69	c propagations          : 1449241959     (1768767 /sec)
1079.69	c conflict literals     : 16132072       (34.59 % deleted)
1079.69	c Memory used           : 516.75 MB
1079.69	c CPU time              : 819.351 s
1079.69	
1079.81	s SATISFIABLE
1082.71	v 13 2 11 12 12 12 5 2 9 4 4 11 1 7 14 18 20 1 22 1 7 0 6 15 24 13 2 2 18 2 23 2 15 7 16 9 25 10 10 4 8 2 17 2 21 8 19 2 3 0 14 26 28 32 43 50 68 69 70 70 85 98 100 102 104 111 120 130 134 136 138 146 148 148 148 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/node25/watcher-207950-1168183903 -o ROOT/results/node25/solver-207950-1168183903 -C 1800 -M 900 /tmp/evaluation/207950-1168183903/galac.sh /tmp/evaluation/207950-1168183903/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 1.67 1.76 2/97 3536
/proc/meminfo: memFree=949832/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=8560 CPUtime=0
/proc/3535/stat : 3535 (galac.sh) R 3533 3535 3011 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 166782733 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781984143 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3535/statm: 2140 253 197 79 0 133 0

[startup+0.10344 s]
/proc/loadavg: 2.00 1.67 1.76 2/97 3536
/proc/meminfo: memFree=949832/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.511507 s]
/proc/loadavg: 2.00 1.67 1.76 2/97 3536
/proc/meminfo: memFree=949832/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33465 s]
/proc/loadavg: 2.00 1.67 1.76 4/105 3556
/proc/meminfo: memFree=908936/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3549] ppid=3535 vsize=861068 CPUtime=1.27
/proc/3549/stat : 3549 (java) R 3535 3535 3011 0 -1 0 12247 0 1 0 120 7 0 0 20 0 8 0 166782736 881733632 12001 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073983812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3549/statm: 215267 12001 1967 14 0 201472 0
[pid=3549/tid=3550] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3550/stat : 3550 (java) S 3535 3535 3011 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 166782740 881733632 12001 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3551] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3551/stat : 3551 (java) S 3535 3535 3011 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 166782741 881733632 12001 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3552] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3552/stat : 3552 (java) S 3535 3535 3011 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 166782741 881733632 12001 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3553] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3553/stat : 3553 (java) S 3535 3535 3011 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166782744 881733632 12001 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3554] ppid=3535 vsize=861068 CPUtime=0.21
/proc/3549/task/3554/stat : 3554 (java) S 3535 3535 3011 0 -1 64 965 0 0 0 20 1 0 0 17 0 8 0 166782744 881733632 12001 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3555] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3555/stat : 3555 (java) S 3535 3535 3011 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166782744 881733632 12001 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3556] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3556/stat : 3556 (java) S 3535 3535 3011 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166782744 881733632 12001 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) 908620

[startup+2.98793 s]
/proc/loadavg: 2.00 1.67 1.76 3/105 3556
/proc/meminfo: memFree=861704/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3549] ppid=3535 vsize=861068 CPUtime=2.74
/proc/3549/stat : 3549 (java) R 3535 3535 3011 0 -1 0 22323 0 1 0 262 12 0 0 25 0 8 0 166782736 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073514679 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3549/statm: 215267 22075 1995 14 0 201472 0
[pid=3549/tid=3550] ppid=3535 vsize=861068 CPUtime=0.08
/proc/3549/task/3550/stat : 3550 (java) S 3535 3535 3011 0 -1 64 6379 0 0 0 6 2 0 0 16 0 8 0 166782740 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3551] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3551/stat : 3551 (java) S 3535 3535 3011 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3552] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3552/stat : 3552 (java) S 3535 3535 3011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3553] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3553/stat : 3553 (java) S 3535 3535 3011 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3554] ppid=3535 vsize=861068 CPUtime=0.29
/proc/3549/task/3554/stat : 3554 (java) S 3535 3535 3011 0 -1 64 1018 0 0 0 27 2 0 0 16 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3555] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3555/stat : 3555 (java) S 3535 3535 3011 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3556] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3556/stat : 3556 (java) S 3535 3535 3011 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 908620

[startup+6.27949 s]
/proc/loadavg: 2.00 1.67 1.76 3/105 3556
/proc/meminfo: memFree=839880/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3549] ppid=3535 vsize=861068 CPUtime=5.84
/proc/3549/stat : 3549 (java) R 3535 3535 3011 0 -1 0 22330 0 1 0 572 12 0 0 25 0 8 0 166782736 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073691657 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3549/statm: 215267 22075 1995 14 0 201472 0
[pid=3549/tid=3550] ppid=3535 vsize=861068 CPUtime=0.08
/proc/3549/task/3550/stat : 3550 (java) S 3535 3535 3011 0 -1 64 6379 0 0 0 6 2 0 0 16 0 8 0 166782740 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3551] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3551/stat : 3551 (java) S 3535 3535 3011 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3552] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3552/stat : 3552 (java) S 3535 3535 3011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3553] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3553/stat : 3553 (java) S 3535 3535 3011 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3554] ppid=3535 vsize=861068 CPUtime=0.29
/proc/3549/task/3554/stat : 3554 (java) S 3535 3535 3011 0 -1 64 1018 0 0 0 27 2 0 0 16 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3555] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3555/stat : 3555 (java) S 3535 3535 3011 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3556] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3556/stat : 3556 (java) S 3535 3535 3011 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 908620

[startup+12.7776 s]
/proc/loadavg: 2.00 1.68 1.76 5/105 3556
/proc/meminfo: memFree=818312/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3549] ppid=3535 vsize=861068 CPUtime=12.05
/proc/3549/stat : 3549 (java) R 3535 3535 3011 0 -1 0 22342 0 1 0 1190 15 0 0 25 0 8 0 166782736 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074096768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3549/statm: 215267 22075 1995 14 0 201472 0
[pid=3549/tid=3550] ppid=3535 vsize=861068 CPUtime=0.09
/proc/3549/task/3550/stat : 3550 (java) S 3535 3535 3011 0 -1 64 6379 0 0 0 7 2 0 0 16 0 8 0 166782740 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3551] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3551/stat : 3551 (java) S 3535 3535 3011 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3552] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3552/stat : 3552 (java) S 3535 3535 3011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3553] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3553/stat : 3553 (java) S 3535 3535 3011 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3554] ppid=3535 vsize=861068 CPUtime=0.29
/proc/3549/task/3554/stat : 3554 (java) S 3535 3535 3011 0 -1 64 1018 0 0 0 27 2 0 0 16 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3555] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3555/stat : 3555 (java) S 3535 3535 3011 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3556] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3556/stat : 3556 (java) S 3535 3535 3011 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 908620

[startup+25.6478 s]
/proc/loadavg: 2.00 1.69 1.76 3/105 3556
/proc/meminfo: memFree=765896/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3549] ppid=3535 vsize=861068 CPUtime=24.7
/proc/3549/stat : 3549 (java) R 3535 3535 3011 0 -1 0 22367 0 1 0 2449 21 0 0 25 0 8 0 166782736 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074119761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3549/statm: 215267 22075 1995 14 0 201472 0
[pid=3549/tid=3550] ppid=3535 vsize=861068 CPUtime=0.09
/proc/3549/task/3550/stat : 3550 (java) S 3535 3535 3011 0 -1 64 6379 0 0 0 7 2 0 0 16 0 8 0 166782740 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3551] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3551/stat : 3551 (java) S 3535 3535 3011 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3552] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3552/stat : 3552 (java) S 3535 3535 3011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3553] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3553/stat : 3553 (java) S 3535 3535 3011 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3554] ppid=3535 vsize=861068 CPUtime=0.29
/proc/3549/task/3554/stat : 3554 (java) S 3535 3535 3011 0 -1 64 1018 0 0 0 27 2 0 0 17 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3555] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3555/stat : 3555 (java) S 3535 3535 3011 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3556] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3556/stat : 3556 (java) S 3535 3535 3011 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 908620

[startup+51.3081 s]
/proc/loadavg: 2.19 1.76 1.78 3/105 3556
/proc/meminfo: memFree=608264/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3549] ppid=3535 vsize=861068 CPUtime=49.8
/proc/3549/stat : 3549 (java) R 3535 3535 3011 0 -1 0 22417 0 1 0 4947 33 0 0 25 0 8 0 166782736 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073663977 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3549/statm: 215267 22075 1995 14 0 201472 0
[pid=3549/tid=3550] ppid=3535 vsize=861068 CPUtime=0.12
/proc/3549/task/3550/stat : 3550 (java) S 3535 3535 3011 0 -1 64 6379 0 0 0 9 3 0 0 16 0 8 0 166782740 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3551] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3551/stat : 3551 (java) S 3535 3535 3011 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3552] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3552/stat : 3552 (java) S 3535 3535 3011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166782741 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3553] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3553/stat : 3553 (java) S 3535 3535 3011 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3554] ppid=3535 vsize=861068 CPUtime=0.29
/proc/3549/task/3554/stat : 3554 (java) S 3535 3535 3011 0 -1 64 1018 0 0 0 27 2 0 0 17 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3555] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3555/stat : 3555 (java) S 3535 3535 3011 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3549/tid=3556] ppid=3535 vsize=861068 CPUtime=0
/proc/3549/task/3556/stat : 3556 (java) S 3535 3535 3011 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166782744 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 908620

[startup+102.576 s]
/proc/loadavg: 2.14 1.82 1.80 3/94 3636
/proc/meminfo: memFree=1184096/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=0.01
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 759 1704 0 0 0 0 0 1 24 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3549] ppid=3535 vsize=861068 CPUtime=99.98
/proc/3549/stat : 3549 (java) R 3535 3535 3011 0 -1 0 22522 0 1 0 9940 58 0 0 25 0 8 0 166782736 881733632 22075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074113652 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3549/statm: 215267 22075 1995 14 0 201472 0
[pid=3549/tid=3550] ppid=3535 vsize=861068 CPUtime=0.16

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

Current children cumulated CPU time (s) 219.97
Current children cumulated vsize (KiB) 908620

[startup+282.794 s]
/proc/loadavg: 2.08 1.91 1.83 3/89 3647
/proc/meminfo: memFree=616776/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=528100 CPUtime=30.62
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127440 0 0 0 2983 79 0 0 25 0 1 0 166807921 540774400 127422 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134522268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132025 127422 51 142 0 131881 0
Current children cumulated CPU time (s) 279.72
Current children cumulated vsize (KiB) 575652

[startup+342.876 s]
/proc/loadavg: 2.03 1.92 1.84 3/89 3647
/proc/meminfo: memFree=615944/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=90.16
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127650 0 0 0 8936 80 0 0 25 0 1 0 166807921 541851648 127632 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525767 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127632 54 142 0 132144 0
Current children cumulated CPU time (s) 339.26
Current children cumulated vsize (KiB) 576704

[startup+402.972 s]
/proc/loadavg: 2.15 1.97 1.85 3/89 3647
/proc/meminfo: memFree=615816/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=149.7
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127684 0 0 0 14890 80 0 0 25 0 1 0 166807921 541851648 127666 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127666 54 142 0 132144 0
Current children cumulated CPU time (s) 398.8
Current children cumulated vsize (KiB) 576704

[startup+463.059 s]
/proc/loadavg: 2.05 1.97 1.86 3/89 3647
/proc/meminfo: memFree=615816/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=209.23
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 20842 81 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 458.33
Current children cumulated vsize (KiB) 576704

[startup+523.139 s]
/proc/loadavg: 2.02 1.97 1.87 3/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=268.75
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 26794 81 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 517.85
Current children cumulated vsize (KiB) 576704

[startup+583.16 s]
/proc/loadavg: 2.00 1.97 1.87 3/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=328.22
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 32741 81 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 577.32
Current children cumulated vsize (KiB) 576704

[startup+643.168 s]
/proc/loadavg: 2.00 1.97 1.88 3/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=387.68
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 38686 82 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 636.78
Current children cumulated vsize (KiB) 576704

[startup+703.241 s]
/proc/loadavg: 2.00 1.97 1.88 3/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=447.2
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 44638 82 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 696.3
Current children cumulated vsize (KiB) 576704

[startup+763.32 s]
/proc/loadavg: 2.00 1.97 1.89 3/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=506.73
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 50590 83 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 755.83
Current children cumulated vsize (KiB) 576704

[startup+823.33 s]
/proc/loadavg: 2.00 1.97 1.89 3/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=566.19
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 56536 83 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 815.29
Current children cumulated vsize (KiB) 576704

[startup+883.349 s]
/proc/loadavg: 2.08 2.00 1.91 4/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=625.66
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 62482 84 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 874.76
Current children cumulated vsize (KiB) 576704

[startup+943.431 s]
/proc/loadavg: 2.03 2.00 1.91 3/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=685.19
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 68435 84 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 934.29
Current children cumulated vsize (KiB) 576704

[startup+1003.51 s]
/proc/loadavg: 2.01 2.00 1.91 3/89 3647
/proc/meminfo: memFree=615688/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=744.7
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 74386 84 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 993.8
Current children cumulated vsize (KiB) 576704

[startup+1063.52 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 3647
/proc/meminfo: memFree=615752/2055920 swapFree=4170848/4192956
[pid=3535] ppid=3533 vsize=47552 CPUtime=249.1
/proc/3535/stat : 3535 (galac.sh) S 3533 3535 3011 0 -1 4194304 797 24806 0 1 0 0 24781 129 17 0 1 0 166782733 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3535/statm: 11888 362 244 79 0 218 0
[pid=3647] ppid=3535 vsize=529152 CPUtime=804.17
/proc/3647/stat : 3647 (minisat) R 3535 3535 3011 0 -1 4194304 127697 0 0 0 80332 85 0 0 25 0 1 0 166807921 541851648 127679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 132288 127679 54 142 0 132144 0
Current children cumulated CPU time (s) 1053.27
Current children cumulated vsize (KiB) 576704

Child status: 0
Real time (s): 1082.83
CPU time (s): 1072.38
CPU user time (s): 1069.92
CPU system time (s): 2.46362
CPU usage (%): 99.0352
Max. virtual memory (cumulated for all children) (KiB): 908712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1069.92
system time used= 2.46362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169743
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= 10262
involuntary context switches= 41710

runsolver used 1.20582 s user time and 3.59645 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 15:31:43 UTC 2007


IDJOB= 207950
IDBENCH= 4346
FILE ID= node25/207950-1168183903

PBS_JOBID= 3479202

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  becd11c6854c882d506c44f3436c1dde

RANDOM SEED= 648226201

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:        950440 kB
Buffers:         50996 kB
Cached:         549044 kB
SwapCached:       2576 kB
Active:         537448 kB
Inactive:       489732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        950440 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:            2992 kB
Writeback:           0 kB
Mapped:         445804 kB
Slab:            62076 kB
Committed_AS:  4133124 kB
PageTables:       3148 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= 66555 MiB



End job on node25 on Sun Jan  7 15:49:46 UTC 2007