Trace number 1085357

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 779.519 780.673

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-7.xml
MD5SUM7f90ae65f94133a5d801af8c8d4f4168
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.753884
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size124
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.11/6.24	c start processing
6.11/6.24	c start relation processing
6.60/6.76	c start cnf exporting
53.71/53.97	c parsing time : 6.112
53.71/53.97	c preprocessing time : 53.845
53.71/53.97	
53.71/53.97	c Nary constraints - conflicts : 0 supports : 0
53.71/53.97	c Binary constraints - conflicts : 845 supports :0
53.71/53.97	c max arity constraint : 2
53.71/53.97	c Max Tuples generated 15376
53.71/53.97	c relations : 312
53.71/53.97	c relations BDD: 0
53.71/53.97	c sampling 272/312
53.71/53.97	c vars : 11361 - clauses :  2335154
53.71/53.97	
53.78/54.03	 
53.78/54.03	c --- SAT Solver Stats ---
53.78/54.03	 
53.78/54.03	c eSAT 0.1 : minisat core with additionnal features
53.78/54.03	c ============================[ Problem Statistics ]=============================
53.78/54.03	c |                                                                             |
53.78/54.03	c |  Number of variables:  11360                                                |
53.78/54.03	c |  Number of clauses:    2335154                                              |
54.95/55.24	c |  Parsing time:         1.06         s                                       |
778.54/779.72	c restarts              : 48
778.54/779.72	c conflicts             : 120            (0 /sec)
778.54/779.72	c decisions             : 57951          (64.98 % random) (80 /sec)
778.54/779.72	c euip                  : 26          
778.54/779.72	c propagations          : 334720         (462 /sec)
778.54/779.72	c conflict literals     : 17214          (9.71 % deleted)
778.54/779.72	c Memory used           : 166.12 MB
778.54/779.72	c CPU time              : 724.449 s
778.54/779.72	c 
778.54/779.73	s SATISFIABLE
779.44/780.65	v 1 14 41 12 53 51 120 85 131 133 12 14 38 15 67 66 103 83 110 139 1 0 4 5 8 7 32 55 67 57 20 68 91 93 127 125 135 136 140 139 4 90 94 9 107 109 125 123 140 138 22 32 37 36 41 42 75 67 134 113 5 8 54 73 96 95 114 111 120 121 0 52 63 48 83 84 99 112 135 131 18 17 22 25 31 28 43 49 55 86 0 1 12 11 18 20 30 85 99 139

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-1085357-1215233293/watcher-1085357-1215233293 -o /tmp/evaluation-result-1085357-1215233293/solver-1085357-1215233293 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085357-1215233293.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/81 305
/proc/meminfo: memFree=1489420/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=8652 CPUtime=0
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2002302159 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 2163 280 208 79 0 156 0
[pid=306] ppid=305 vsize=8688 CPUtime=0
/proc/306/stat : 306 (galacE.sh) S 305 305 31702 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2002302159 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 2172 286 209 79 0 165 0
[pid=307] ppid=306 vsize=8728 CPUtime=0
/proc/307/stat : 307 (galacE.sh) R 306 305 31702 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2002302159 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 240907775271 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/307/statm: 2182 290 209 79 0 175 0

[startup+0.022362 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 305
/proc/meminfo: memFree=1489420/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=8768 CPUtime=0
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 2002302159 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.101765 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 305
/proc/meminfo: memFree=1489420/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=0.01
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.301789 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 305
/proc/meminfo: memFree=1489420/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=0.01
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.701828 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 305
/proc/meminfo: memFree=1489420/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=0.01
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50291 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 327
/proc/meminfo: memFree=1444796/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=0.01
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=319] ppid=305 vsize=812520 CPUtime=1.43
/proc/319/stat : 319 (java) S 305 305 31702 0 -1 0 15258 0 1 0 136 7 0 0 18 0 9 0 2002302162 832020480 14475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 203130 14475 2587 9 0 197163 0
[pid=319/tid=320] ppid=305 vsize=812520 CPUtime=0.82
/proc/319/task/320/stat : 320 (java) R 305 305 31702 0 -1 64 7535 0 1 0 78 4 0 0 25 0 9 0 2002302163 832020480 14475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=321] ppid=305 vsize=812520 CPUtime=0.38
/proc/319/task/321/stat : 321 (java) R 305 305 31702 0 -1 64 6219 0 0 0 37 1 0 0 16 0 9 0 2002302165 832020480 14475 996147200 134512640 134550740 4294955600 18446744073709551615 104182342 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=305 vsize=812520 CPUtime=0
/proc/319/task/322/stat : 322 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002302165 832020480 14475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=305 vsize=812520 CPUtime=0
/proc/319/task/323/stat : 323 (java) S 305 305 31702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002302165 832020480 14475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=305 vsize=812520 CPUtime=0
/proc/319/task/324/stat : 324 (java) S 305 305 31702 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002302167 832020480 14475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=305 vsize=812520 CPUtime=0.2
/proc/319/task/325/stat : 325 (java) S 305 305 31702 0 -1 64 805 0 0 0 20 0 0 0 15 0 9 0 2002302167 832020480 14475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=305 vsize=812520 CPUtime=0
/proc/319/task/326/stat : 326 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002302167 832020480 14475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=305 vsize=812520 CPUtime=0
/proc/319/task/327/stat : 327 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002302167 832020480 14475 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) 860108

[startup+3.10107 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 327
/proc/meminfo: memFree=1435452/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=0.01
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=319] ppid=305 vsize=812620 CPUtime=3.02
/proc/319/stat : 319 (java) S 305 305 31702 0 -1 0 18283 0 1 0 294 8 0 0 18 0 9 0 2002302162 832122880 17488 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 203155 17488 2587 9 0 197188 0
[pid=319/tid=320] ppid=305 vsize=812620 CPUtime=1.4
/proc/319/task/320/stat : 320 (java) R 305 305 31702 0 -1 64 7547 0 1 0 136 4 0 0 25 0 9 0 2002302163 832122880 17488 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=321] ppid=305 vsize=812620 CPUtime=1.33
/proc/319/task/321/stat : 321 (java) R 305 305 31702 0 -1 64 9197 0 0 0 131 2 0 0 17 0 9 0 2002302165 832122880 17488 996147200 134512640 134550740 4294955600 18446744073709551615 103737273 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=305 vsize=812620 CPUtime=0
/proc/319/task/322/stat : 322 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002302165 832122880 17488 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=305 vsize=812620 CPUtime=0
/proc/319/task/323/stat : 323 (java) S 305 305 31702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002302165 832122880 17488 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=305 vsize=812620 CPUtime=0
/proc/319/task/324/stat : 324 (java) S 305 305 31702 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002302167 832122880 17488 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=305 vsize=812620 CPUtime=0.26
/proc/319/task/325/stat : 325 (java) S 305 305 31702 0 -1 64 840 0 0 0 26 0 0 0 15 0 9 0 2002302167 832122880 17488 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=305 vsize=812620 CPUtime=0
/proc/319/task/326/stat : 326 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002302167 832122880 17488 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=305 vsize=812620 CPUtime=0
/proc/319/task/327/stat : 327 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002302167 832122880 17488 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.30238 s]
/proc/loadavg: 2.12 2.03 2.01 4/91 327
/proc/meminfo: memFree=1417916/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=0.01
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=319] ppid=305 vsize=812700 CPUtime=6.2
/proc/319/stat : 319 (java) S 305 305 31702 0 -1 0 21785 0 1 0 610 10 0 0 18 0 9 0 2002302162 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 203175 20716 2587 9 0 197208 0
[pid=319/tid=320] ppid=305 vsize=812700 CPUtime=1.94
/proc/319/task/320/stat : 320 (java) R 305 305 31702 0 -1 64 7568 0 1 0 190 4 0 0 17 0 9 0 2002302163 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4127295272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=321] ppid=305 vsize=812700 CPUtime=3.88
/proc/319/task/321/stat : 321 (java) R 305 305 31702 0 -1 64 12633 0 0 0 385 3 0 0 25 0 9 0 2002302165 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/322/stat : 322 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002302165 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/323/stat : 323 (java) S 305 305 31702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002302165 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/324/stat : 324 (java) S 305 305 31702 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002302167 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=305 vsize=812700 CPUtime=0.33
/proc/319/task/325/stat : 325 (java) S 305 305 31702 0 -1 64 885 0 0 0 33 0 0 0 15 0 9 0 2002302167 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/326/stat : 326 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002302167 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/327/stat : 327 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002302167 832204800 20716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860288

[startup+12.702 s]
/proc/loadavg: 2.11 2.03 2.01 2/80 330
/proc/meminfo: memFree=1393108/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=0.01
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=319] ppid=305 vsize=812700 CPUtime=12.53
/proc/319/stat : 319 (java) S 305 305 31702 0 -1 0 29263 0 1 0 1236 17 0 0 18 0 9 0 2002302162 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 203175 28182 2592 9 0 197208 0
[pid=319/tid=320] ppid=305 vsize=812700 CPUtime=8.18
/proc/319/task/320/stat : 320 (java) R 305 305 31702 0 -1 64 14646 0 1 0 807 11 0 0 22 0 9 0 2002302163 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4127317232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=319/tid=321] ppid=305 vsize=812700 CPUtime=3.93
/proc/319/task/321/stat : 321 (java) S 305 305 31702 0 -1 64 12999 0 0 0 389 4 0 0 16 0 9 0 2002302165 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/322/stat : 322 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002302165 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/323/stat : 323 (java) S 305 305 31702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002302165 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/324/stat : 324 (java) S 305 305 31702 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002302167 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=305 vsize=812700 CPUtime=0.39
/proc/319/task/325/stat : 325 (java) S 305 305 31702 0 -1 64 919 0 0 0 39 0 0 0 15 0 9 0 2002302167 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/326/stat : 326 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002302167 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/327/stat : 327 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002302167 832204800 28182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860288

[startup+25.5023 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 357
/proc/meminfo: memFree=1379588/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=0.01
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=319] ppid=305 vsize=812700 CPUtime=25.32
/proc/319/stat : 319 (java) S 305 305 31702 0 -1 0 29399 0 1 0 2510 22 0 0 18 0 9 0 2002302162 832204800 28292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 203175 28292 2592 9 0 197208 0
[pid=319/tid=320] ppid=305 vsize=812700 CPUtime=20.94
/proc/319/task/320/stat : 320 (java) R 305 305 31702 0 -1 64 14672 0 1 0 2077 17 0 0 25 0 9 0 2002302163 832204800 28292 996147200 134512640 134550740 4294955600 18446744073709551615 4127304784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=319/tid=321] ppid=305 vsize=812700 CPUtime=3.95
/proc/319/task/321/stat : 321 (java) S 305 305 31702 0 -1 64 13105 0 0 0 391 4 0 0 16 0 9 0 2002302165 832204800 28292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=319/tid=322] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/322/stat : 322 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002302165 832204800 28292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/323/stat : 323 (java) S 305 305 31702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002302165 832204800 28292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/324/stat : 324 (java) S 305 305 31702 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002302167 832204800 28292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=305 vsize=812700 CPUtime=0.4
/proc/319/task/325/stat : 325 (java) S 305 305 31702 0 -1 64 923 0 0 0 40 0 0 0 16 0 9 0 2002302167 832204800 28292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=319/tid=326] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/326/stat : 326 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002302167 832204800 28292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=305 vsize=812700 CPUtime=0
/proc/319/task/327/stat : 327 (java) S 305 305 31702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002302167 832204800 28292 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/397/stat : 397 (eSAT_static) R 305 305 31702 0 -1 4194304 52129 0 0 0 52779 27 0 0 25 0 1 0 2002307562 241487872 52111 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/397/statm: 58957 52111 74 162 0 58792 0
Current children cumulated CPU time (s) 581.86
Current children cumulated vsize (KiB) 283416

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 506
/proc/meminfo: memFree=1113156/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=53.8
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 798 31161 0 1 0 0 5344 36 17 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=397] ppid=305 vsize=238468 CPUtime=587.75
/proc/397/stat : 397 (eSAT_static) R 305 305 31702 0 -1 4194304 54453 0 0 0 58745 30 0 0 25 0 1 0 2002307562 244191232 54435 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/397/statm: 59617 54435 74 162 0 59452 0
Current children cumulated CPU time (s) 641.55
Current children cumulated vsize (KiB) 286056

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 507
/proc/meminfo: memFree=1037060/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=53.8
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 798 31161 0 1 0 0 5344 36 17 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=397] ppid=305 vsize=239920 CPUtime=647.37
/proc/397/stat : 397 (eSAT_static) R 305 305 31702 0 -1 4194304 55955 0 0 0 64706 31 0 0 25 0 1 0 2002307562 245678080 55937 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 0 0 0
/proc/397/statm: 59980 55937 74 162 0 59815 0
Current children cumulated CPU time (s) 701.17
Current children cumulated vsize (KiB) 287508

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 507
/proc/meminfo: memFree=921988/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=53.8
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 798 31161 0 1 0 0 5344 36 17 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=397] ppid=305 vsize=240316 CPUtime=707.35
/proc/397/stat : 397 (eSAT_static) R 305 305 31702 0 -1 4194304 56552 0 0 0 70704 31 0 0 25 0 1 0 2002307562 246083584 56534 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/397/statm: 60079 56534 74 162 0 59914 0
Current children cumulated CPU time (s) 761.15
Current children cumulated vsize (KiB) 287904

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

[startup+767.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 507
/proc/meminfo: memFree=915012/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=53.8
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 798 31161 0 1 0 0 5344 36 17 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=397] ppid=305 vsize=240316 CPUtime=712.94
/proc/397/stat : 397 (eSAT_static) R 305 305 31702 0 -1 4194304 56555 0 0 0 71263 31 0 0 25 0 1 0 2002307562 246083584 56537 996147200 134512640 135177480 4294955968 18446744073709551615 134537322 0 0 4096 3 0 0 0 17 0 0 0
/proc/397/statm: 60079 56537 74 162 0 59914 0
Current children cumulated CPU time (s) 766.74
Current children cumulated vsize (KiB) 287904

[startup+774.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 513
/proc/meminfo: memFree=907076/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=53.8
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 798 31161 0 1 0 0 5344 36 17 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=397] ppid=305 vsize=240316 CPUtime=719.35
/proc/397/stat : 397 (eSAT_static) R 305 305 31702 0 -1 4194304 56556 0 0 0 71903 32 0 0 25 0 1 0 2002307562 246083584 56538 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/397/statm: 60079 56538 74 162 0 59914 0
Current children cumulated CPU time (s) 773.15
Current children cumulated vsize (KiB) 287904

[startup+777.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 513
/proc/meminfo: memFree=905540/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=53.8
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 798 31161 0 1 0 0 5344 36 17 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=397] ppid=305 vsize=240316 CPUtime=722.55
/proc/397/stat : 397 (eSAT_static) R 305 305 31702 0 -1 4194304 56556 0 0 0 72223 32 0 0 25 0 1 0 2002307562 246083584 56538 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/397/statm: 60079 56538 74 162 0 59914 0
Current children cumulated CPU time (s) 776.35
Current children cumulated vsize (KiB) 287904

[startup+779.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 513
/proc/meminfo: memFree=904196/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=53.8
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 798 31161 0 1 0 0 5344 36 17 0 1 0 2002302159 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/305/statm: 11897 363 244 79 0 219 0
[pid=397] ppid=305 vsize=240316 CPUtime=724.15
/proc/397/stat : 397 (eSAT_static) R 305 305 31702 0 -1 4194304 56556 0 0 0 72383 32 0 0 25 0 1 0 2002307562 246083584 56538 996147200 134512640 135177480 4294955968 18446744073709551615 134538932 0 0 4096 3 0 0 0 17 0 0 0
/proc/397/statm: 60079 56538 74 162 0 59914 0
Current children cumulated CPU time (s) 777.95
Current children cumulated vsize (KiB) 287904

[startup+779.907 s]
/proc/loadavg: 2.08 2.02 2.01 3/79 518
/proc/meminfo: memFree=1125604/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=778.61
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 834 87747 0 1 0 0 77789 72 16 0 1 0 2002302159 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/305/statm: 11897 364 244 79 0 219 0
[pid=514] ppid=305 vsize=812436 CPUtime=0.13
/proc/514/stat : 514 (java) S 305 305 31702 0 -1 0 4415 0 1 0 11 2 0 0 20 0 9 0 2002380134 831934464 3870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/514/statm: 203109 3870 1769 9 0 197142 0
[pid=514/tid=515] ppid=305 vsize=812436 CPUtime=0.08
/proc/514/task/515/stat : 515 (java) R 305 305 31702 0 -1 64 3001 0 1 0 7 1 0 0 25 0 9 0 2002380136 831934464 3871 996147200 134512640 134550740 4294955616 18446744073709551615 102476818 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=516] ppid=305 vsize=812436 CPUtime=0
/proc/514/task/516/stat : 516 (java) S 305 305 31702 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 2002380137 831934464 3872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=517] ppid=305 vsize=812436 CPUtime=0
/proc/514/task/517/stat : 517 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2002380138 831934464 3872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=518] ppid=305 vsize=812436 CPUtime=0
/proc/514/task/518/stat : 518 (java) S 305 305 31702 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 2002380138 831934464 3873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 778.74
Current children cumulated vsize (KiB) 860024

[startup+780.302 s]
/proc/loadavg: 2.08 2.02 2.01 3/79 518
/proc/meminfo: memFree=1125604/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=778.61
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 834 87747 0 1 0 0 77789 72 16 0 1 0 2002302159 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/305/statm: 11897 364 244 79 0 219 0
[pid=514] ppid=305 vsize=812436 CPUtime=0.52
/proc/514/stat : 514 (java) S 305 305 31702 0 -1 0 5540 0 1 0 48 4 0 0 20 0 9 0 2002380134 831934464 4963 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/514/statm: 203109 4963 1854 9 0 197142 0
[pid=514/tid=515] ppid=305 vsize=812436 CPUtime=0.34
/proc/514/task/515/stat : 515 (java) R 305 305 31702 0 -1 64 4001 0 1 0 31 3 0 0 25 0 9 0 2002380136 831934464 4963 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=516] ppid=305 vsize=812436 CPUtime=0
/proc/514/task/516/stat : 516 (java) S 305 305 31702 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 2002380137 831934464 4963 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=517] ppid=305 vsize=812436 CPUtime=0
/proc/514/task/517/stat : 517 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2002380138 831934464 4963 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=518] ppid=305 vsize=812436 CPUtime=0
/proc/514/task/518/stat : 518 (java) S 305 305 31702 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 2002380138 831934464 4963 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 779.13
Current children cumulated vsize (KiB) 860024

[startup+780.503 s]
/proc/loadavg: 2.08 2.02 2.01 3/79 518
/proc/meminfo: memFree=1125604/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=778.61
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 834 87747 0 1 0 0 77789 72 16 0 1 0 2002302159 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/305/statm: 11897 364 244 79 0 219 0
[pid=514] ppid=305 vsize=812684 CPUtime=0.72
/proc/514/stat : 514 (java) S 305 305 31702 0 -1 0 6330 0 1 0 67 5 0 0 20 0 9 0 2002380134 832188416 5713 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/514/statm: 203171 5713 1910 9 0 197176 0
[pid=514/tid=515] ppid=305 vsize=812684 CPUtime=0.45
/proc/514/task/515/stat : 515 (java) R 305 305 31702 0 -1 64 4713 0 1 0 42 3 0 0 25 0 9 0 2002380136 832188416 5713 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=516] ppid=305 vsize=812684 CPUtime=0
/proc/514/task/516/stat : 516 (java) S 305 305 31702 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 2002380137 832188416 5713 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=517] ppid=305 vsize=812684 CPUtime=0
/proc/514/task/517/stat : 517 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2002380138 832188416 5713 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=518] ppid=305 vsize=812684 CPUtime=0
/proc/514/task/518/stat : 518 (java) S 305 305 31702 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 2002380138 832188416 5713 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 779.33
Current children cumulated vsize (KiB) 860272

[startup+780.603 s]
/proc/loadavg: 2.08 2.02 2.01 3/79 518
/proc/meminfo: memFree=1125604/2055920 swapFree=4179028/4192956
[pid=305] ppid=303 vsize=47588 CPUtime=778.61
/proc/305/stat : 305 (galacE.sh) S 303 305 31702 0 -1 4194304 834 87747 0 1 0 0 77789 72 16 0 1 0 2002302159 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/305/statm: 11897 364 244 79 0 219 0
[pid=514] ppid=305 vsize=812684 CPUtime=0.83
/proc/514/stat : 514 (java) S 305 305 31702 0 -1 0 8375 0 1 0 76 7 0 0 20 0 9 0 2002380134 832188416 7758 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/514/statm: 203171 7759 1910 9 0 197176 0
[pid=514/tid=515] ppid=305 vsize=812684 CPUtime=0.53
/proc/514/task/515/stat : 515 (java) R 305 305 31702 0 -1 64 6747 0 1 0 49 4 0 0 25 0 9 0 2002380136 832188416 7760 996147200 134512640 134550740 4294955616 18446744073709551615 4127169594 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=516] ppid=305 vsize=812684 CPUtime=0
/proc/514/task/516/stat : 516 (java) S 305 305 31702 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 2002380137 832188416 7762 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=517] ppid=305 vsize=812684 CPUtime=0
/proc/514/task/517/stat : 517 (java) S 305 305 31702 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2002380138 832188416 7763 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=514/tid=518] ppid=305 vsize=812684 CPUtime=0
/proc/514/task/518/stat : 518 (java) S 305 305 31702 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 2002380138 832188416 7765 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 779.44
Current children cumulated vsize (KiB) 860272

Child status: 0
Real time (s): 780.673
CPU time (s): 779.519
CPU user time (s): 778.685
CPU system time (s): 0.833873
CPU usage (%): 99.8521
Max. virtual memory (cumulated for all children) (KiB): 860488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 778.685
system time used= 0.833873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97612
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= 4680
involuntary context switches= 7691

runsolver used 0.960853 second user time and 2.47862 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 06:48:13
IDJOB=1085357
IDBENCH=57623
IDSOLVER=351
FILE ID=node36/1085357-1215233293
PBS_JOBID= 7881870
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7f90ae65f94133a5d801af8c8d4f4168
RANDOM SEED=2144812691

node36.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.240
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.240
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:       1489900 kB
Buffers:        101520 kB
Cached:         369132 kB
SwapCached:       7932 kB
Active:         307524 kB
Inactive:       186776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489900 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            3276 kB
Writeback:           0 kB
Mapped:          39820 kB
Slab:            56908 kB
Committed_AS:  3352836 kB
PageTables:       1800 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= 66508 MiB
End job on node36 at 2008-07-05 07:01:13