Trace number 1085252

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 1755.67 1764.19

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-5.xml
MD5SUM8d4012fe18fda41a247f530d31c79f3b
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 benchmark0.299953
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size155
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 ---
8.58/8.73	c start processing
8.58/8.74	c start relation processing
9.47/9.68	c start cnf exporting
83.54/84.45	c parsing time : 8.605
83.54/84.45	c preprocessing time : 84.324
83.54/84.45	
83.54/84.45	c Nary constraints - conflicts : 0 supports : 0
83.54/84.45	c Binary constraints - conflicts : 845 supports :0
83.54/84.45	c max arity constraint : 2
83.54/84.45	c Max Tuples generated 24025
83.54/84.45	c relations : 315
83.54/84.45	c relations BDD: 0
83.54/84.45	c sampling 275/315
83.54/84.45	c vars : 13701 - clauses :  3402459
83.54/84.45	
83.60/84.52	 
83.60/84.52	c --- SAT Solver Stats ---
83.60/84.52	 
83.60/84.52	c eSAT 0.1 : minisat core with additionnal features
83.60/84.52	c ============================[ Problem Statistics ]=============================
83.60/84.52	c |                                                                             |
83.60/84.52	c |  Number of variables:  13700                                                |
83.60/84.52	c |  Number of clauses:    3402459                                              |
85.57/86.55	c |  Parsing time:         1.72         s                                       |
1754.68/1763.22	c restarts              : 80
1754.68/1763.22	c conflicts             : 213            (0 /sec)
1754.68/1763.22	c decisions             : 137542         (74.70 % random) (82 /sec)
1754.68/1763.22	c euip                  : 55          
1754.68/1763.22	c propagations          : 757053         (453 /sec)
1754.68/1763.22	c conflict literals     : 26992          (7.88 % deleted)
1754.68/1763.22	c Memory used           : 234.51 MB
1754.68/1763.22	c CPU time              : 1670.51 s
1754.68/1763.22	c 
1754.68/1763.22	s SATISFIABLE
1754.75/1764.16	v 28 26 34 60 95 97 121 115 139 141 45 47 64 66 79 77 95 103 112 116 16 35 89 26 109 106 123 120 129 130 5 4 16 20 33 34 57 67 102 63 75 81 100 87 165 119 174 175 178 177 74 37 111 110 132 128 145 149 156 153 0 1 5 4 8 14 37 45 48 43 0 12 35 8 49 51 63 61 73 74 4 8 12 8 148 22 161 160 168 169 16 17 26 31 63 62 77 81 90 86

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-1085252-1215232991/watcher-1085252-1215232991 -o /tmp/evaluation-result-1085252-1215232991/solver-1085252-1215232991 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085252-1215232991.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.00 2.00 2.00 4/73 1464
/proc/meminfo: memFree=1422776/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=5268 CPUtime=0
/proc/1464/stat : 1464 (galacE.sh) R 1462 1464 30823 0 -1 4194304 222 0 0 0 0 0 0 0 21 0 1 0 2002273692 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 240469996937 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1464/statm: 1317 186 139 79 0 121 0

[startup+0.0422751 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1464
/proc/meminfo: memFree=1422776/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.10208 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1464
/proc/meminfo: memFree=1422776/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301096 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1464
/proc/meminfo: memFree=1422776/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701139 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1464
/proc/meminfo: memFree=1422776/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50221 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1486
/proc/meminfo: memFree=1378600/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1478] ppid=1464 vsize=812604 CPUtime=1.43
/proc/1478/stat : 1478 (java) S 1464 1464 30823 0 -1 0 14770 0 1 0 135 8 0 0 18 0 9 0 2002273696 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 203151 13990 2590 9 0 197184 0
[pid=1478/tid=1479] ppid=1464 vsize=812604 CPUtime=0.98
/proc/1478/task/1479/stat : 1479 (java) R 1464 1464 30823 0 -1 64 7654 0 1 0 94 4 0 0 24 0 9 0 2002273697 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1480] ppid=1464 vsize=812604 CPUtime=0.22
/proc/1478/task/1480/stat : 1480 (java) R 1464 1464 30823 0 -1 64 5623 0 0 0 20 2 0 0 16 0 9 0 2002273698 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 103663192 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1464 vsize=812604 CPUtime=0
/proc/1478/task/1481/stat : 1481 (java) S 1464 1464 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002273698 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1464 vsize=812604 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1464 1464 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002273699 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1464 vsize=812604 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1464 1464 30823 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002273701 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1464 vsize=812604 CPUtime=0.19
/proc/1478/task/1484/stat : 1484 (java) S 1464 1464 30823 0 -1 64 794 0 0 0 19 0 0 0 16 0 9 0 2002273701 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1464 vsize=812604 CPUtime=0
/proc/1478/task/1485/stat : 1485 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002273701 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1464 vsize=812604 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002273701 832106496 13990 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860168

[startup+3.10235 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1486
/proc/meminfo: memFree=1368680/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1478] ppid=1464 vsize=812644 CPUtime=3.02
/proc/1478/stat : 1478 (java) S 1464 1464 30823 0 -1 0 18836 0 1 0 292 10 0 0 18 0 9 0 2002273696 832147456 18047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 203161 18047 2590 9 0 197194 0
[pid=1478/tid=1479] ppid=1464 vsize=812644 CPUtime=1.65
/proc/1478/task/1479/stat : 1479 (java) R 1464 1464 30823 0 -1 64 7664 0 1 0 161 4 0 0 25 0 9 0 2002273697 832147456 18047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1480] ppid=1464 vsize=812644 CPUtime=1.08
/proc/1478/task/1480/stat : 1480 (java) R 1464 1464 30823 0 -1 64 9648 0 0 0 105 3 0 0 16 0 9 0 2002273698 832147456 18047 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1464 vsize=812644 CPUtime=0
/proc/1478/task/1481/stat : 1481 (java) S 1464 1464 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002273698 832147456 18047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1464 vsize=812644 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1464 1464 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002273699 832147456 18047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1464 vsize=812644 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1464 1464 30823 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002273701 832147456 18047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1464 vsize=812644 CPUtime=0.25
/proc/1478/task/1484/stat : 1484 (java) S 1464 1464 30823 0 -1 64 825 0 0 0 25 0 0 0 15 0 9 0 2002273701 832147456 18047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1464 vsize=812644 CPUtime=0
/proc/1478/task/1485/stat : 1485 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002273701 832147456 18047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1464 vsize=812644 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002273701 832147456 18047 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) 860208

[startup+6.30263 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 1486
/proc/meminfo: memFree=1345832/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1478] ppid=1464 vsize=812700 CPUtime=6.19
/proc/1478/stat : 1478 (java) S 1464 1464 30823 0 -1 0 23269 0 1 0 607 12 0 0 18 0 9 0 2002273696 832204800 22239 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 203175 22239 2590 9 0 197208 0
[pid=1478/tid=1479] ppid=1464 vsize=812700 CPUtime=2.35
/proc/1478/task/1479/stat : 1479 (java) R 1464 1464 30823 0 -1 64 7679 0 1 0 231 4 0 0 25 0 9 0 2002273697 832204800 22239 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1480] ppid=1464 vsize=812700 CPUtime=3.47
/proc/1478/task/1480/stat : 1480 (java) R 1464 1464 30823 0 -1 64 14014 0 0 0 341 6 0 0 18 0 9 0 2002273698 832204800 22239 996147200 134512640 134550740 4294955600 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1481/stat : 1481 (java) S 1464 1464 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002273698 832204800 22239 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1464 1464 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002273699 832204800 22239 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1464 1464 30823 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002273701 832204800 22239 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1464 vsize=812700 CPUtime=0.34
/proc/1478/task/1484/stat : 1484 (java) S 1464 1464 30823 0 -1 64 877 0 0 0 33 1 0 0 16 0 9 0 2002273701 832204800 22239 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1485/stat : 1485 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002273701 832204800 22239 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002273701 832204800 22239 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) 860264

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1486
/proc/meminfo: memFree=1302184/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1478] ppid=1464 vsize=812700 CPUtime=12.52
/proc/1478/stat : 1478 (java) S 1464 1464 30823 0 -1 0 32817 0 1 0 1233 19 0 0 18 0 9 0 2002273696 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 203175 31768 2595 9 0 197208 0
[pid=1478/tid=1479] ppid=1464 vsize=812700 CPUtime=6.43
/proc/1478/task/1479/stat : 1479 (java) R 1464 1464 30823 0 -1 64 14665 0 1 0 634 9 0 0 25 0 9 0 2002273697 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4127328070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1480] ppid=1464 vsize=812700 CPUtime=5.67
/proc/1478/task/1480/stat : 1480 (java) S 1464 1464 30823 0 -1 64 16544 0 0 0 560 7 0 0 16 0 9 0 2002273698 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1481/stat : 1481 (java) S 1464 1464 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002273698 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1464 1464 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002273699 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1464 1464 30823 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002273701 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1464 vsize=812700 CPUtime=0.4
/proc/1478/task/1484/stat : 1484 (java) S 1464 1464 30823 0 -1 64 909 0 0 0 39 1 0 0 15 0 9 0 2002273701 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1485/stat : 1485 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002273701 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002273701 832204800 31768 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860264

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1486
/proc/meminfo: memFree=1289704/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1478] ppid=1464 vsize=812700 CPUtime=25.19
/proc/1478/stat : 1478 (java) S 1464 1464 30823 0 -1 0 32944 0 1 0 2493 26 0 0 18 0 9 0 2002273696 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1478/statm: 203175 31867 2595 9 0 197208 0
[pid=1478/tid=1479] ppid=1464 vsize=812700 CPUtime=19.04
/proc/1478/task/1479/stat : 1479 (java) R 1464 1464 30823 0 -1 64 14693 0 1 0 1888 16 0 0 25 0 9 0 2002273697 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4127382055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1480] ppid=1464 vsize=812700 CPUtime=5.71
/proc/1478/task/1480/stat : 1480 (java) S 1464 1464 30823 0 -1 64 16638 0 0 0 564 7 0 0 16 0 9 0 2002273698 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1481] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1481/stat : 1481 (java) S 1464 1464 30823 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002273698 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1482] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1482/stat : 1482 (java) S 1464 1464 30823 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002273699 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1483] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1483/stat : 1483 (java) S 1464 1464 30823 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002273701 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1484] ppid=1464 vsize=812700 CPUtime=0.41
/proc/1478/task/1484/stat : 1484 (java) S 1464 1464 30823 0 -1 64 914 0 0 0 40 1 0 0 15 0 9 0 2002273701 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1485] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1485/stat : 1485 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002273701 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1478/tid=1486] ppid=1464 vsize=812700 CPUtime=0
/proc/1478/task/1486/stat : 1486 (java) S 1464 1464 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002273701 832204800 31867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860264

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1486
/proc/meminfo: memFree=1274408/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=0.01

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

/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=340492 CPUtime=1210.31
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 77812 0 0 0 120979 52 0 0 25 0 1 0 2002282144 348663808 77794 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 85123 77794 74 162 0 84958 0
Current children cumulated CPU time (s) 1293.94
Current children cumulated vsize (KiB) 388056

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1397480/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=343008 CPUtime=1270.28
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 78443 0 0 0 126976 52 0 0 25 0 1 0 2002282144 351240192 78425 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 85752 78425 74 162 0 85587 0
Current children cumulated CPU time (s) 1353.91
Current children cumulated vsize (KiB) 390572

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1385968/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=343932 CPUtime=1330.27
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 81011 0 0 0 132974 53 0 0 25 0 1 0 2002282144 352186368 80993 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 85983 80993 74 162 0 85818 0
Current children cumulated CPU time (s) 1413.9
Current children cumulated vsize (KiB) 391496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1385904/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=343932 CPUtime=1390.25
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 81027 0 0 0 138971 54 0 0 25 0 1 0 2002282144 352186368 81009 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 85983 81009 74 162 0 85818 0
Current children cumulated CPU time (s) 1473.88
Current children cumulated vsize (KiB) 391496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1385776/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=343932 CPUtime=1450.23
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 81036 0 0 0 144969 54 0 0 25 0 1 0 2002282144 352186368 81018 996147200 134512640 135177480 4294955968 18446744073709551615 134537309 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 85983 81018 74 162 0 85818 0
Current children cumulated CPU time (s) 1533.86
Current children cumulated vsize (KiB) 391496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1378992/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=345120 CPUtime=1510.21
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 82732 0 0 0 150966 55 0 0 25 0 1 0 2002282144 353402880 82714 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 86280 82714 74 162 0 86115 0
Current children cumulated CPU time (s) 1593.84
Current children cumulated vsize (KiB) 392684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1378928/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=345120 CPUtime=1570.19
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 82740 0 0 0 156964 55 0 0 25 0 1 0 2002282144 353402880 82722 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 86280 82722 74 162 0 86115 0
Current children cumulated CPU time (s) 1653.82
Current children cumulated vsize (KiB) 392684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1376496/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=345516 CPUtime=1630.16
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 83347 0 0 0 162961 55 0 0 25 0 1 0 2002282144 353808384 83329 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 86379 83329 74 162 0 86214 0
Current children cumulated CPU time (s) 1713.79
Current children cumulated vsize (KiB) 393080

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

[startup+1740.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1376432/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=345516 CPUtime=1648.56
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 83351 0 0 0 164801 55 0 0 25 0 1 0 2002282144 353808384 83333 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 86379 83333 74 162 0 86214 0
Current children cumulated CPU time (s) 1732.19
Current children cumulated vsize (KiB) 393080

[startup+1753.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1376368/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=345516 CPUtime=1661.35
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 83352 0 0 0 166080 55 0 0 25 0 1 0 2002282144 353808384 83334 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 86379 83334 74 162 0 86214 0
Current children cumulated CPU time (s) 1744.98
Current children cumulated vsize (KiB) 393080

[startup+1759.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1376368/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=345516 CPUtime=1667.76
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 83352 0 0 0 166721 55 0 0 25 0 1 0 2002282144 353808384 83334 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 86379 83334 74 162 0 86214 0
Current children cumulated CPU time (s) 1751.39
Current children cumulated vsize (KiB) 393080

[startup+1761.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1376368/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=345516 CPUtime=1669.35
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 83352 0 0 0 166880 55 0 0 25 0 1 0 2002282144 353808384 83334 996147200 134512640 135177480 4294955968 18446744073709551615 134538927 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 86379 83334 74 162 0 86214 0
Current children cumulated CPU time (s) 1752.98
Current children cumulated vsize (KiB) 393080

[startup+1763.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1376368/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=83.63
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 801 34753 0 1 0 0 8310 53 17 0 1 0 2002273692 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1464/statm: 11891 366 247 79 0 219 0
[pid=1487] ppid=1464 vsize=240136 CPUtime=1670.95
/proc/1487/stat : 1487 (eSAT_static) R 1464 1464 30823 0 -1 4194304 83370 0 0 0 167039 56 0 0 25 0 1 0 2002282144 245899264 59752 996147200 134512640 135177480 4294955968 18446744073709551615 134548410 0 0 4096 3 0 0 0 17 0 0 0
/proc/1487/statm: 60034 59752 78 162 0 59869 0
Current children cumulated CPU time (s) 1754.58
Current children cumulated vsize (KiB) 287700

[startup+1763.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1470512/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=1754.75
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 837 118137 0 1 0 0 175362 113 16 0 1 0 2002273692 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 240472784978 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/1464/statm: 11891 367 247 79 0 219 0
Current children cumulated CPU time (s) 1754.75
Current children cumulated vsize (KiB) 47564

[startup+1764.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1566
/proc/meminfo: memFree=1470512/2055920 swapFree=4180972/4192956
[pid=1464] ppid=1462 vsize=47564 CPUtime=1754.75
/proc/1464/stat : 1464 (galacE.sh) S 1462 1464 30823 0 -1 4194304 837 118137 0 1 0 0 175362 113 16 0 1 0 2002273692 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 240472784978 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/1464/statm: 11891 367 247 79 0 219 0
Current children cumulated CPU time (s) 1754.75
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 1764.19
CPU time (s): 1755.67
CPU user time (s): 1754.42
CPU system time (s): 1.24881
CPU usage (%): 99.517
Max. virtual memory (cumulated for all children) (KiB): 860572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1754.42
system time used= 1.24881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128523
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= 5355
involuntary context switches= 27356

runsolver used 2.19367 second user time and 5.31219 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 06:43:11
IDJOB=1085252
IDBENCH=57615
IDSOLVER=351
FILE ID=node15/1085252-1215232991
PBS_JOBID= 7881813
Free space on /tmp= 66416 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d4012fe18fda41a247f530d31c79f3b
RANDOM SEED=1145323623

node15.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.229
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.229
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:       1423256 kB
Buffers:         45500 kB
Cached:         256724 kB
SwapCached:       6020 kB
Active:         497984 kB
Inactive:        74040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423256 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            3184 kB
Writeback:           0 kB
Mapped:         276316 kB
Slab:            45144 kB
Committed_AS:  3932308 kB
PageTables:       2584 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= 66492 MiB
End job on node15 at 2008-07-05 07:12:35