Trace number 1085378

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 800.939 804.953

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-10.xml
MD5SUM849189d0fe44cbb9e5489df72ee9e464
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.282956
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size122
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 ---
5.04/5.19	c start processing
5.04/5.19	c start relation processing
5.54/5.66	c start cnf exporting
52.59/52.92	c parsing time : 5.076
52.59/52.92	c preprocessing time : 52.805
52.59/52.92	
52.59/52.92	c Nary constraints - conflicts : 0 supports : 0
52.59/52.92	c Binary constraints - conflicts : 845 supports :0
52.59/52.92	c max arity constraint : 2
52.59/52.92	c Max Tuples generated 14884
52.59/52.92	c relations : 312
52.59/52.92	c relations BDD: 0
52.59/52.92	c sampling 277/312
52.59/52.92	c vars : 11261 - clauses :  2319508
52.59/52.92	
52.59/52.97	 
52.59/52.97	c --- SAT Solver Stats ---
52.59/52.97	 
52.59/52.97	c eSAT 0.1 : minisat core with additionnal features
52.59/52.97	c ============================[ Problem Statistics ]=============================
52.59/52.97	c |                                                                             |
52.59/52.97	c |  Number of variables:  11260                                                |
52.59/52.97	c |  Number of clauses:    2319508                                              |
53.74/54.18	c |  Parsing time:         1.05         s                                       |
800.00/804.01	c restarts              : 207
800.00/804.01	c conflicts             : 901            (1 /sec)
800.00/804.01	c decisions             : 238711         (77.27 % random) (320 /sec)
800.00/804.01	c euip                  : 254         
800.00/804.01	c propagations          : 1384333        (1853 /sec)
800.00/804.01	c conflict literals     : 114555         (5.22 % deleted)
800.00/804.01	c Memory used           : 156.16 MB
800.00/804.01	c CPU time              : 747.077 s
800.00/804.01	c 
800.00/804.01	s SATISFIABLE
800.06/804.93	v 0 1 7 6 10 11 83 29 107 120 26 9 41 46 82 81 93 91 116 133 0 1 109 4 125 123 136 135 146 145 5 4 12 13 21 22 55 51 101 134 3 2 12 16 37 36 103 62 133 132 39 30 47 46 52 54 112 117 141 140 39 53 63 54 66 67 83 90 122 125 15 14 24 55 104 103 114 115 145 122 29 25 37 72 112 115 128 133 142 143 65 64 84 80 91 92 129 116 140 141

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-1085378-1215233387/watcher-1085378-1215233387 -o /tmp/evaluation-result-1085378-1215233387/solver-1085378-1215233387 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085378-1215233387.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.08 2.20 2.22 4/80 23973
/proc/meminfo: memFree=1560424/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=8652 CPUtime=0
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2002311008 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23973/statm: 2163 280 208 79 0 156 0
[pid=23974] ppid=23973 vsize=8688 CPUtime=0
/proc/23974/stat : 23974 (galacE.sh) S 23973 23973 23869 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 2002311008 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23974/statm: 2172 286 209 79 0 165 0
[pid=23975] ppid=23974 vsize=8728 CPUtime=0
/proc/23975/stat : 23975 (galacE.sh) R 23974 23973 23869 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 2002311008 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 269930261799 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/23975/statm: 2182 290 209 79 0 175 0

[startup+0.076023 s]
/proc/loadavg: 2.08 2.20 2.22 4/80 23973
/proc/meminfo: memFree=1560424/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101028 s]
/proc/loadavg: 2.08 2.20 2.22 4/80 23973
/proc/meminfo: memFree=1560424/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301049 s]
/proc/loadavg: 2.08 2.20 2.22 4/80 23973
/proc/meminfo: memFree=1560424/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701097 s]
/proc/loadavg: 2.08 2.20 2.22 4/80 23973
/proc/meminfo: memFree=1560424/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50219 s]
/proc/loadavg: 2.08 2.20 2.22 3/90 23995
/proc/meminfo: memFree=1515608/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23987] ppid=23973 vsize=812804 CPUtime=1.45
/proc/23987/stat : 23987 (java) S 23973 23973 23869 0 -1 0 15535 0 1 0 138 7 0 0 18 0 9 0 2002311011 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23987/statm: 203201 14751 2589 9 0 197182 0
[pid=23987/tid=23988] ppid=23973 vsize=812804 CPUtime=0.83
/proc/23987/task/23988/stat : 23988 (java) R 23973 23973 23869 0 -1 64 7554 0 1 0 80 3 0 0 25 0 9 0 2002311012 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4126706040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23989] ppid=23973 vsize=812804 CPUtime=0.38
/proc/23987/task/23989/stat : 23989 (java) S 23973 23973 23869 0 -1 64 6467 0 0 0 37 1 0 0 16 0 9 0 2002311013 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23990] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23990/stat : 23990 (java) S 23973 23973 23869 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002311013 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23991] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23991/stat : 23991 (java) S 23973 23973 23869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002311013 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23992] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23992/stat : 23992 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002311015 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23993] ppid=23973 vsize=812804 CPUtime=0.2
/proc/23987/task/23993/stat : 23993 (java) S 23973 23973 23869 0 -1 64 813 0 0 0 20 0 0 0 15 0 9 0 2002311015 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23994] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23994/stat : 23994 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002311015 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23995] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23995/stat : 23995 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002311015 832311296 14751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860356

[startup+3.10238 s]
/proc/loadavg: 2.08 2.20 2.22 3/90 23995
/proc/meminfo: memFree=1504664/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23987] ppid=23973 vsize=812804 CPUtime=3.04
/proc/23987/stat : 23987 (java) S 23973 23973 23869 0 -1 0 18481 0 1 0 296 8 0 0 18 0 9 0 2002311011 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23987/statm: 203201 17684 2589 9 0 197182 0
[pid=23987/tid=23988] ppid=23973 vsize=812804 CPUtime=1.35
/proc/23987/task/23988/stat : 23988 (java) R 23973 23973 23869 0 -1 64 7567 0 1 0 132 3 0 0 25 0 9 0 2002311012 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23989] ppid=23973 vsize=812804 CPUtime=1.41
/proc/23987/task/23989/stat : 23989 (java) R 23973 23973 23869 0 -1 64 9373 0 0 0 139 2 0 0 17 0 9 0 2002311013 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 103834257 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23990] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23990/stat : 23990 (java) S 23973 23973 23869 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002311013 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23991] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23991/stat : 23991 (java) S 23973 23973 23869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002311013 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23992] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23992/stat : 23992 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002311015 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23993] ppid=23973 vsize=812804 CPUtime=0.24
/proc/23987/task/23993/stat : 23993 (java) S 23973 23973 23869 0 -1 64 840 0 0 0 23 1 0 0 15 0 9 0 2002311015 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23994] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23994/stat : 23994 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002311015 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23995] ppid=23973 vsize=812804 CPUtime=0
/proc/23987/task/23995/stat : 23995 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002311015 832311296 17684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860356

[startup+6.30176 s]
/proc/loadavg: 2.15 2.21 2.23 3/90 23995
/proc/meminfo: memFree=1486296/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23987] ppid=23973 vsize=812896 CPUtime=6.23
/proc/23987/stat : 23987 (java) S 23973 23973 23869 0 -1 0 28986 0 1 0 608 15 0 0 18 0 9 0 2002311011 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23987/statm: 203224 27971 2594 9 0 197205 0
[pid=23987/tid=23988] ppid=23973 vsize=812896 CPUtime=2.77
/proc/23987/task/23988/stat : 23988 (java) R 23973 23973 23869 0 -1 64 14633 0 1 0 269 8 0 0 25 0 9 0 2002311012 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4127369154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23989] ppid=23973 vsize=812896 CPUtime=3.07
/proc/23987/task/23989/stat : 23989 (java) S 23973 23973 23869 0 -1 64 12734 0 0 0 303 4 0 0 16 0 9 0 2002311013 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23990] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23990/stat : 23990 (java) S 23973 23973 23869 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002311013 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23991] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23991/stat : 23991 (java) S 23973 23973 23869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002311013 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23992] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23992/stat : 23992 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002311015 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23993] ppid=23973 vsize=812896 CPUtime=0.35
/proc/23987/task/23993/stat : 23993 (java) S 23973 23973 23869 0 -1 64 918 0 0 0 34 1 0 0 15 0 9 0 2002311015 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23994] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23994/stat : 23994 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002311015 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23995] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23995/stat : 23995 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002311015 832405504 27971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860448

[startup+12.7025 s]
/proc/loadavg: 2.14 2.21 2.23 3/90 23995
/proc/meminfo: memFree=1450584/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23987] ppid=23973 vsize=812896 CPUtime=12.59
/proc/23987/stat : 23987 (java) S 23973 23973 23869 0 -1 0 29327 0 1 0 1241 18 0 0 18 0 9 0 2002311011 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23987/statm: 203224 28297 2594 9 0 197205 0
[pid=23987/tid=23988] ppid=23973 vsize=812896 CPUtime=9.09
/proc/23987/task/23988/stat : 23988 (java) R 23973 23973 23869 0 -1 64 14648 0 1 0 898 11 0 0 25 0 9 0 2002311012 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 101444433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23989] ppid=23973 vsize=812896 CPUtime=3.11
/proc/23987/task/23989/stat : 23989 (java) S 23973 23973 23869 0 -1 64 13060 0 0 0 307 4 0 0 16 0 9 0 2002311013 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23990] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23990/stat : 23990 (java) S 23973 23973 23869 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002311013 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23991] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23991/stat : 23991 (java) S 23973 23973 23869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002311013 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23992] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23992/stat : 23992 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002311015 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23993] ppid=23973 vsize=812896 CPUtime=0.35
/proc/23987/task/23993/stat : 23993 (java) S 23973 23973 23869 0 -1 64 918 0 0 0 34 1 0 0 15 0 9 0 2002311015 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23994] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23994/stat : 23994 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002311015 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23995] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23995/stat : 23995 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002311015 832405504 28297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860448

[startup+25.503 s]
/proc/loadavg: 2.11 2.20 2.22 3/90 23995
/proc/meminfo: memFree=1441112/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=0.01
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23987] ppid=23973 vsize=812896 CPUtime=25.32
/proc/23987/stat : 23987 (java) S 23973 23973 23869 0 -1 0 29357 0 1 0 2510 22 0 0 18 0 9 0 2002311011 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23987/statm: 203224 28302 2594 9 0 197205 0
[pid=23987/tid=23988] ppid=23973 vsize=812896 CPUtime=21.8
/proc/23987/task/23988/stat : 23988 (java) R 23973 23973 23869 0 -1 64 14673 0 1 0 2165 15 0 0 25 0 9 0 2002311012 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4127375236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23989] ppid=23973 vsize=812896 CPUtime=3.12
/proc/23987/task/23989/stat : 23989 (java) S 23973 23973 23869 0 -1 64 13060 0 0 0 308 4 0 0 16 0 9 0 2002311013 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23990] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23990/stat : 23990 (java) S 23973 23973 23869 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002311013 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23991] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23991/stat : 23991 (java) S 23973 23973 23869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002311013 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23992] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23992/stat : 23992 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002311015 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23993] ppid=23973 vsize=812896 CPUtime=0.36
/proc/23987/task/23993/stat : 23993 (java) S 23973 23973 23869 0 -1 64 923 0 0 0 35 1 0 0 16 0 9 0 2002311015 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23994] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23994/stat : 23994 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002311015 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23987/tid=23995] ppid=23973 vsize=812896 CPUtime=0
/proc/23987/task/23995/stat : 23995 (java) S 23973 23973 23869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002311015 832405504 28302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33

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

/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=193680 CPUtime=347.62
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 46305 0 0 0 34738 24 0 0 25 0 1 0 2002316305 198328320 46287 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 48420 46287 74 162 0 48255 0
Current children cumulated CPU time (s) 400.25
Current children cumulated vsize (KiB) 241232

[startup+462.302 s]
/proc/loadavg: 2.00 2.04 2.13 3/82 23996
/proc/meminfo: memFree=1326104/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=224436 CPUtime=407.33
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 50376 0 0 0 40707 26 0 0 25 0 1 0 2002316305 229822464 50358 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 56109 50358 74 162 0 55944 0
Current children cumulated CPU time (s) 459.96
Current children cumulated vsize (KiB) 271988

[startup+522.302 s]
/proc/loadavg: 2.00 2.03 2.12 3/82 23996
/proc/meminfo: memFree=1325912/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=224436 CPUtime=467.03
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 50426 0 0 0 46677 26 0 0 25 0 1 0 2002316305 229822464 50408 996147200 134512640 135177480 4294955968 18446744073709551615 134537471 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 56109 50408 74 162 0 55944 0
Current children cumulated CPU time (s) 519.66
Current children cumulated vsize (KiB) 271988

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 2.10 3/82 23996
/proc/meminfo: memFree=1314456/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=227872 CPUtime=526.75
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 53235 0 0 0 52648 27 0 0 25 0 1 0 2002316305 233340928 53217 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 56968 53217 74 162 0 56803 0
Current children cumulated CPU time (s) 579.38
Current children cumulated vsize (KiB) 275424

[startup+642.302 s]
/proc/loadavg: 2.00 2.02 2.09 3/82 23996
/proc/meminfo: memFree=1314328/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=227872 CPUtime=586.46
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 53271 0 0 0 58618 28 0 0 25 0 1 0 2002316305 233340928 53253 996147200 134512640 135177480 4294955968 18446744073709551615 134537527 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 56968 53253 74 162 0 56803 0
Current children cumulated CPU time (s) 639.09
Current children cumulated vsize (KiB) 275424

[startup+702.302 s]
/proc/loadavg: 2.00 2.01 2.09 3/82 24002
/proc/meminfo: memFree=1307544/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=229192 CPUtime=646.16
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 54915 0 0 0 64587 29 0 0 25 0 1 0 2002316305 234692608 54897 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 57298 54897 74 162 0 57133 0
Current children cumulated CPU time (s) 698.79
Current children cumulated vsize (KiB) 276744

[startup+762.307 s]
/proc/loadavg: 2.00 2.01 2.08 3/82 24002
/proc/meminfo: memFree=1303448/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=230116 CPUtime=705.87
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 55941 0 0 0 70558 29 0 0 25 0 1 0 2002316305 235638784 55923 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 57529 55923 74 162 0 57364 0
Current children cumulated CPU time (s) 758.5
Current children cumulated vsize (KiB) 277668

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

[startup+767.902 s]
/proc/loadavg: 2.00 2.01 2.08 3/82 24002
/proc/meminfo: memFree=1303448/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=230116 CPUtime=711.44
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 55944 0 0 0 71115 29 0 0 25 0 1 0 2002316305 235638784 55926 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 57529 55926 74 162 0 57364 0
Current children cumulated CPU time (s) 764.07
Current children cumulated vsize (KiB) 277668

[startup+780.701 s]
/proc/loadavg: 2.00 2.00 2.08 3/82 24002
/proc/meminfo: memFree=1303384/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=230116 CPUtime=724.18
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 55955 0 0 0 72389 29 0 0 25 0 1 0 2002316305 235638784 55937 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 57529 55937 74 162 0 57364 0
Current children cumulated CPU time (s) 776.81
Current children cumulated vsize (KiB) 277668

[startup+793.502 s]
/proc/loadavg: 2.00 2.00 2.08 3/82 24002
/proc/meminfo: memFree=1303384/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=230116 CPUtime=736.91
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 55959 0 0 0 73662 29 0 0 25 0 1 0 2002316305 235638784 55941 996147200 134512640 135177480 4294955968 18446744073709551615 134537203 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 57529 55941 74 162 0 57364 0
Current children cumulated CPU time (s) 789.54
Current children cumulated vsize (KiB) 277668

[startup+799.902 s]
/proc/loadavg: 2.00 2.00 2.08 3/82 24002
/proc/meminfo: memFree=1303384/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=230116 CPUtime=743.28
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 55959 0 0 0 74299 29 0 0 25 0 1 0 2002316305 235638784 55941 996147200 134512640 135177480 4294955968 18446744073709551615 134537517 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 57529 55941 74 162 0 57364 0
Current children cumulated CPU time (s) 795.91
Current children cumulated vsize (KiB) 277668

[startup+803.102 s]
/proc/loadavg: 2.00 2.00 2.08 3/82 24002
/proc/meminfo: memFree=1303320/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=159900 CPUtime=746.47
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 55976 0 0 0 74617 30 0 0 25 0 1 0 2002316305 163737600 39860 996147200 134512640 135177480 4294955968 18446744073709551615 134546813 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 39975 39860 79 162 0 39810 0
Current children cumulated CPU time (s) 799.1
Current children cumulated vsize (KiB) 207452

[startup+803.902 s]
/proc/loadavg: 2.00 2.00 2.08 3/82 24002
/proc/meminfo: memFree=1303320/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=52.63
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 800 31117 0 1 0 0 5228 35 17 0 1 0 2002311008 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23973/statm: 11888 365 246 79 0 219 0
[pid=23996] ppid=23973 vsize=159900 CPUtime=747.26
/proc/23996/stat : 23996 (eSAT_static) R 23973 23973 23869 0 -1 4194304 55976 0 0 0 74696 30 0 0 25 0 1 0 2002316305 163737600 39860 996147200 134512640 135177480 4294955968 18446744073709551615 134547246 0 0 4096 3 0 0 0 17 0 0 0
/proc/23996/statm: 39975 39860 79 162 0 39810 0
Current children cumulated CPU time (s) 799.89
Current children cumulated vsize (KiB) 207452

[startup+804.702 s]
/proc/loadavg: 2.00 2.00 2.08 3/82 24002
/proc/meminfo: memFree=1367576/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47552 CPUtime=800.05
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 836 87107 0 1 0 0 79937 68 16 0 1 0 2002311008 48693248 366 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23973/statm: 11888 366 246 79 0 219 0
Current children cumulated CPU time (s) 800.05
Current children cumulated vsize (KiB) 47552

[startup+804.902 s]
/proc/loadavg: 2.00 2.00 2.08 3/82 24002
/proc/meminfo: memFree=1367576/2055920 swapFree=4179912/4192956
[pid=23973] ppid=23971 vsize=47556 CPUtime=800.06
/proc/23973/stat : 23973 (galacE.sh) S 23971 23973 23869 0 -1 4194304 845 87107 0 1 0 1 79937 68 16 0 1 0 2002311008 48697344 368 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23973/statm: 11889 368 246 79 0 220 0
Current children cumulated CPU time (s) 800.06
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 804.953
CPU time (s): 800.939
CPU user time (s): 800.154
CPU system time (s): 0.78488
CPU usage (%): 99.5014
Max. virtual memory (cumulated for all children) (KiB): 860744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 800.154
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96957
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= 4677
involuntary context switches= 29688

runsolver used 0.755885 second user time and 2.22866 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 06:49:47
IDJOB=1085378
IDBENCH=57627
IDSOLVER=351
FILE ID=node53/1085378-1215233387
PBS_JOBID= 7881947
Free space on /tmp= 65124 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 849189d0fe44cbb9e5489df72ee9e464
RANDOM SEED=2134407002

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1560904 kB
Buffers:         69276 kB
Cached:         279820 kB
SwapCached:       7428 kB
Active:         252356 kB
Inactive:       179704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560904 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            3180 kB
Writeback:           0 kB
Mapped:          98808 kB
Slab:            48220 kB
Committed_AS:  4747296 kB
PageTables:       1900 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= 65120 MiB
End job on node53 at 2008-07-05 07:03:12