Trace number 207872

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 773.637 775.948

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-38_ext.xml
MD5SUM0c2fc7f76e883b767656d993cf4bfd5c
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.57661
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.82	c start processing
0.82	c start relation processing
1.48	c start cnf exporting
244.18	c parsing time : 0.656
244.18	c preprocessing time : 244.015
244.18	
244.18	c Nary constraints - conflicts : 0 supports : 25
244.18	c Binary constraints - conflicts : 300 supports :25
244.18	c max arity constraint : 3
244.18	c Max Tuples generated 0
244.18	c relations : 28
244.18	c relations BDD: 2
244.18	c vars : 276072 - clauses :  13743625
244.18	
244.23	 
244.23	c --- Minisat Stats ---
244.23	 
773.07	c restarts              : 16
773.07	c conflicts             : 116599         (221 /sec)
773.07	c decisions             : 811055         (1.49 % random) (1539 /sec)
773.07	c propagations          : 768664395      (1458495 /sec)
773.07	c conflict literals     : 12306715       (26.53 % deleted)
773.07	c Memory used           : 512.80 MB
773.07	c CPU time              : 527.026 s
773.07	
773.18	s SATISFIABLE
775.82	v 18 5 19 5 16 16 17 10 11 3 13 29 12 1 21 5 20 1 4 3 9 1 25 6 15 5 3 0 22 4 8 6 6 14 10 8 5 3 23 4 2 1 14 4 7 2 1 2 24 2 10 26 36 39 68 69 74 75 78 79 85 90 90 94 100 114 122 125 129 130 134 136 138 140 140 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/node1/watcher-207872-1168183661 -o ROOT/results/node1/solver-207872-1168183661 -C 1800 -M 900 /tmp/evaluation/207872-1168183661/galac.sh /tmp/evaluation/207872-1168183661/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.02 2.04 2.05 5/94 24726
/proc/meminfo: memFree=1610048/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=8560 CPUtime=0
/proc/24725/stat : 24725 (galac.sh) R 24723 24725 23690 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 166761902 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259353462671 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24725/statm: 2140 253 197 79 0 133 0

[startup+0.105726 s]
/proc/loadavg: 2.02 2.04 2.05 5/94 24726
/proc/meminfo: memFree=1610048/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.513771 s]
/proc/loadavg: 2.02 2.04 2.05 5/94 24726
/proc/meminfo: memFree=1610048/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.33887 s]
/proc/loadavg: 2.02 2.04 2.05 3/102 24746
/proc/meminfo: memFree=1569464/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=1.27
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 11916 0 1 0 120 7 0 0 20 0 8 0 166761906 881520640 11670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073991367 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24739/statm: 215215 11670 1968 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24740/stat : 24740 (java) S 24725 24725 23690 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 166761909 881520640 11670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24741] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24741/stat : 24741 (java) S 24725 24725 23690 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 166761910 881520640 11670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24725 24725 23690 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 166761910 881520640 11670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 11670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.23
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 963 0 0 0 22 1 0 0 16 0 8 0 166761913 881520640 11670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 11670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 11670 18446744073709551615 134512640 134570532 4294956096 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) 908432

[startup+2.98406 s]
/proc/loadavg: 2.02 2.04 2.05 3/102 24746
/proc/meminfo: memFree=1532664/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=2.9
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 22160 0 1 0 277 13 0 0 25 0 8 0 166761906 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074130085 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24739/statm: 215215 21911 1996 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0.08
/proc/24739/task/24740/stat : 24740 (java) S 24725 24725 23690 0 -1 64 6214 0 0 0 6 2 0 0 16 0 8 0 166761909 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24741] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24741/stat : 24741 (java) S 24725 24725 23690 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24725 24725 23690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.31
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 1016 0 0 0 29 2 0 0 16 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908432

[startup+6.26444 s]
/proc/loadavg: 2.02 2.04 2.05 3/102 24746
/proc/meminfo: memFree=1521848/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=6.15
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 22166 0 1 0 600 15 0 0 25 0 8 0 166761906 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073727130 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24739/statm: 215215 21911 1996 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0.09
/proc/24739/task/24740/stat : 24740 (java) S 24725 24725 23690 0 -1 64 6214 0 0 0 7 2 0 0 16 0 8 0 166761909 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24741] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24741/stat : 24741 (java) S 24725 24725 23690 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24725 24725 23690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.31
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 1016 0 0 0 29 2 0 0 16 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908432

[startup+12.7632 s]
/proc/loadavg: 2.02 2.03 2.05 3/102 24746
/proc/meminfo: memFree=1510784/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=12.58
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 22179 0 1 0 1240 18 0 0 25 0 8 0 166761906 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073691643 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24739/statm: 215215 21911 1996 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0.09
/proc/24739/task/24740/stat : 24740 (java) S 24725 24725 23690 0 -1 64 6214 0 0 0 7 2 0 0 16 0 8 0 166761909 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24741] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24741/stat : 24741 (java) S 24725 24725 23690 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24725 24725 23690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.31
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 1016 0 0 0 29 2 0 0 16 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908432

[startup+25.6433 s]
/proc/loadavg: 2.01 2.03 2.05 3/102 24746
/proc/meminfo: memFree=1490368/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=25.3
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 22205 0 1 0 2505 25 0 0 25 0 8 0 166761906 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073417666 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24739/statm: 215215 21911 1996 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0.11
/proc/24739/task/24740/stat : 24740 (java) S 24725 24725 23690 0 -1 64 6214 0 0 0 9 2 0 0 16 0 8 0 166761909 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24741] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24741/stat : 24741 (java) S 24725 24725 23690 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24725 24725 23690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.31
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 1016 0 0 0 29 2 0 0 17 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 908432

[startup+51.2997 s]
/proc/loadavg: 2.01 2.03 2.05 3/102 24746
/proc/meminfo: memFree=1445312/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=50.67
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 22257 0 1 0 5029 38 0 0 25 0 8 0 166761906 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073677128 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24739/statm: 215215 21911 1996 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0.13
/proc/24739/task/24740/stat : 24740 (java) S 24725 24725 23690 0 -1 64 6214 0 0 0 11 2 0 0 16 0 8 0 166761909 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24741] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24741/stat : 24741 (java) S 24725 24725 23690 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24725 24725 23690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.31
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 1016 0 0 0 29 2 0 0 17 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 908432

[startup+102.52 s]
/proc/loadavg: 2.00 2.02 2.04 3/102 24746
/proc/meminfo: memFree=1351808/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=101.68
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 22365 0 1 0 10102 66 0 0 25 0 8 0 166761906 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153380216 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24739/statm: 215215 21911 1996 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0.18

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

[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.31
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 1016 0 0 0 29 2 0 0 17 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 908432

[startup+162.596 s]
/proc/loadavg: 2.00 2.02 2.04 3/102 24746
/proc/meminfo: memFree=1237824/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=161.59
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 22492 0 1 0 16060 99 0 0 25 0 8 0 166761906 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073692746 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24739/statm: 215215 21911 1996 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0.24
/proc/24739/task/24740/stat : 24740 (java) S 24725 24725 23690 0 -1 64 6214 0 0 0 20 4 0 0 16 0 8 0 166761909 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24741] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24741/stat : 24741 (java) S 24725 24725 23690 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24725 24725 23690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.31
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 1016 0 0 0 29 2 0 0 17 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 21911 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 908432

[startup+222.674 s]
/proc/loadavg: 2.00 2.01 2.03 3/102 24746
/proc/meminfo: memFree=1143360/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=0.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24739] ppid=24725 vsize=860860 CPUtime=221.54
/proc/24739/stat : 24739 (java) R 24725 24725 23690 0 -1 0 22747 0 1 0 22026 128 0 0 25 0 8 0 166761906 881520640 22044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073417781 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24739/statm: 215215 22044 1999 14 0 201472 0
[pid=24739/tid=24740] ppid=24725 vsize=860860 CPUtime=0.32
/proc/24739/task/24740/stat : 24740 (java) S 24725 24725 23690 0 -1 64 6327 0 0 0 27 5 0 0 16 0 8 0 166761909 881520640 22044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24741] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24741/stat : 24741 (java) S 24725 24725 23690 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 22044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24725 24725 23690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166761910 881520640 22044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166761913 881520640 22044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24725 vsize=860860 CPUtime=0.34
/proc/24739/task/24744/stat : 24744 (java) S 24725 24725 23690 0 -1 64 1031 0 0 0 32 2 0 0 16 0 8 0 166761913 881520640 22044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24739/tid=24745] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24745/stat : 24745 (java) S 24725 24725 23690 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 166761913 881520640 22044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24725 vsize=860860 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24725 24725 23690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166761913 881520640 22044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 908432

[startup+282.713 s]
/proc/loadavg: 2.00 2.01 2.02 3/88 24748
/proc/meminfo: memFree=193968/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=524428 CPUtime=38.18
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126048 0 0 0 3736 82 0 0 25 0 1 0 166786326 537014272 126030 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529624 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131107 126030 54 142 0 130963 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 572000

[startup+342.8 s]
/proc/loadavg: 2.08 2.03 2.03 3/88 24748
/proc/meminfo: memFree=192176/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=525100 CPUtime=98.06
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126172 0 0 0 9724 82 0 0 25 0 1 0 166786326 537702400 126154 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131275 126154 54 142 0 131131 0
Current children cumulated CPU time (s) 341.07
Current children cumulated vsize (KiB) 572672

[startup+402.885 s]
/proc/loadavg: 2.03 2.02 2.02 3/88 24748
/proc/meminfo: memFree=191728/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=525100 CPUtime=158.09
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126178 0 0 0 15726 83 0 0 25 0 1 0 166786326 537702400 126160 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131275 126160 54 142 0 131131 0
Current children cumulated CPU time (s) 401.1
Current children cumulated vsize (KiB) 572672

[startup+462.974 s]
/proc/loadavg: 2.01 2.02 2.02 3/88 24748
/proc/meminfo: memFree=191664/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=525100 CPUtime=218.1
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126181 0 0 0 21727 83 0 0 25 0 1 0 166786326 537702400 126163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520265 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131275 126163 54 142 0 131131 0
Current children cumulated CPU time (s) 461.11
Current children cumulated vsize (KiB) 572672

[startup+523.059 s]
/proc/loadavg: 2.00 2.01 2.01 3/88 24748
/proc/meminfo: memFree=191536/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=525100 CPUtime=278.13
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126181 0 0 0 27730 83 0 0 25 0 1 0 166786326 537702400 126163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131275 126163 54 142 0 131131 0
Current children cumulated CPU time (s) 521.14
Current children cumulated vsize (KiB) 572672

[startup+583.145 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 24748
/proc/meminfo: memFree=191472/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=525100 CPUtime=338.16
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126181 0 0 0 33733 83 0 0 25 0 1 0 166786326 537702400 126163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529310 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131275 126163 54 142 0 131131 0
Current children cumulated CPU time (s) 581.17
Current children cumulated vsize (KiB) 572672

[startup+643.233 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24748
/proc/meminfo: memFree=191408/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=525100 CPUtime=398.16
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126181 0 0 0 39732 84 0 0 25 0 1 0 166786326 537702400 126163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131275 126163 54 142 0 131131 0
Current children cumulated CPU time (s) 641.17
Current children cumulated vsize (KiB) 572672

[startup+703.318 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24748
/proc/meminfo: memFree=191408/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=525100 CPUtime=458.2
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126181 0 0 0 45736 84 0 0 25 0 1 0 166786326 537702400 126163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131275 126163 54 142 0 131131 0
Current children cumulated CPU time (s) 701.21
Current children cumulated vsize (KiB) 572672

[startup+763.409 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24748
/proc/meminfo: memFree=191408/2055920 swapFree=4165612/4192956
[pid=24725] ppid=24723 vsize=47572 CPUtime=243.01
/proc/24725/stat : 24725 (galac.sh) S 24723 24725 23690 0 -1 4194304 799 24631 0 1 0 0 24160 141 17 0 1 0 166761902 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24725/statm: 11893 363 245 79 0 218 0
[pid=24747] ppid=24725 vsize=525100 CPUtime=518.23
/proc/24747/stat : 24747 (minisat) R 24725 24725 23690 0 -1 4194304 126181 0 0 0 51739 84 0 0 25 0 1 0 166786326 537702400 126163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 131275 126163 54 142 0 131131 0
Current children cumulated CPU time (s) 761.24
Current children cumulated vsize (KiB) 572672

Child status: 0
Real time (s): 775.948
CPU time (s): 773.637
CPU user time (s): 771.047
CPU system time (s): 2.59061
CPU usage (%): 99.7022
Max. virtual memory (cumulated for all children) (KiB): 908524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 771.047
system time used= 2.59061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168054
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= 10296
involuntary context switches= 25679

runsolver used 1.03584 s user time and 3.07953 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 15:27:41 UTC 2007


IDJOB= 207872
IDBENCH= 4340
FILE ID= node1/207872-1168183661

PBS_JOBID= 3478892

Free space on /tmp= 66269 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  0c2fc7f76e883b767656d993cf4bfd5c

RANDOM SEED= 776581729

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.234
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.234
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:       1610656 kB
Buffers:         27564 kB
Cached:         228100 kB
SwapCached:       3620 kB
Active:         230892 kB
Inactive:       158496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610656 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:           17336 kB
Writeback:           0 kB
Mapped:         152456 kB
Slab:            40356 kB
Committed_AS:  5492436 kB
PageTables:       2624 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= 66065 MiB



End job on node1 on Sun Jan  7 15:40:37 UTC 2007