Trace number 1085021

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 923.085 931.865

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-10.xml
MD5SUM7462799fa7a7c1cf3af137de847f4eab
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.110982
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size131
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.20/6.38	c start processing
6.20/6.38	c start relation processing
6.99/7.14	c start cnf exporting
65.01/65.72	c parsing time : 6.243
65.01/65.72	c preprocessing time : 65.588
65.01/65.72	
65.01/65.72	c Nary constraints - conflicts : 0 supports : 0
65.01/65.72	c Binary constraints - conflicts : 833 supports :12
65.01/65.72	c max arity constraint : 2
65.01/65.72	c Max Tuples generated 17161
65.01/65.72	c relations : 309
65.01/65.72	c relations BDD: 0
65.01/65.72	c sampling 274/309
65.01/65.72	c vars : 12081 - clauses :  2503471
65.01/65.72	
65.01/65.78	 
65.01/65.78	c --- SAT Solver Stats ---
65.01/65.78	 
65.01/65.78	c eSAT 0.1 : minisat core with additionnal features
65.01/65.78	c ============================[ Problem Statistics ]=============================
65.01/65.78	c |                                                                             |
65.01/65.78	c |  Number of variables:  12080                                                |
65.01/65.78	c |  Number of clauses:    2503471                                              |
66.46/67.29	c |  Parsing time:         1.27         s                                       |
921.82/930.64	c restarts              : 90
921.82/930.64	c conflicts             : 236            (0 /sec)
921.82/930.64	c decisions             : 103114         (66.94 % random) (120 /sec)
921.82/930.64	c euip                  : 59          
921.82/930.64	c propagations          : 664923         (776 /sec)
921.82/930.64	c conflict literals     : 27049          (6.83 % deleted)
921.82/930.64	c Memory used           : 167.07 MB
921.82/930.64	c CPU time              : 856.427 s
921.82/930.64	c 
921.82/930.65	s SATISFIABLE
923.00/931.84	v 2 1 9 8 82 81 96 116 123 104 13 39 71 81 119 118 134 132 146 147 0 1 5 6 69 73 88 104 133 132 13 7 23 24 32 35 61 57 73 105 16 17 27 25 54 53 133 135 139 137 1 0 8 9 13 14 61 54 71 83 46 4 64 83 92 93 108 113 120 137 86 36 126 130 141 140 149 150 157 156 40 6 97 51 108 109 123 138 148 132 13 14 23 65 128 129 143 144 155 154

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-1085021-1215232548/watcher-1085021-1215232548 -o /tmp/evaluation-result-1085021-1215232548/solver-1085021-1215232548 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085021-1215232548.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.04 2.01 2.00 4/73 27941
/proc/meminfo: memFree=1507672/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=5268 CPUtime=0
/proc/27941/stat : 27941 (galacE.sh) R 27939 27941 27254 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 2002227683 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 264837854601 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27941/statm: 1317 186 139 79 0 121 0

[startup+0.0659941 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 27941
/proc/meminfo: memFree=1507672/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102923 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 27941
/proc/meminfo: memFree=1507672/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301943 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 27941
/proc/meminfo: memFree=1507672/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701983 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 27941
/proc/meminfo: memFree=1507672/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50207 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 27963
/proc/meminfo: memFree=1463432/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27955] ppid=27941 vsize=812860 CPUtime=1.44
/proc/27955/stat : 27955 (java) S 27941 27941 27254 0 -1 0 15349 0 1 0 134 10 0 0 18 0 9 0 2002227687 832368640 14567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27955/statm: 203215 14567 2586 9 0 197196 0
[pid=27955/tid=27956] ppid=27941 vsize=812860 CPUtime=0.85
/proc/27955/task/27956/stat : 27956 (java) R 27941 27941 27254 0 -1 64 7569 0 1 0 80 5 0 0 24 0 9 0 2002227688 832368640 14567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27941 vsize=812860 CPUtime=0.34
/proc/27955/task/27957/stat : 27957 (java) R 27941 27941 27254 0 -1 64 6268 0 0 0 32 2 0 0 16 0 9 0 2002227689 832368640 14567 996147200 134512640 134550740 4294955600 18446744073709551615 102477912 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27941 vsize=812860 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27941 27941 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002227690 832368640 14567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27941 vsize=812860 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27941 27941 27254 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002227690 832368640 14567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27960] ppid=27941 vsize=812860 CPUtime=0
/proc/27955/task/27960/stat : 27960 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002227692 832368640 14567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27961] ppid=27941 vsize=812860 CPUtime=0.21
/proc/27955/task/27961/stat : 27961 (java) S 27941 27941 27254 0 -1 64 812 0 0 0 21 0 0 0 15 0 9 0 2002227692 832368640 14567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27962] ppid=27941 vsize=812860 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002227692 832368640 14567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27963] ppid=27941 vsize=812860 CPUtime=0
/proc/27955/task/27963/stat : 27963 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002227692 832368640 14567 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) 860428

[startup+3.10124 s]
/proc/loadavg: 2.04 2.01 2.00 4/83 27963
/proc/meminfo: memFree=1453640/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27955] ppid=27941 vsize=812804 CPUtime=3.02
/proc/27955/stat : 27955 (java) S 27941 27941 27254 0 -1 0 18171 0 1 0 291 11 0 0 18 0 9 0 2002227687 832311296 17379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27955/statm: 203201 17379 2586 9 0 197182 0
[pid=27955/tid=27956] ppid=27941 vsize=812804 CPUtime=1.44
/proc/27955/task/27956/stat : 27956 (java) R 27941 27941 27254 0 -1 64 7581 0 1 0 139 5 0 0 25 0 9 0 2002227688 832311296 17379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27941 vsize=812804 CPUtime=1.28
/proc/27955/task/27957/stat : 27957 (java) R 27941 27941 27254 0 -1 64 9044 0 0 0 124 4 0 0 16 0 9 0 2002227689 832311296 17379 996147200 134512640 134550740 4294955600 18446744073709551615 104180286 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27941 vsize=812804 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27941 27941 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002227690 832311296 17379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27941 vsize=812804 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27941 27941 27254 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002227690 832311296 17379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27960] ppid=27941 vsize=812804 CPUtime=0
/proc/27955/task/27960/stat : 27960 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002227692 832311296 17379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27961] ppid=27941 vsize=812804 CPUtime=0.26
/proc/27955/task/27961/stat : 27961 (java) S 27941 27941 27254 0 -1 64 846 0 0 0 26 0 0 0 15 0 9 0 2002227692 832311296 17379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27962] ppid=27941 vsize=812804 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002227692 832311296 17379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27963] ppid=27941 vsize=812804 CPUtime=0
/proc/27955/task/27963/stat : 27963 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002227692 832311296 17379 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) 860372

[startup+6.30257 s]
/proc/loadavg: 2.04 2.01 2.00 4/83 27963
/proc/meminfo: memFree=1433160/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27955] ppid=27941 vsize=812940 CPUtime=6.19
/proc/27955/stat : 27955 (java) S 27941 27941 27254 0 -1 0 22419 0 1 0 605 14 0 0 18 0 9 0 2002227687 832450560 21456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27955/statm: 203235 21456 2586 9 0 197216 0
[pid=27955/tid=27956] ppid=27941 vsize=812940 CPUtime=2.03
/proc/27955/task/27956/stat : 27956 (java) S 27941 27941 27254 0 -1 64 7612 0 1 0 198 5 0 0 21 0 9 0 2002227688 832450560 21456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27941 vsize=812940 CPUtime=3.79
/proc/27955/task/27957/stat : 27957 (java) R 27941 27941 27254 0 -1 64 13216 0 0 0 373 6 0 0 23 0 9 0 2002227689 832450560 21456 996147200 134512640 134550740 4294955600 18446744073709551615 104181410 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27941 27941 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002227690 832450560 21456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27941 27941 27254 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002227690 832450560 21456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27960] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27960/stat : 27960 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002227692 832450560 21456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27961] ppid=27941 vsize=812940 CPUtime=0.33
/proc/27955/task/27961/stat : 27961 (java) S 27941 27941 27254 0 -1 64 891 0 0 0 33 0 0 0 15 0 9 0 2002227692 832450560 21456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27962] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002227692 832450560 21456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27963] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27963/stat : 27963 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002227692 832450560 21456 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) 860508

[startup+12.7012 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 27963
/proc/meminfo: memFree=1394312/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27955] ppid=27941 vsize=812940 CPUtime=12.52
/proc/27955/stat : 27955 (java) S 27941 27941 27254 0 -1 0 30495 0 1 0 1232 20 0 0 18 0 9 0 2002227687 832450560 29519 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27955/statm: 203235 29519 2591 9 0 197216 0
[pid=27955/tid=27956] ppid=27941 vsize=812940 CPUtime=8.15
/proc/27955/task/27956/stat : 27956 (java) R 27941 27941 27254 0 -1 64 14650 0 1 0 803 12 0 0 25 0 9 0 2002227688 832450560 29519 996147200 134512640 134550740 4294955600 18446744073709551615 4127341904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27941 vsize=812940 CPUtime=3.94
/proc/27955/task/27957/stat : 27957 (java) S 27941 27941 27254 0 -1 64 14215 0 0 0 388 6 0 0 16 0 9 0 2002227689 832450560 29519 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27941 27941 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002227690 832450560 29519 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27941 27941 27254 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002227690 832450560 29519 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27960] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27960/stat : 27960 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002227692 832450560 29519 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27961] ppid=27941 vsize=812940 CPUtime=0.4
/proc/27955/task/27961/stat : 27961 (java) S 27941 27941 27254 0 -1 64 930 0 0 0 39 1 0 0 15 0 9 0 2002227692 832450560 29519 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27962] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002227692 832450560 29519 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27963] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27963/stat : 27963 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002227692 832450560 29519 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) 860508

[startup+25.5025 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 27963
/proc/meminfo: memFree=1383112/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27955] ppid=27941 vsize=812940 CPUtime=25.19
/proc/27955/stat : 27955 (java) S 27941 27941 27254 0 -1 0 30947 0 1 0 2492 27 0 0 18 0 9 0 2002227687 832450560 29947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27955/statm: 203235 29947 2591 9 0 197216 0
[pid=27955/tid=27956] ppid=27941 vsize=812940 CPUtime=20.77
/proc/27955/task/27956/stat : 27956 (java) R 27941 27941 27254 0 -1 64 14674 0 1 0 2059 18 0 0 25 0 9 0 2002227688 832450560 29947 996147200 134512640 134550740 4294955600 18446744073709551615 4126218624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27941 vsize=812940 CPUtime=3.99
/proc/27955/task/27957/stat : 27957 (java) S 27941 27941 27254 0 -1 64 14637 0 0 0 392 7 0 0 16 0 9 0 2002227689 832450560 29947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27941 27941 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002227690 832450560 29947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27941 27941 27254 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002227690 832450560 29947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27960] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27960/stat : 27960 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002227692 832450560 29947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27961] ppid=27941 vsize=812940 CPUtime=0.41
/proc/27955/task/27961/stat : 27961 (java) S 27941 27941 27254 0 -1 64 936 0 0 0 40 1 0 0 16 0 9 0 2002227692 832450560 29947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27962] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002227692 832450560 29947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27955/tid=27963] ppid=27941 vsize=812940 CPUtime=0
/proc/27955/task/27963/stat : 27963 (java) S 27941 27941 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002227692 832450560 29947 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) 860508

[startup+51.1022 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 27963
/proc/meminfo: memFree=1368712/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=0.01

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

/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1247120/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=65.07
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 798 32734 0 1 0 0 6461 46 17 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27964] ppid=27941 vsize=239696 CPUtime=690
/proc/27964/stat : 27964 (eSAT_static) R 27941 27941 27254 0 -1 4194304 55357 0 0 0 68966 34 0 0 25 0 1 0 2002234261 245448704 55339 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/27964/statm: 59924 55339 74 162 0 59759 0
Current children cumulated CPU time (s) 755.07
Current children cumulated vsize (KiB) 287264

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1240272/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=65.07
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 798 32734 0 1 0 0 6461 46 17 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27964] ppid=27941 vsize=240620 CPUtime=749.45
/proc/27964/stat : 27964 (eSAT_static) R 27941 27941 27254 0 -1 4194304 57053 0 0 0 74910 35 0 0 25 0 1 0 2002234261 246394880 57035 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/27964/statm: 60155 57035 74 162 0 59990 0
Current children cumulated CPU time (s) 814.52
Current children cumulated vsize (KiB) 288188

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1235472/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=65.07
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 798 32734 0 1 0 0 6461 46 17 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27964] ppid=27941 vsize=241412 CPUtime=808.9
/proc/27964/stat : 27964 (eSAT_static) R 27941 27941 27254 0 -1 4194304 58198 0 0 0 80854 36 0 0 25 0 1 0 2002234261 247205888 58180 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/27964/statm: 60353 58180 74 162 0 60188 0
Current children cumulated CPU time (s) 873.97
Current children cumulated vsize (KiB) 288980

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

[startup+895.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1235472/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=65.07
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 798 32734 0 1 0 0 6461 46 17 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27964] ppid=27941 vsize=241412 CPUtime=822.37
/proc/27964/stat : 27964 (eSAT_static) R 27941 27941 27254 0 -1 4194304 58200 0 0 0 82201 36 0 0 25 0 1 0 2002234261 247205888 58182 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/27964/statm: 60353 58182 74 162 0 60188 0
Current children cumulated CPU time (s) 887.44
Current children cumulated vsize (KiB) 288980

[startup+908.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1235408/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=65.07
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 798 32734 0 1 0 0 6461 46 17 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27964] ppid=27941 vsize=241412 CPUtime=835.05
/proc/27964/stat : 27964 (eSAT_static) R 27941 27941 27254 0 -1 4194304 58203 0 0 0 83469 36 0 0 25 0 1 0 2002234261 247205888 58185 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/27964/statm: 60353 58185 74 162 0 60188 0
Current children cumulated CPU time (s) 900.12
Current children cumulated vsize (KiB) 288980

[startup+921.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1234384/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=65.07
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 798 32734 0 1 0 0 6461 46 17 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27964] ppid=27941 vsize=241412 CPUtime=847.74
/proc/27964/stat : 27964 (eSAT_static) R 27941 27941 27254 0 -1 4194304 58457 0 0 0 84738 36 0 0 25 0 1 0 2002234261 247205888 58439 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/27964/statm: 60353 58439 74 162 0 60188 0
Current children cumulated CPU time (s) 912.81
Current children cumulated vsize (KiB) 288980

[startup+927.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1234384/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=65.07
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 798 32734 0 1 0 0 6461 46 17 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27964] ppid=27941 vsize=241412 CPUtime=854.08
/proc/27964/stat : 27964 (eSAT_static) R 27941 27941 27254 0 -1 4194304 58457 0 0 0 85372 36 0 0 25 0 1 0 2002234261 247205888 58439 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/27964/statm: 60353 58439 74 162 0 60188 0
Current children cumulated CPU time (s) 919.15
Current children cumulated vsize (KiB) 288980

[startup+929.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1234384/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=65.07
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 798 32734 0 1 0 0 6461 46 17 0 1 0 2002227683 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27941/statm: 11892 363 244 79 0 219 0
[pid=27964] ppid=27941 vsize=241412 CPUtime=855.66
/proc/27964/stat : 27964 (eSAT_static) R 27941 27941 27254 0 -1 4194304 58457 0 0 0 85530 36 0 0 25 0 1 0 2002234261 247205888 58439 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/27964/statm: 60353 58439 74 162 0 60188 0
Current children cumulated CPU time (s) 920.73
Current children cumulated vsize (KiB) 288980

[startup+931.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1301200/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=921.91
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 834 91221 0 1 0 0 92104 87 16 0 1 0 2002227683 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27941/statm: 11892 364 244 79 0 219 0
Current children cumulated CPU time (s) 921.91
Current children cumulated vsize (KiB) 47568

[startup+931.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27966
/proc/meminfo: memFree=1301200/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=921.91
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 834 91221 0 1 0 0 92104 87 16 0 1 0 2002227683 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27941/statm: 11892 364 244 79 0 219 0
Current children cumulated CPU time (s) 921.91
Current children cumulated vsize (KiB) 47568

[startup+931.708 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 27975
/proc/meminfo: memFree=1452496/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=921.91
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 834 91221 0 1 0 0 92104 87 16 0 1 0 2002227683 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27941/statm: 11892 364 244 79 0 219 0
[pid=27967] ppid=27941 vsize=812884 CPUtime=1
/proc/27967/stat : 27967 (java) S 27941 27941 27254 0 -1 0 6633 0 1 0 95 5 0 0 18 0 9 0 2002320751 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27967/statm: 203221 6016 1909 9 0 197174 0
[pid=27967/tid=27968] ppid=27941 vsize=812884 CPUtime=0.71
/proc/27967/task/27968/stat : 27968 (java) R 27941 27941 27254 0 -1 64 5030 0 1 0 68 3 0 0 18 0 9 0 2002320753 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4125950624 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27969] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27969/stat : 27969 (java) S 27941 27941 27254 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2002320754 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27970] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27970/stat : 27970 (java) S 27941 27941 27254 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002320754 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27971] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27971/stat : 27971 (java) S 27941 27941 27254 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002320754 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27972] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27972/stat : 27972 (java) S 27941 27941 27254 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002320756 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27973] ppid=27941 vsize=812884 CPUtime=0.27
/proc/27967/task/27973/stat : 27973 (java) R 27941 27941 27254 0 -1 64 890 0 0 0 27 0 0 0 19 0 9 0 2002320756 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27974] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27974/stat : 27974 (java) S 27941 27941 27254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002320757 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27975] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27975/stat : 27975 (java) S 27941 27941 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002320757 832393216 6016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.91
Current children cumulated vsize (KiB) 860452

[startup+931.803 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 27975
/proc/meminfo: memFree=1452496/2055920 swapFree=4180396/4192956
[pid=27941] ppid=27939 vsize=47568 CPUtime=921.91
/proc/27941/stat : 27941 (galacE.sh) S 27939 27941 27254 0 -1 4194304 834 91221 0 1 0 0 92104 87 16 0 1 0 2002227683 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27941/statm: 11892 364 244 79 0 219 0
[pid=27967] ppid=27941 vsize=812884 CPUtime=1.09
/proc/27967/stat : 27967 (java) S 27941 27941 27254 0 -1 0 8384 0 1 0 103 6 0 0 18 0 9 0 2002320751 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27967/statm: 203221 7766 1911 9 0 197174 0
[pid=27967/tid=27968] ppid=27941 vsize=812884 CPUtime=0.78
/proc/27967/task/27968/stat : 27968 (java) R 27941 27941 27254 0 -1 64 6763 0 1 0 74 4 0 0 19 0 9 0 2002320753 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4127177520 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27969] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27969/stat : 27969 (java) S 27941 27941 27254 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2002320754 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27970] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27970/stat : 27970 (java) S 27941 27941 27254 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2002320754 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27971] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27971/stat : 27971 (java) S 27941 27941 27254 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002320754 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27972] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27972/stat : 27972 (java) S 27941 27941 27254 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002320756 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27973] ppid=27941 vsize=812884 CPUtime=0.29
/proc/27967/task/27973/stat : 27973 (java) S 27941 27941 27254 0 -1 64 907 0 0 0 29 0 0 0 17 0 9 0 2002320756 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27974] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27974/stat : 27974 (java) S 27941 27941 27254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002320757 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27967/tid=27975] ppid=27941 vsize=812884 CPUtime=0
/proc/27967/task/27975/stat : 27975 (java) S 27941 27941 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002320757 832393216 7766 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 923
Current children cumulated vsize (KiB) 860452

Child status: 0
Real time (s): 931.865
CPU time (s): 923.085
CPU user time (s): 922.112
CPU system time (s): 0.972852
CPU usage (%): 99.0578
Max. virtual memory (cumulated for all children) (KiB): 860716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 922.112
system time used= 0.972852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101250
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= 4246
involuntary context switches= 24295

runsolver used 1.11183 second user time and 3.14352 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 06:35:48
IDJOB=1085021
IDBENCH=57602
IDSOLVER=351
FILE ID=node44/1085021-1215232548
PBS_JOBID= 7881862
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7462799fa7a7c1cf3af137de847f4eab
RANDOM SEED=1042799962

node44.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.213
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.213
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:       1508152 kB
Buffers:         47536 kB
Cached:         264436 kB
SwapCached:       6540 kB
Active:         399520 kB
Inactive:        85456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508152 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:           40028 kB
Writeback:           0 kB
Mapped:         177628 kB
Slab:            47612 kB
Committed_AS:  3727680 kB
PageTables:       2168 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= 66468 MiB
End job on node44 at 2008-07-05 06:51:20