Trace number 1093877

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 ESAT 149.563 151.232

General information on the benchmark

Namecsp/queens/
normalized-queens-150.xml
MD5SUM3e1168ad51844cea85c2810ca2ef4fbf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.32165
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints11175
Maximum constraint arity2
Maximum domain size150
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11175
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
30.35/30.54	c start processing
30.35/30.54	c start relation processing
30.35/30.58	c start cnf exporting
142.34/142.74	c parsing time : 30.413
142.34/142.74	c preprocessing time : 142.616
142.34/142.74	
142.34/142.74	c Nary constraints - conflicts : 0 supports : 0
142.34/142.74	c Binary constraints - conflicts : 11175 supports :0
142.34/142.74	c max arity constraint : 2
142.34/142.74	c Max Tuples generated 22500
142.34/142.74	c relations : 149
142.34/142.74	c relations BDD: 0
142.34/142.74	c sampling 149/149
142.34/142.74	c vars : 22501 - clauses :  5580200
142.34/142.74	
142.38/142.81	 
142.38/142.81	c --- SAT Solver Stats ---
142.38/142.81	 
142.38/142.81	c eSAT 0.1 : minisat core with additionnal features
142.38/142.81	c ============================[ Problem Statistics ]=============================
142.38/142.81	c |                                                                             |
142.38/142.81	c |  Number of variables:  22500                                                |
142.38/142.81	c |  Number of clauses:    5580200                                              |
144.48/144.99	c |  Parsing time:         1.86         s                                       |
147.36/147.86	c restarts              : 150
147.36/147.86	c conflicts             : 320            (68 /sec)
147.36/147.86	c decisions             : 740133         (53.70 % random) (157198 /sec)
147.36/147.86	c euip                  : 22          
147.36/147.86	c propagations          : 3365163        (714732 /sec)
147.36/147.86	c conflict literals     : 262178         (0.00 % deleted)
147.36/147.86	c Memory used           : 218.39 MB
147.36/147.86	c CPU time              : 4.70828 s
147.36/147.86	c 
147.36/147.87	s SATISFIABLE
149.45/149.95	v 45 59 105 140 66 120 112 71 150 122 75 20 50 44 107 82 65 76 97 103 96 56 126 10 48 3 125 101 117 27 138 86 58 16 78 24 37 4 15 100 42 133 8 70 43 55 109 149 142 136 102 63 132 73 93 80 77 130 7 40 145 35 30 38 134 26 99 52 98 137 60 89 95 88 1 13 28 94 32 19 114 25 129 54 2 17 83 67 21 135 33 36 61 147 47 143 104 14 5 127 92 108 18 139 110 51 64 121 87 146 123 23 85 124 118 49 148 113 6 84 62 29 141 79 115 119 90 11 91 34 12 31 41 53 116 9 72 22 39 68 128 144 81 46 69 131 106 57 74 111

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093877-1215278437/watcher-1093877-1215278437 -o /tmp/evaluation-result-1093877-1215278437/solver-1093877-1215278437 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1093877-1215278437.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved

[startup+0 s]
/proc/loadavg: 2.06 2.03 2.01 3/72 6348
/proc/meminfo: memFree=1639576/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=18572 CPUtime=0
/proc/6348/stat : 6348 (runsolver) R 6346 5322 5322 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 1 0 2006818290 19017728 290 996147200 4194304 4296836 548682068496 18446744073709551615 237785609962 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6348/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.033286 s]
/proc/loadavg: 2.06 2.03 2.01 3/72 6348
/proc/meminfo: memFree=1639576/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47448 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) R 6346 6348 5322 0 -1 4194304 709 1697 0 0 0 0 0 1 22 0 1 0 2006818290 48586752 346 996147200 4194304 4520092 548682068832 18446744073709551615 237787867635 0 2 4096 73728 0 0 0 17 1 0 0
/proc/6348/statm: 11862 346 242 79 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47448

[startup+0.102295 s]
/proc/loadavg: 2.06 2.03 2.01 3/72 6348
/proc/meminfo: memFree=1639576/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302317 s]
/proc/loadavg: 2.06 2.03 2.01 3/72 6348
/proc/meminfo: memFree=1639576/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702355 s]
/proc/loadavg: 2.06 2.03 2.01 3/72 6348
/proc/meminfo: memFree=1639576/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50144 s]
/proc/loadavg: 2.06 2.03 2.01 3/82 6370
/proc/meminfo: memFree=1608264/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6362] ppid=6348 vsize=812420 CPUtime=1.44
/proc/6362/stat : 6362 (java) S 6348 6348 5322 0 -1 0 11696 0 1 0 138 6 0 0 18 0 9 0 2006818294 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6362/statm: 203105 11104 1919 9 0 197138 0
[pid=6362/tid=6363] ppid=6348 vsize=812420 CPUtime=1.26
/proc/6362/task/6363/stat : 6363 (java) R 6348 6348 5322 0 -1 64 10213 0 1 0 121 5 0 0 25 0 9 0 2006818295 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 102307517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6364] ppid=6348 vsize=812420 CPUtime=0
/proc/6362/task/6364/stat : 6364 (java) S 6348 6348 5322 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2006818297 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6365] ppid=6348 vsize=812420 CPUtime=0
/proc/6362/task/6365/stat : 6365 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2006818297 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6366] ppid=6348 vsize=812420 CPUtime=0
/proc/6362/task/6366/stat : 6366 (java) S 6348 6348 5322 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2006818297 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6367] ppid=6348 vsize=812420 CPUtime=0
/proc/6362/task/6367/stat : 6367 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006818299 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6368] ppid=6348 vsize=812420 CPUtime=0.15
/proc/6362/task/6368/stat : 6368 (java) S 6348 6348 5322 0 -1 64 780 0 0 0 15 0 0 0 16 0 9 0 2006818299 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6369] ppid=6348 vsize=812420 CPUtime=0
/proc/6362/task/6369/stat : 6369 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006818299 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6370] ppid=6348 vsize=812420 CPUtime=0
/proc/6362/task/6370/stat : 6370 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006818299 831918080 11104 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 859984

[startup+3.10161 s]
/proc/loadavg: 2.06 2.03 2.01 3/82 6370
/proc/meminfo: memFree=1587400/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6362] ppid=6348 vsize=812552 CPUtime=3.02
/proc/6362/stat : 6362 (java) S 6348 6348 5322 0 -1 0 20130 0 1 0 291 11 0 0 18 0 9 0 2006818294 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6362/statm: 203138 19536 1930 9 0 197171 0
[pid=6362/tid=6363] ppid=6348 vsize=812552 CPUtime=2.73
/proc/6362/task/6363/stat : 6363 (java) R 6348 6348 5322 0 -1 64 14582 0 1 0 265 8 0 0 25 0 9 0 2006818295 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 104689078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6364] ppid=6348 vsize=812552 CPUtime=0.03
/proc/6362/task/6364/stat : 6364 (java) S 6348 6348 5322 0 -1 64 4013 0 0 0 2 1 0 0 16 0 9 0 2006818297 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6365] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6365/stat : 6365 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6366] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6366/stat : 6366 (java) S 6348 6348 5322 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6367] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6367/stat : 6367 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006818299 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6368] ppid=6348 vsize=812552 CPUtime=0.23
/proc/6362/task/6368/stat : 6368 (java) S 6348 6348 5322 0 -1 64 835 0 0 0 23 0 0 0 15 0 9 0 2006818299 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6369] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6369/stat : 6369 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006818299 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6370] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6370/stat : 6370 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006818299 832053248 19536 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860116

[startup+6.30298 s]
/proc/loadavg: 2.13 2.05 2.01 3/82 6370
/proc/meminfo: memFree=1555528/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6362] ppid=6348 vsize=812552 CPUtime=6.19
/proc/6362/stat : 6362 (java) S 6348 6348 5322 0 -1 0 21626 0 1 0 607 12 0 0 18 0 9 0 2006818294 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6362/statm: 203138 21027 1931 9 0 197171 0
[pid=6362/tid=6363] ppid=6348 vsize=812552 CPUtime=5.78
/proc/6362/task/6363/stat : 6363 (java) R 6348 6348 5322 0 -1 64 14588 0 1 0 570 8 0 0 25 0 9 0 2006818295 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4126702140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6364] ppid=6348 vsize=812552 CPUtime=0.05
/proc/6362/task/6364/stat : 6364 (java) S 6348 6348 5322 0 -1 64 5425 0 0 0 4 1 0 0 17 0 9 0 2006818297 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6365] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6365/stat : 6365 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6366] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6366/stat : 6366 (java) S 6348 6348 5322 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6367] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6367/stat : 6367 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006818299 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6368] ppid=6348 vsize=812552 CPUtime=0.34
/proc/6362/task/6368/stat : 6368 (java) S 6348 6348 5322 0 -1 64 913 0 0 0 33 1 0 0 16 0 9 0 2006818299 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6369] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6369/stat : 6369 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006818299 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6370] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6370/stat : 6370 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006818299 832053248 21027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860116

[startup+12.7016 s]
/proc/loadavg: 2.12 2.05 2.01 5/82 6397
/proc/meminfo: memFree=1656840/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6362] ppid=6348 vsize=812552 CPUtime=12.54
/proc/6362/stat : 6362 (java) S 6348 6348 5322 0 -1 0 21700 0 1 0 1242 12 0 0 18 0 9 0 2006818294 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6362/statm: 203138 21094 1931 9 0 197171 0
[pid=6362/tid=6363] ppid=6348 vsize=812552 CPUtime=12.09
/proc/6362/task/6363/stat : 6363 (java) R 6348 6348 5322 0 -1 64 14595 0 1 0 1201 8 0 0 25 0 9 0 2006818295 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4126682689 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6364] ppid=6348 vsize=812552 CPUtime=0.06
/proc/6362/task/6364/stat : 6364 (java) S 6348 6348 5322 0 -1 64 5481 0 0 0 5 1 0 0 17 0 9 0 2006818297 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6365] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6365/stat : 6365 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6366] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6366/stat : 6366 (java) S 6348 6348 5322 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6367] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6367/stat : 6367 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006818299 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6368] ppid=6348 vsize=812552 CPUtime=0.35
/proc/6362/task/6368/stat : 6368 (java) S 6348 6348 5322 0 -1 64 924 0 0 0 34 1 0 0 15 0 9 0 2006818299 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6369] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6369/stat : 6369 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006818299 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6370] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6370/stat : 6370 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006818299 832053248 21094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860116

[startup+25.5029 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 6397
/proc/meminfo: memFree=1625680/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6362] ppid=6348 vsize=812552 CPUtime=25.33
/proc/6362/stat : 6362 (java) S 6348 6348 5322 0 -1 0 21873 0 1 0 2521 12 0 0 18 0 9 0 2006818294 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6362/statm: 203138 21253 1931 9 0 197171 0
[pid=6362/tid=6363] ppid=6348 vsize=812552 CPUtime=24.85
/proc/6362/task/6363/stat : 6363 (java) R 6348 6348 5322 0 -1 64 14609 0 1 0 2476 9 0 0 25 0 9 0 2006818295 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4126950251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6364] ppid=6348 vsize=812552 CPUtime=0.11
/proc/6362/task/6364/stat : 6364 (java) S 6348 6348 5322 0 -1 64 5640 0 0 0 9 2 0 0 17 0 9 0 2006818297 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6365] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6365/stat : 6365 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6366] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6366/stat : 6366 (java) S 6348 6348 5322 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6367] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6367/stat : 6367 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006818299 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6368] ppid=6348 vsize=812552 CPUtime=0.35
/proc/6362/task/6368/stat : 6368 (java) S 6348 6348 5322 0 -1 64 924 0 0 0 34 1 0 0 16 0 9 0 2006818299 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6369] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6369/stat : 6369 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006818299 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6370] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6370/stat : 6370 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006818299 832053248 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 860116

[startup+51.1026 s]
/proc/loadavg: 2.06 2.04 2.01 3/82 6397
/proc/meminfo: memFree=1602448/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01

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

[startup+102.308 s]
/proc/loadavg: 2.02 2.03 2.00 3/82 6397
/proc/meminfo: memFree=1566480/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6362] ppid=6348 vsize=812552 CPUtime=102.08
/proc/6362/stat : 6362 (java) S 6348 6348 5322 0 -1 0 22484 0 1 0 10164 44 0 0 18 0 9 0 2006818294 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6362/statm: 203138 21712 1943 9 0 197171 0
[pid=6362/tid=6363] ppid=6348 vsize=812552 CPUtime=101.4
/proc/6362/task/6363/stat : 6363 (java) R 6348 6348 5322 0 -1 64 14792 0 1 0 10101 39 0 0 25 0 9 0 2006818295 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4126413264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6364] ppid=6348 vsize=812552 CPUtime=0.24
/proc/6362/task/6364/stat : 6364 (java) S 6348 6348 5322 0 -1 64 6029 0 0 0 21 3 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6365] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6365/stat : 6365 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6366] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6366/stat : 6366 (java) S 6348 6348 5322 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6367] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6367/stat : 6367 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6368] ppid=6348 vsize=812552 CPUtime=0.42
/proc/6362/task/6368/stat : 6368 (java) S 6348 6348 5322 0 -1 64 963 0 0 0 41 1 0 0 16 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6369] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6369/stat : 6369 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6370] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6370/stat : 6370 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 860116

Solver just ended. Dumping a history of the last processes samples

[startup+127.903 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 6424
/proc/meminfo: memFree=1560208/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6362] ppid=6348 vsize=812552 CPUtime=127.59
/proc/6362/stat : 6362 (java) S 6348 6348 5322 0 -1 0 22532 0 1 0 12704 55 0 0 18 0 9 0 2006818294 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6362/statm: 203138 21712 1943 9 0 197171 0
[pid=6362/tid=6363] ppid=6348 vsize=812552 CPUtime=126.88
/proc/6362/task/6363/stat : 6363 (java) R 6348 6348 5322 0 -1 64 14840 0 1 0 12639 49 0 0 25 0 9 0 2006818295 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4126701276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6364] ppid=6348 vsize=812552 CPUtime=0.27
/proc/6362/task/6364/stat : 6364 (java) S 6348 6348 5322 0 -1 64 6029 0 0 0 23 4 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6365] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6365/stat : 6365 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6366] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6366/stat : 6366 (java) S 6348 6348 5322 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6367] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6367/stat : 6367 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6368] ppid=6348 vsize=812552 CPUtime=0.42
/proc/6362/task/6368/stat : 6368 (java) S 6348 6348 5322 0 -1 64 963 0 0 0 41 1 0 0 16 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6369] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6369/stat : 6369 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6370] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6370/stat : 6370 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.6
Current children cumulated vsize (KiB) 860116

[startup+140.702 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 6424
/proc/meminfo: memFree=1550544/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=0.01
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6362] ppid=6348 vsize=812552 CPUtime=140.34
/proc/6362/stat : 6362 (java) S 6348 6348 5322 0 -1 0 22555 0 1 0 13973 61 0 0 18 0 9 0 2006818294 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6362/statm: 203138 21712 1943 9 0 197171 0
[pid=6362/tid=6363] ppid=6348 vsize=812552 CPUtime=139.63
/proc/6362/task/6363/stat : 6363 (java) R 6348 6348 5322 0 -1 64 14863 0 1 0 13908 55 0 0 25 0 9 0 2006818295 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 103826944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6364] ppid=6348 vsize=812552 CPUtime=0.28
/proc/6362/task/6364/stat : 6364 (java) S 6348 6348 5322 0 -1 64 6029 0 0 0 24 4 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6365] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6365/stat : 6365 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6366] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6366/stat : 6366 (java) S 6348 6348 5322 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006818297 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6367] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6367/stat : 6367 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6368] ppid=6348 vsize=812552 CPUtime=0.42
/proc/6362/task/6368/stat : 6368 (java) S 6348 6348 5322 0 -1 64 963 0 0 0 41 1 0 0 16 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6362/tid=6369] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6369/stat : 6369 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6362/tid=6370] ppid=6348 vsize=812552 CPUtime=0
/proc/6362/task/6370/stat : 6370 (java) S 6348 6348 5322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006818299 832053248 21712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 140.35
Current children cumulated vsize (KiB) 860116

[startup+147.102 s]
/proc/loadavg: 2.01 2.02 2.00 3/69 6447
/proc/meminfo: memFree=1412280/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=142.41
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 799 24269 0 1 0 0 14176 65 17 0 1 0 2006818290 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6348/statm: 11891 364 245 79 0 219 0
[pid=6425] ppid=6348 vsize=223372 CPUtime=4.25
/proc/6425/stat : 6425 (eSAT_static) R 6348 6348 5322 0 -1 4194304 53321 0 0 0 394 31 0 0 25 0 1 0 2006832571 228732928 53303 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 0 0 0
/proc/6425/statm: 55843 53303 78 162 0 55678 0
Current children cumulated CPU time (s) 146.66
Current children cumulated vsize (KiB) 270936

[startup+148.702 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 6471
/proc/meminfo: memFree=1608520/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47564 CPUtime=147.48
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 835 77669 0 1 0 1 14647 100 16 0 1 0 2006818290 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 237788430418 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6348/statm: 11891 365 245 79 0 219 0
[pid=6462] ppid=6348 vsize=812568 CPUtime=0.77
/proc/6462/stat : 6462 (java) S 6348 6348 5322 0 -1 0 7134 0 1 0 72 5 0 0 21 0 9 0 2006833081 832069632 6557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6462/statm: 203142 6557 1856 9 0 197175 0
[pid=6462/tid=6463] ppid=6348 vsize=812568 CPUtime=0.52
/proc/6462/task/6463/stat : 6463 (java) R 6348 6348 5322 0 -1 64 5529 0 1 0 49 3 0 0 25 0 9 0 2006833082 832069632 6558 996147200 134512640 134550740 4294955616 18446744073709551615 4126877925 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6462/tid=6464] ppid=6348 vsize=812568 CPUtime=0
/proc/6462/task/6464/stat : 6464 (java) S 6348 6348 5322 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2006833083 832069632 6558 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=6462/tid=6465] ppid=6348 vsize=812568 CPUtime=0
/proc/6462/task/6465/stat : 6465 (java) S 6348 6348 5322 0 -1 64 11 0 0 0 0 0 0 0 25 0 9 0 2006833083 832069632 6559 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6462/tid=6466] ppid=6348 vsize=812568 CPUtime=0
/proc/6462/task/6466/stat : 6466 (java) S 6348 6348 5322 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 2006833083 832069632 6559 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6462/tid=6467] ppid=6348 vsize=812568 CPUtime=0
/proc/6462/task/6467/stat : 6467 (java) S 6348 6348 5322 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006833086 832069632 6560 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6462/tid=6468] ppid=6348 vsize=812568 CPUtime=0.23
/proc/6462/task/6468/stat : 6468 (java) R 6348 6348 5322 0 -1 64 893 0 0 0 23 0 0 0 16 0 9 0 2006833086 832069632 6560 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6462/tid=6469] ppid=6348 vsize=812568 CPUtime=0
/proc/6462/task/6469/stat : 6469 (java) S 6348 6348 5322 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006833086 832069632 6560 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6462/tid=6470] ppid=6348 vsize=812568 CPUtime=0
/proc/6462/task/6470/stat : 6470 (java) S 6348 6348 5322 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006833086 832069632 6560 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 148.25
Current children cumulated vsize (KiB) 860132

[startup+150.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 6471
/proc/meminfo: memFree=1539272/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47576 CPUtime=149.5
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 882 94107 0 2 0 1 14838 111 18 0 1 0 2006818290 48717824 369 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6348/statm: 11894 369 245 79 0 222 0
Current children cumulated CPU time (s) 149.5
Current children cumulated vsize (KiB) 47576

[startup+150.707 s]
/proc/loadavg: 2.01 2.02 2.00 2/75 6472
/proc/meminfo: memFree=1676232/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47576 CPUtime=149.5
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 882 94107 0 2 0 1 14838 111 18 0 1 0 2006818290 48717824 369 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6348/statm: 11894 369 245 79 0 222 0
[pid=6472] ppid=6348 vsize=41152 CPUtime=0.04
/proc/6472/stat : 6472 (rm) D 6348 6348 5322 0 -1 4194304 137 0 0 0 0 4 0 0 18 0 1 0 2006833285 42139648 109 996147200 4194304 4227748 548682068624 18446744073709551615 237788435497 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/6472/statm: 10288 109 90 8 0 42 0
Current children cumulated CPU time (s) 149.54
Current children cumulated vsize (KiB) 88728

[startup+151.102 s]
/proc/loadavg: 2.01 2.02 2.00 2/75 6472
/proc/meminfo: memFree=1676232/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47576 CPUtime=149.5
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 882 94107 0 2 0 1 14838 111 18 0 1 0 2006818290 48717824 369 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6348/statm: 11894 369 245 79 0 222 0
[pid=6472] ppid=6348 vsize=41152 CPUtime=0.04
/proc/6472/stat : 6472 (rm) D 6348 6348 5322 0 -1 4194304 137 0 0 0 0 4 0 0 18 0 1 0 2006833285 42139648 109 996147200 4194304 4227748 548682068624 18446744073709551615 237788435497 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/6472/statm: 10288 109 90 8 0 42 0
Current children cumulated CPU time (s) 149.54
Current children cumulated vsize (KiB) 88728

[startup+151.202 s]
/proc/loadavg: 2.01 2.02 2.00 2/75 6472
/proc/meminfo: memFree=1676232/2055920 swapFree=4180448/4192956
[pid=6348] ppid=6346 vsize=47576 CPUtime=149.5
/proc/6348/stat : 6348 (galacE.sh) S 6346 6348 5322 0 -1 4194304 882 94107 0 2 0 1 14838 111 18 0 1 0 2006818290 48717824 369 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6348/statm: 11894 369 245 79 0 222 0
[pid=6472] ppid=6348 vsize=41152 CPUtime=0.04
/proc/6472/stat : 6472 (rm) D 6348 6348 5322 0 -1 4194304 137 0 0 0 0 4 0 0 18 0 1 0 2006833285 42139648 109 996147200 4194304 4227748 548682068624 18446744073709551615 237788435497 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/6472/statm: 10288 109 90 8 0 42 0
Current children cumulated CPU time (s) 149.54
Current children cumulated vsize (KiB) 88728

Child status: 0
Real time (s): 151.232
CPU time (s): 149.563
CPU user time (s): 148.385
CPU system time (s): 1.17782
CPU usage (%): 98.8964
Max. virtual memory (cumulated for all children) (KiB): 860244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.385
system time used= 1.17782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95146
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= 7457
involuntary context switches= 6033

runsolver used 0.215967 second user time and 0.480926 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 19:20:37
IDJOB=1093877
IDBENCH=58732
IDSOLVER=351
FILE ID=node24/1093877-1215278437
PBS_JOBID= 7882237
Free space on /tmp= 66460 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/queens/normalized-queens-150.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093877-1215278437/watcher-1093877-1215278437 -o /tmp/evaluation-result-1093877-1215278437/solver-1093877-1215278437 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1093877-1215278437.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3e1168ad51844cea85c2810ca2ef4fbf
RANDOM SEED=386144923

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1640056 kB
Buffers:         39404 kB
Cached:         215404 kB
SwapCached:       6856 kB
Active:         254656 kB
Inactive:       108640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640056 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:         115796 kB
Slab:            37744 kB
Committed_AS:  3704824 kB
PageTables:       1984 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= 66428 MiB
End job on node24 at 2008-07-05 19:23:09