Trace number 1085420

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 1521.84 1534.44

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-9.xml
MD5SUMe9e563056d40ce612d760eb74577f4e9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.42078
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size132
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.60/6.78	c start processing
6.60/6.78	c start relation processing
7.50/7.68	c start cnf exporting
76.12/76.99	c parsing time : 6.651
76.12/76.99	c preprocessing time : 76.87
76.12/76.99	
76.12/76.99	c Nary constraints - conflicts : 0 supports : 0
76.12/76.99	c Binary constraints - conflicts : 833 supports :12
76.12/76.99	c max arity constraint : 2
76.12/76.99	c Max Tuples generated 17424
76.12/76.99	c relations : 313
76.12/76.99	c relations BDD: 0
76.12/76.99	c sampling 281/313
76.12/76.99	c vars : 12361 - clauses :  2920129
76.12/77.00	
76.22/77.03	 
76.22/77.03	c --- SAT Solver Stats ---
76.22/77.03	 
76.22/77.03	c eSAT 0.1 : minisat core with additionnal features
76.22/77.03	c ============================[ Problem Statistics ]=============================
76.22/77.03	c |                                                                             |
76.22/77.03	c |  Number of variables:  12360                                                |
76.22/77.03	c |  Number of clauses:    2920129                                              |
77.80/78.69	c |  Parsing time:         1.44         s                                       |
1520.82/1533.48	c restarts              : 2779
1520.82/1533.48	c conflicts             : 326802         (226 /sec)
1520.82/1533.48	c decisions             : 4256315        (8.52 % random) (2947 /sec)
1520.82/1533.48	c euip                  : 99008       
1520.82/1533.48	c propagations          : 53335915       (36930 /sec)
1520.82/1533.48	c conflict literals     : 64643115       (4.17 % deleted)
1520.82/1533.48	c Memory used           : 215.62 MB
1520.82/1533.48	c CPU time              : 1444.23 s
1520.82/1533.48	c 
1520.82/1533.49	s SATISFIABLE
1521.79/1534.42	v 52 50 70 69 77 82 98 96 111 112 4 5 17 21 55 54 66 80 84 85 36 32 63 64 95 94 127 126 135 136 49 83 88 89 135 133 150 151 156 158 11 12 76 77 104 105 115 116 125 124 96 99 110 105 117 116 140 141 147 146 1 0 22 27 33 32 42 43 51 50 30 31 42 41 66 65 87 80 97 96 0 1 11 10 17 19 36 35 40 41 0 1 11 10 42 43 53 55 68 67

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-1085420-1215233724/watcher-1085420-1215233724 -o /tmp/evaluation-result-1085420-1215233724/solver-1085420-1215233724 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085420-1215233724.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.08 2.02 4/80 1453
/proc/meminfo: memFree=1696632/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=8652 CPUtime=0
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2002345367 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 2163 280 208 79 0 156 0
[pid=1454] ppid=1453 vsize=8688 CPUtime=0
/proc/1454/stat : 1454 (galacE.sh) S 1453 1453 31525 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2002345368 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 2172 286 209 79 0 165 0
[pid=1455] ppid=1454 vsize=8728 CPUtime=0
/proc/1455/stat : 1455 (galacE.sh) R 1454 1453 31525 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2002345368 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 209135922471 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/1455/statm: 2182 290 209 79 0 175 0

[startup+0.0475449 s]
/proc/loadavg: 2.19 2.08 2.02 4/80 1453
/proc/meminfo: memFree=1696632/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101396 s]
/proc/loadavg: 2.19 2.08 2.02 4/80 1453
/proc/meminfo: memFree=1696632/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301414 s]
/proc/loadavg: 2.19 2.08 2.02 4/80 1453
/proc/meminfo: memFree=1696632/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701453 s]
/proc/loadavg: 2.19 2.08 2.02 4/80 1453
/proc/meminfo: memFree=1696632/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50152 s]
/proc/loadavg: 2.33 2.11 2.03 4/90 1475
/proc/meminfo: memFree=1652136/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1467] ppid=1453 vsize=812516 CPUtime=1.44
/proc/1467/stat : 1467 (java) S 1453 1453 31525 0 -1 0 14762 0 1 0 135 9 0 0 18 0 9 0 2002345371 832016384 13982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1467/statm: 203129 13982 2588 9 0 197163 0
[pid=1467/tid=1468] ppid=1453 vsize=812516 CPUtime=1.01
/proc/1467/task/1468/stat : 1468 (java) R 1453 1453 31525 0 -1 64 7724 0 1 0 96 5 0 0 25 0 9 0 2002345372 832016384 13982 996147200 134512640 134550740 4294955600 18446744073709551615 4126887652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1469] ppid=1453 vsize=812516 CPUtime=0.18
/proc/1467/task/1469/stat : 1469 (java) S 1453 1453 31525 0 -1 64 5521 0 0 0 16 2 0 0 16 0 9 0 2002345373 832016384 13982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1470] ppid=1453 vsize=812516 CPUtime=0
/proc/1467/task/1470/stat : 1470 (java) S 1453 1453 31525 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002345374 832016384 13982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1471] ppid=1453 vsize=812516 CPUtime=0
/proc/1467/task/1471/stat : 1471 (java) S 1453 1453 31525 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002345374 832016384 13982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1472] ppid=1453 vsize=812516 CPUtime=0
/proc/1467/task/1472/stat : 1472 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002345376 832016384 13982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1473] ppid=1453 vsize=812516 CPUtime=0.22
/proc/1467/task/1473/stat : 1473 (java) S 1453 1453 31525 0 -1 64 816 0 0 0 22 0 0 0 15 0 9 0 2002345376 832016384 13982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1474] ppid=1453 vsize=812516 CPUtime=0
/proc/1467/task/1474/stat : 1474 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002345376 832016384 13982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1475] ppid=1453 vsize=812516 CPUtime=0
/proc/1467/task/1475/stat : 1475 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002345376 832016384 13982 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) 860068

[startup+3.10267 s]
/proc/loadavg: 2.33 2.11 2.03 3/90 1475
/proc/meminfo: memFree=1636904/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1467] ppid=1453 vsize=812616 CPUtime=3.03
/proc/1467/stat : 1467 (java) S 1453 1453 31525 0 -1 0 20562 0 1 0 292 11 0 0 18 0 9 0 2002345371 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1467/statm: 203154 19764 2588 9 0 197188 0
[pid=1467/tid=1468] ppid=1453 vsize=812616 CPUtime=1.66
/proc/1467/task/1468/stat : 1468 (java) R 1453 1453 31525 0 -1 64 7899 0 1 0 161 5 0 0 25 0 9 0 2002345372 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1469] ppid=1453 vsize=812616 CPUtime=1.08
/proc/1467/task/1469/stat : 1469 (java) R 1453 1453 31525 0 -1 64 11118 0 0 0 104 4 0 0 16 0 9 0 2002345373 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 103735764 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1470] ppid=1453 vsize=812616 CPUtime=0
/proc/1467/task/1470/stat : 1470 (java) S 1453 1453 31525 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002345374 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1471] ppid=1453 vsize=812616 CPUtime=0
/proc/1467/task/1471/stat : 1471 (java) S 1453 1453 31525 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002345374 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1472] ppid=1453 vsize=812616 CPUtime=0
/proc/1467/task/1472/stat : 1472 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002345376 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1473] ppid=1453 vsize=812616 CPUtime=0.26
/proc/1467/task/1473/stat : 1473 (java) S 1453 1453 31525 0 -1 64 844 0 0 0 26 0 0 0 15 0 9 0 2002345376 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1474] ppid=1453 vsize=812616 CPUtime=0
/proc/1467/task/1474/stat : 1474 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002345376 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1475] ppid=1453 vsize=812616 CPUtime=0
/proc/1467/task/1475/stat : 1475 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002345376 832118784 19764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860168

[startup+6.30295 s]
/proc/loadavg: 2.31 2.11 2.03 3/90 1475
/proc/meminfo: memFree=1615336/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1467] ppid=1453 vsize=812696 CPUtime=6.19
/proc/1467/stat : 1467 (java) S 1453 1453 31525 0 -1 0 24428 0 1 0 607 12 0 0 18 0 9 0 2002345371 832200704 23408 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1467/statm: 203174 23408 2588 9 0 197208 0
[pid=1467/tid=1468] ppid=1453 vsize=812696 CPUtime=2.11
/proc/1467/task/1468/stat : 1468 (java) S 1453 1453 31525 0 -1 64 7915 0 1 0 206 5 0 0 19 0 9 0 2002345372 832200704 23408 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1469] ppid=1453 vsize=812696 CPUtime=3.72
/proc/1467/task/1469/stat : 1469 (java) R 1453 1453 31525 0 -1 64 14925 0 0 0 367 5 0 0 25 0 9 0 2002345373 832200704 23408 996147200 134512640 134550740 4294955600 18446744073709551615 104181521 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1470] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1470/stat : 1470 (java) S 1453 1453 31525 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002345374 832200704 23408 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1471] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1471/stat : 1471 (java) S 1453 1453 31525 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002345374 832200704 23408 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1472] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1472/stat : 1472 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002345376 832200704 23408 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1473] ppid=1453 vsize=812696 CPUtime=0.33
/proc/1467/task/1473/stat : 1473 (java) S 1453 1453 31525 0 -1 64 887 0 0 0 33 0 0 0 15 0 9 0 2002345376 832200704 23408 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1474] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1474/stat : 1474 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002345376 832200704 23408 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1475] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1475/stat : 1475 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002345376 832200704 23408 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) 860248

[startup+12.7025 s]
/proc/loadavg: 2.28 2.10 2.03 3/90 1475
/proc/meminfo: memFree=1576872/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1467] ppid=1453 vsize=812696 CPUtime=12.53
/proc/1467/stat : 1467 (java) S 1453 1453 31525 0 -1 0 32327 0 1 0 1234 19 0 0 18 0 9 0 2002345371 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1467/statm: 203174 31293 2593 9 0 197208 0
[pid=1467/tid=1468] ppid=1453 vsize=812696 CPUtime=7.87
/proc/1467/task/1468/stat : 1468 (java) R 1453 1453 31525 0 -1 64 14652 0 1 0 776 11 0 0 25 0 9 0 2002345372 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4127381127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1469] ppid=1453 vsize=812696 CPUtime=4.24
/proc/1467/task/1469/stat : 1469 (java) S 1453 1453 31525 0 -1 64 16050 0 0 0 418 6 0 0 16 0 9 0 2002345373 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1470] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1470/stat : 1470 (java) S 1453 1453 31525 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002345374 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1471] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1471/stat : 1471 (java) S 1453 1453 31525 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002345374 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1472] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1472/stat : 1472 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002345376 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1473] ppid=1453 vsize=812696 CPUtime=0.39
/proc/1467/task/1473/stat : 1473 (java) S 1453 1453 31525 0 -1 64 924 0 0 0 39 0 0 0 15 0 9 0 2002345376 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1474] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1474/stat : 1474 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002345376 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1475] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1475/stat : 1475 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002345376 832200704 31293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860248

[startup+25.5016 s]
/proc/loadavg: 2.29 2.12 2.03 3/90 1475
/proc/meminfo: memFree=1565544/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=0.01
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1467] ppid=1453 vsize=812696 CPUtime=25.21
/proc/1467/stat : 1467 (java) S 1453 1453 31525 0 -1 0 32696 0 1 0 2496 25 0 0 18 0 9 0 2002345371 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1467/statm: 203174 31637 2593 9 0 197208 0
[pid=1467/tid=1468] ppid=1453 vsize=812696 CPUtime=20.48
/proc/1467/task/1468/stat : 1468 (java) R 1453 1453 31525 0 -1 64 14677 0 1 0 2031 17 0 0 25 0 9 0 2002345372 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 104688753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1469] ppid=1453 vsize=812696 CPUtime=4.29
/proc/1467/task/1469/stat : 1469 (java) S 1453 1453 31525 0 -1 64 16389 0 0 0 423 6 0 0 16 0 9 0 2002345373 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1470] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1470/stat : 1470 (java) S 1453 1453 31525 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002345374 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1471] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1471/stat : 1471 (java) S 1453 1453 31525 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002345374 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1472] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1472/stat : 1472 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002345376 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1473] ppid=1453 vsize=812696 CPUtime=0.4
/proc/1467/task/1473/stat : 1473 (java) S 1453 1453 31525 0 -1 64 929 0 0 0 40 0 0 0 16 0 9 0 2002345376 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1474] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1474/stat : 1474 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002345376 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1467/tid=1475] ppid=1453 vsize=812696 CPUtime=0
/proc/1467/task/1475/stat : 1475 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002345376 832200704 31637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22

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

Current children cumulated CPU time (s) 1231.63
Current children cumulated vsize (KiB) 355428

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1482
/proc/meminfo: memFree=1369384/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=311316 CPUtime=1214.87
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 70902 0 0 0 121449 38 0 0 25 0 1 0 2002353071 318787584 70884 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/1476/statm: 77829 70884 74 162 0 77664 0
Current children cumulated CPU time (s) 1291.12
Current children cumulated vsize (KiB) 358868

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 1522
/proc/meminfo: memFree=1325592/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=311316 CPUtime=1274.34
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 70914 0 0 0 127396 38 0 0 25 0 1 0 2002353071 318787584 70896 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/1476/statm: 77829 70896 74 162 0 77664 0
Current children cumulated CPU time (s) 1350.59
Current children cumulated vsize (KiB) 358868

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 1523
/proc/meminfo: memFree=1038352/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=206384 CPUtime=1333.79
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 71801 0 0 0 133339 40 0 0 25 0 1 0 2002353071 211337216 50864 996147200 134512640 135177480 4294955968 18446744073709551615 134546750 0 0 4096 3 0 0 0 17 1 0 0
/proc/1476/statm: 51596 50864 79 162 0 51431 0
Current children cumulated CPU time (s) 1410.04
Current children cumulated vsize (KiB) 253936

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/74 1552
/proc/meminfo: memFree=1503472/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=206384 CPUtime=1393.48
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 71807 0 0 0 139308 40 0 0 25 0 1 0 2002353071 211337216 50870 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/1476/statm: 51596 50870 79 162 0 51431 0
Current children cumulated CPU time (s) 1469.73
Current children cumulated vsize (KiB) 253936

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

[startup+1484.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/74 1552
/proc/meminfo: memFree=1503472/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=206384 CPUtime=1395.88
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 71807 0 0 0 139548 40 0 0 25 0 1 0 2002353071 211337216 50870 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1476/statm: 51596 50870 79 162 0 51431 0
Current children cumulated CPU time (s) 1472.13
Current children cumulated vsize (KiB) 253936

[startup+1510.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 1552
/proc/meminfo: memFree=1502704/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=207308 CPUtime=1421.48
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 72039 0 0 0 142108 40 0 0 25 0 1 0 2002353071 212283392 51102 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 0 0 0
/proc/1476/statm: 51827 51102 79 162 0 51662 0
Current children cumulated CPU time (s) 1497.73
Current children cumulated vsize (KiB) 254860

[startup+1523.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 1552
/proc/meminfo: memFree=1501424/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=210080 CPUtime=1434.26
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 72728 0 0 0 143385 41 0 0 25 0 1 0 2002353071 215121920 51791 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/1476/statm: 52520 51791 79 162 0 52355 0
Current children cumulated CPU time (s) 1510.51
Current children cumulated vsize (KiB) 257632

[startup+1529.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 1552
/proc/meminfo: memFree=1489904/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=220796 CPUtime=1440.66
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 75399 0 0 0 144024 42 0 0 25 0 1 0 2002353071 226095104 54462 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1476/statm: 55199 54462 79 162 0 55034 0
Current children cumulated CPU time (s) 1516.91
Current children cumulated vsize (KiB) 268348

[startup+1532.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 1552
/proc/meminfo: memFree=1489200/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=220796 CPUtime=1443.86
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194304 75399 0 0 0 144344 42 0 0 25 0 1 0 2002353071 226095104 54462 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/1476/statm: 55199 54462 79 162 0 55034 0
Current children cumulated CPU time (s) 1520.11
Current children cumulated vsize (KiB) 268348

[startup+1533.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 1552
/proc/meminfo: memFree=1489200/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=76.25
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 799 34510 0 1 0 0 7576 49 17 0 1 0 2002345367 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1453/statm: 11888 364 245 79 0 219 0
[pid=1476] ppid=1453 vsize=0 CPUtime=1444.66
/proc/1476/stat : 1476 (eSAT_static) R 1453 1453 31525 0 -1 4194308 75413 0 0 0 144423 43 0 0 25 0 1 0 2002353071 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/1476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1520.91
Current children cumulated vsize (KiB) 47552

[startup+1533.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 1552
/proc/meminfo: memFree=1489200/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=1520.95
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 835 109923 0 1 0 0 152000 95 16 0 1 0 2002345367 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/1453/statm: 11888 365 245 79 0 219 0
Current children cumulated CPU time (s) 1520.95
Current children cumulated vsize (KiB) 47552

[startup+1534.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 1552
/proc/meminfo: memFree=1489200/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47552 CPUtime=1520.95
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 835 109923 0 1 0 0 152000 95 16 0 1 0 2002345367 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/1453/statm: 11888 365 245 79 0 219 0
Current children cumulated CPU time (s) 1520.95
Current children cumulated vsize (KiB) 47552

[startup+1534.4 s]
/proc/loadavg: 2.01 2.01 2.00 2/82 1561
/proc/meminfo: memFree=1681072/2055920 swapFree=4180688/4192956
[pid=1453] ppid=1451 vsize=47556 CPUtime=1520.95
/proc/1453/stat : 1453 (galacE.sh) S 1451 1453 31525 0 -1 4194304 844 109923 0 1 0 0 152000 95 16 0 1 0 2002345367 48697344 367 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/1453/statm: 11889 367 245 79 0 220 0
[pid=1553] ppid=1453 vsize=812692 CPUtime=0.84
/proc/1553/stat : 1553 (java) S 1453 1453 31525 0 -1 0 9039 0 1 0 78 6 0 0 20 0 9 0 2002498720 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1553/statm: 203173 8421 1911 9 0 197179 0
[pid=1553/tid=1554] ppid=1453 vsize=812692 CPUtime=0.53
/proc/1553/task/1554/stat : 1554 (java) S 1453 1453 31525 0 -1 64 7411 0 1 0 49 4 0 0 25 0 9 0 2002498722 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=1553/tid=1555] ppid=1453 vsize=812692 CPUtime=0
/proc/1553/task/1555/stat : 1555 (java) S 1453 1453 31525 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 2002498723 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=1553/tid=1556] ppid=1453 vsize=812692 CPUtime=0
/proc/1553/task/1556/stat : 1556 (java) S 1453 1453 31525 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 2002498723 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=1553/tid=1557] ppid=1453 vsize=812692 CPUtime=0
/proc/1553/task/1557/stat : 1557 (java) S 1453 1453 31525 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2002498723 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=1553/tid=1558] ppid=1453 vsize=812692 CPUtime=0
/proc/1553/task/1558/stat : 1558 (java) S 1453 1453 31525 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2002498725 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=1553/tid=1559] ppid=1453 vsize=812692 CPUtime=0.27
/proc/1553/task/1559/stat : 1559 (java) S 1453 1453 31525 0 -1 64 915 0 0 0 27 0 0 0 16 0 9 0 2002498725 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=1553/tid=1560] ppid=1453 vsize=812692 CPUtime=0
/proc/1553/task/1560/stat : 1560 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002498725 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=1553/tid=1561] ppid=1453 vsize=812692 CPUtime=0
/proc/1553/task/1561/stat : 1561 (java) S 1453 1453 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002498725 832196608 8421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1521.79
Current children cumulated vsize (KiB) 860248

Child status: 0
Real time (s): 1534.44
CPU time (s): 1521.84
CPU user time (s): 1520.79
CPU system time (s): 1.05484
CPU usage (%): 99.1788
Max. virtual memory (cumulated for all children) (KiB): 860476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1520.79
system time used= 1.05484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120006
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= 5351
involuntary context switches= 64045

runsolver used 1.60975 second user time and 4.16337 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 06:55:24
IDJOB=1085420
IDBENCH=57629
IDSOLVER=351
FILE ID=node41/1085420-1215233724
PBS_JOBID= 7881816
Free space on /tmp= 66156 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9e563056d40ce612d760eb74577f4e9
RANDOM SEED=348681111

node41.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:       1697112 kB
Buffers:         42656 kB
Cached:         180276 kB
SwapCached:       6228 kB
Active:         220592 kB
Inactive:        84364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697112 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:          98164 kB
Slab:            39032 kB
Committed_AS:  4418012 kB
PageTables:       1876 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= 66152 MiB
End job on node41 at 2008-07-05 07:20:58