Trace number 1085504

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 1643.95 1645.35

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-5.xml
MD5SUMa7bc94a7eea6cc78eabccfd072808961
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 benchmark2.35364
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size136
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 ---
7.30/7.49	c start processing
7.30/7.49	c start relation processing
8.09/8.25	c start cnf exporting
74.66/75.43	c parsing time : 7.36
74.66/75.43	c preprocessing time : 75.317
74.66/75.43	
74.66/75.43	c Nary constraints - conflicts : 0 supports : 0
74.66/75.43	c Binary constraints - conflicts : 845 supports :0
74.66/75.43	c max arity constraint : 2
74.66/75.43	c Max Tuples generated 18496
74.66/75.43	c relations : 313
74.66/75.43	c relations BDD: 0
74.66/75.43	c sampling 273/313
74.66/75.43	c vars : 12731 - clauses :  3047015
74.66/75.43	
74.66/75.49	 
74.66/75.49	c --- SAT Solver Stats ---
74.66/75.49	 
74.66/75.49	c eSAT 0.1 : minisat core with additionnal features
74.66/75.49	c ============================[ Problem Statistics ]=============================
74.66/75.49	c |                                                                             |
74.66/75.49	c |  Number of variables:  12730                                                |
74.66/75.49	c |  Number of clauses:    3047015                                              |
76.32/77.18	c |  Parsing time:         1.45         s                                       |
1642.91/1644.33	c restarts              : 956
1642.91/1644.33	c conflicts             : 50422          (32 /sec)
1642.91/1644.33	c decisions             : 1668532        (22.30 % random) (1064 /sec)
1642.91/1644.33	c euip                  : 15478       
1642.91/1644.33	c propagations          : 14449387       (9216 /sec)
1642.91/1644.33	c conflict literals     : 7997346        (3.69 % deleted)
1642.91/1644.33	c Memory used           : 217.39 MB
1642.91/1644.33	c CPU time              : 1567.77 s
1642.91/1644.33	c 
1642.91/1644.33	s SATISFIABLE
1643.89/1645.32	v 8 9 17 19 24 22 46 45 69 68 54 56 69 77 83 77 95 96 102 103 13 14 27 82 95 96 108 107 114 115 25 23 36 37 50 49 67 68 79 80 56 83 104 69 121 120 130 133 137 139 5 4 24 23 35 33 48 49 56 55 0 1 5 4 8 10 24 23 42 29 4 13 18 48 65 66 79 80 90 89 0 13 44 73 109 106 121 122 129 128 33 76 99 42 130 131 147 146 156 155

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-1085504-1215234080/watcher-1085504-1215234080 -o /tmp/evaluation-result-1085504-1215234080/solver-1085504-1215234080 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085504-1215234080.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4603
/proc/meminfo: memFree=1507088/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=8652 CPUtime=0
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 135078119 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4603/statm: 2163 280 208 79 0 156 0
[pid=4604] ppid=4603 vsize=8652 CPUtime=0
/proc/4604/stat : 4604 (galacE.sh) R 4603 4603 3847 0 -1 4194368 1 0 0 0 0 0 0 0 19 0 1 0 135078119 8859648 279 996147200 4194304 4520092 548682068832 18446744073709551615 233588714143 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/4604/statm: 2163 279 207 79 0 156 0

[startup+0.0913861 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4603
/proc/meminfo: memFree=1507088/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101384 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4603
/proc/meminfo: memFree=1507088/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301404 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4603
/proc/meminfo: memFree=1507088/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.70145 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4603
/proc/meminfo: memFree=1507088/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50153 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 4625
/proc/meminfo: memFree=1463736/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4617] ppid=4603 vsize=812736 CPUtime=1.44
/proc/4617/stat : 4617 (java) S 4603 4603 3847 0 -1 0 15286 0 1 0 135 9 0 0 18 0 9 0 135078122 832241664 14505 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4617/statm: 203184 14505 2587 9 0 197166 0
[pid=4617/tid=4618] ppid=4603 vsize=812736 CPUtime=0.93
/proc/4617/task/4618/stat : 4618 (java) R 4603 4603 3847 0 -1 64 7598 0 1 0 88 5 0 0 23 0 9 0 135078123 832241664 14505 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4619] ppid=4603 vsize=812736 CPUtime=0.29
/proc/4617/task/4619/stat : 4619 (java) R 4603 4603 3847 0 -1 64 6187 0 0 0 27 2 0 0 16 0 9 0 135078124 832241664 14505 996147200 134512640 134550740 4294955600 18446744073709551615 104456977 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4620] ppid=4603 vsize=812736 CPUtime=0
/proc/4617/task/4620/stat : 4620 (java) S 4603 4603 3847 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135078125 832241664 14505 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4621] ppid=4603 vsize=812736 CPUtime=0
/proc/4617/task/4621/stat : 4621 (java) S 4603 4603 3847 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135078125 832241664 14505 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4622] ppid=4603 vsize=812736 CPUtime=0
/proc/4617/task/4622/stat : 4622 (java) S 4603 4603 3847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 135078127 832241664 14505 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4623] ppid=4603 vsize=812736 CPUtime=0.19
/proc/4617/task/4623/stat : 4623 (java) S 4603 4603 3847 0 -1 64 801 0 0 0 19 0 0 0 15 0 9 0 135078127 832241664 14505 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4624] ppid=4603 vsize=812736 CPUtime=0
/proc/4617/task/4624/stat : 4624 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135078127 832241664 14505 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4625] ppid=4603 vsize=812736 CPUtime=0
/proc/4617/task/4625/stat : 4625 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135078127 832241664 14505 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) 860304

[startup+3.10269 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 4625
/proc/meminfo: memFree=1451960/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4617] ppid=4603 vsize=812824 CPUtime=3.02
/proc/4617/stat : 4617 (java) S 4603 4603 3847 0 -1 0 18951 0 1 0 292 10 0 0 18 0 9 0 135078122 832331776 18160 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4617/statm: 203206 18160 2587 9 0 197188 0
[pid=4617/tid=4618] ppid=4603 vsize=812824 CPUtime=1.54
/proc/4617/task/4618/stat : 4618 (java) R 4603 4603 3847 0 -1 64 7608 0 1 0 149 5 0 0 25 0 9 0 135078123 832331776 18160 996147200 134512640 134550740 4294955600 18446744073709551615 4126701380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4619] ppid=4603 vsize=812824 CPUtime=1.2
/proc/4617/task/4619/stat : 4619 (java) S 4603 4603 3847 0 -1 64 9803 0 0 0 117 3 0 0 17 0 9 0 135078124 832331776 18160 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4620] ppid=4603 vsize=812824 CPUtime=0
/proc/4617/task/4620/stat : 4620 (java) S 4603 4603 3847 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135078125 832331776 18160 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4621] ppid=4603 vsize=812824 CPUtime=0
/proc/4617/task/4621/stat : 4621 (java) S 4603 4603 3847 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135078125 832331776 18160 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4622] ppid=4603 vsize=812824 CPUtime=0
/proc/4617/task/4622/stat : 4622 (java) S 4603 4603 3847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 135078127 832331776 18160 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4623] ppid=4603 vsize=812824 CPUtime=0.25
/proc/4617/task/4623/stat : 4623 (java) S 4603 4603 3847 0 -1 64 840 0 0 0 25 0 0 0 16 0 9 0 135078127 832331776 18160 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4624] ppid=4603 vsize=812824 CPUtime=0
/proc/4617/task/4624/stat : 4624 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135078127 832331776 18160 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4625] ppid=4603 vsize=812824 CPUtime=0
/proc/4617/task/4625/stat : 4625 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135078127 832331776 18160 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) 860392

[startup+6.30301 s]
/proc/loadavg: 2.08 2.02 2.01 4/82 4625
/proc/meminfo: memFree=1430712/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4617] ppid=4603 vsize=812892 CPUtime=6.2
/proc/4617/stat : 4617 (java) S 4603 4603 3847 0 -1 0 23281 0 1 0 607 13 0 0 18 0 9 0 135078122 832401408 22335 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4617/statm: 203223 22335 2587 9 0 197205 0
[pid=4617/tid=4618] ppid=4603 vsize=812892 CPUtime=2.18
/proc/4617/task/4618/stat : 4618 (java) S 4603 4603 3847 0 -1 64 7626 0 1 0 213 5 0 0 22 0 9 0 135078123 832401408 22335 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4619] ppid=4603 vsize=812892 CPUtime=3.65
/proc/4617/task/4619/stat : 4619 (java) R 4603 4603 3847 0 -1 64 14069 0 0 0 360 5 0 0 20 0 9 0 135078124 832401408 22335 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4620] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4620/stat : 4620 (java) S 4603 4603 3847 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135078125 832401408 22335 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4621] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4621/stat : 4621 (java) S 4603 4603 3847 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135078125 832401408 22335 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4622] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4622/stat : 4622 (java) S 4603 4603 3847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 135078127 832401408 22335 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4623] ppid=4603 vsize=812892 CPUtime=0.33
/proc/4617/task/4623/stat : 4623 (java) S 4603 4603 3847 0 -1 64 886 0 0 0 33 0 0 0 15 0 9 0 135078127 832401408 22335 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4624] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4624/stat : 4624 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135078127 832401408 22335 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4625] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4625/stat : 4625 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135078127 832401408 22335 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) 860460

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 4625
/proc/meminfo: memFree=1389952/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4617] ppid=4603 vsize=812892 CPUtime=12.55
/proc/4617/stat : 4617 (java) S 4603 4603 3847 0 -1 0 31714 0 1 0 1235 20 0 0 18 0 9 0 135078122 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4617/statm: 203223 30752 2592 9 0 197205 0
[pid=4617/tid=4618] ppid=4603 vsize=812892 CPUtime=7.37
/proc/4617/task/4618/stat : 4618 (java) R 4603 4603 3847 0 -1 64 14646 0 1 0 726 11 0 0 25 0 9 0 135078123 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4127319279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4619] ppid=4603 vsize=812892 CPUtime=4.76
/proc/4617/task/4619/stat : 4619 (java) S 4603 4603 3847 0 -1 64 15453 0 0 0 470 6 0 0 16 0 9 0 135078124 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4620] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4620/stat : 4620 (java) S 4603 4603 3847 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135078125 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4621] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4621/stat : 4621 (java) S 4603 4603 3847 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135078125 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4622] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4622/stat : 4622 (java) S 4603 4603 3847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 135078127 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4623] ppid=4603 vsize=812892 CPUtime=0.39
/proc/4617/task/4623/stat : 4623 (java) S 4603 4603 3847 0 -1 64 915 0 0 0 38 1 0 0 15 0 9 0 135078127 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4624] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4624/stat : 4624 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135078127 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4625] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4625/stat : 4625 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135078127 832401408 30752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 860460

[startup+25.502 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 4625
/proc/meminfo: memFree=1379008/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=0.01
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4617] ppid=4603 vsize=812892 CPUtime=25.21
/proc/4617/stat : 4617 (java) S 4603 4603 3847 0 -1 0 31855 0 1 0 2495 26 0 0 18 0 9 0 135078122 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4617/statm: 203223 30867 2592 9 0 197205 0
[pid=4617/tid=4618] ppid=4603 vsize=812892 CPUtime=19.99
/proc/4617/task/4618/stat : 4618 (java) R 4603 4603 3847 0 -1 64 14672 0 1 0 1982 17 0 0 25 0 9 0 135078123 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 102715044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4619] ppid=4603 vsize=812892 CPUtime=4.8
/proc/4617/task/4619/stat : 4619 (java) S 4603 4603 3847 0 -1 64 15563 0 0 0 474 6 0 0 16 0 9 0 135078124 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4620] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4620/stat : 4620 (java) S 4603 4603 3847 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135078125 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4621] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4621/stat : 4621 (java) S 4603 4603 3847 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135078125 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4622] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4622/stat : 4622 (java) S 4603 4603 3847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 135078127 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4623] ppid=4603 vsize=812892 CPUtime=0.39
/proc/4617/task/4623/stat : 4623 (java) S 4603 4603 3847 0 -1 64 920 0 0 0 38 1 0 0 16 0 9 0 135078127 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4624] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4624/stat : 4624 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135078127 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4617/tid=4625] ppid=4603 vsize=812892 CPUtime=0
/proc/4617/task/4625/stat : 4625 (java) S 4603 4603 3847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135078127 832401408 30867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860460

[startup+51.1016 s]

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

/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=326408 CPUtime=1226.32
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 74685 0 0 0 122590 42 0 0 25 0 1 0 135085668 334241792 74667 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 81602 74667 74 162 0 81437 0
Current children cumulated CPU time (s) 1301.05
Current children cumulated vsize (KiB) 373976

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 4626
/proc/meminfo: memFree=1164672/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=326408 CPUtime=1286.29
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 74721 0 0 0 128587 42 0 0 25 0 1 0 135085668 334241792 74703 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 81602 74703 74 162 0 81437 0
Current children cumulated CPU time (s) 1361.02
Current children cumulated vsize (KiB) 373976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1164672/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=326408 CPUtime=1346.27
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 74724 0 0 0 134585 42 0 0 25 0 1 0 135085668 334241792 74706 996147200 134512640 135177480 4294955968 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 81602 74706 74 162 0 81437 0
Current children cumulated CPU time (s) 1421
Current children cumulated vsize (KiB) 373976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1157440/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=327464 CPUtime=1406.24
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 76536 0 0 0 140582 42 0 0 25 0 1 0 135085668 335323136 76518 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 81866 76518 74 162 0 81701 0
Current children cumulated CPU time (s) 1480.97
Current children cumulated vsize (KiB) 375032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1157376/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=327464 CPUtime=1466.21
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 76547 0 0 0 146579 42 0 0 25 0 1 0 135085668 335323136 76529 996147200 134512640 135177480 4294955968 18446744073709551615 134537468 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 81866 76529 74 162 0 81701 0
Current children cumulated CPU time (s) 1540.94
Current children cumulated vsize (KiB) 375032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1155136/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=327992 CPUtime=1526.2
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 77107 0 0 0 152577 43 0 0 25 0 1 0 135085668 335863808 77089 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 81998 77089 74 162 0 81833 0
Current children cumulated CPU time (s) 1600.93
Current children cumulated vsize (KiB) 375560

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

[startup+1612.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1155136/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=327992 CPUtime=1536.6
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 77107 0 0 0 153617 43 0 0 25 0 1 0 135085668 335863808 77089 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 81998 77089 74 162 0 81833 0
Current children cumulated CPU time (s) 1611.33
Current children cumulated vsize (KiB) 375560

[startup+1625.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1243072/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=222600 CPUtime=1549.39
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 77125 0 0 0 154895 44 0 0 25 0 1 0 135085668 227942400 55063 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 55650 55063 79 162 0 55485 0
Current children cumulated CPU time (s) 1624.12
Current children cumulated vsize (KiB) 270168

[startup+1638.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1243072/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=222600 CPUtime=1562.18
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 77129 0 0 0 156174 44 0 0 25 0 1 0 135085668 227942400 55067 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 55650 55067 79 162 0 55485 0
Current children cumulated CPU time (s) 1636.91
Current children cumulated vsize (KiB) 270168

[startup+1641.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1243072/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=222600 CPUtime=1565.38
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 77130 0 0 0 156494 44 0 0 25 0 1 0 135085668 227942400 55068 996147200 134512640 135177480 4294955968 18446744073709551615 134561473 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 55650 55068 79 162 0 55485 0
Current children cumulated CPU time (s) 1640.11
Current children cumulated vsize (KiB) 270168

[startup+1643.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 4626
/proc/meminfo: memFree=1243072/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=74.73
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 798 33650 0 1 0 0 7426 47 17 0 1 0 135078119 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4603/statm: 11892 363 244 79 0 219 0
[pid=4626] ppid=4603 vsize=222600 CPUtime=1566.98
/proc/4626/stat : 4626 (eSAT_static) R 4603 4603 3847 0 -1 4194304 77130 0 0 0 156654 44 0 0 25 0 1 0 135085668 227942400 55068 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/4626/statm: 55650 55068 79 162 0 55485 0
Current children cumulated CPU time (s) 1641.71
Current children cumulated vsize (KiB) 270168

[startup+1644.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4628
/proc/meminfo: memFree=1461688/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=1642.99
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 834 110794 0 1 0 0 164204 95 16 0 1 0 135078119 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/4603/statm: 11892 364 244 79 0 219 0
[pid=4627] ppid=4603 vsize=812640 CPUtime=0.3
/proc/4627/stat : 4627 (java) S 4603 4603 3847 0 -1 0 5095 0 1 0 27 3 0 0 20 0 9 0 135242556 832143360 4522 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4627/statm: 203160 4522 1847 9 0 197142 0
[pid=4627/tid=4628] ppid=4603 vsize=812640 CPUtime=0.21
/proc/4627/task/4628/stat : 4628 (java) R 4603 4603 3847 0 -1 64 3640 0 1 0 19 2 0 0 25 0 9 0 135242558 832143360 4522 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.29
Current children cumulated vsize (KiB) 860208

[startup+1645.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4628
/proc/meminfo: memFree=1461688/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47568 CPUtime=1642.99
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 834 110794 0 1 0 0 164204 95 16 0 1 0 135078119 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/4603/statm: 11892 364 244 79 0 219 0
[pid=4627] ppid=4603 vsize=812776 CPUtime=0.7
/proc/4627/stat : 4627 (java) S 4603 4603 3847 0 -1 0 5985 0 1 0 66 4 0 0 20 0 9 0 135242556 832282624 5408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4627/statm: 203194 5408 1854 9 0 197176 0
[pid=4627/tid=4628] ppid=4603 vsize=812776 CPUtime=0.43
/proc/4627/task/4628/stat : 4628 (java) R 4603 4603 3847 0 -1 64 4381 0 1 0 40 3 0 0 25 0 9 0 135242558 832282624 5408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.69
Current children cumulated vsize (KiB) 860344

[startup+1645.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4628
/proc/meminfo: memFree=1461688/2055920 swapFree=4192812/4192956
[pid=4603] ppid=4601 vsize=47572 CPUtime=1642.99
/proc/4603/stat : 4603 (galacE.sh) S 4601 4603 3847 0 -1 4194304 843 110794 0 1 0 0 164204 95 16 0 1 0 135078119 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/4603/statm: 11893 366 244 79 0 220 0
[pid=4627] ppid=4603 vsize=812888 CPUtime=0.9
/proc/4627/stat : 4627 (java) S 4603 4603 3847 0 -1 0 9127 0 1 0 84 6 0 0 20 0 9 0 135242556 832397312 8509 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4627/statm: 203222 8509 1910 9 0 197176 0
[pid=4627/tid=4628] ppid=4603 vsize=812888 CPUtime=0.58
/proc/4627/task/4628/stat : 4628 (java) S 4603 4603 3847 0 -1 64 7495 0 1 0 54 4 0 0 25 0 9 0 135242558 832397312 8509 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.89
Current children cumulated vsize (KiB) 860460

Child status: 0
Real time (s): 1645.35
CPU time (s): 1643.95
CPU user time (s): 1642.89
CPU system time (s): 1.05984
CPU usage (%): 99.9149
Max. virtual memory (cumulated for all children) (KiB): 860688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1642.89
system time used= 1.05984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120964
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= 5285
involuntary context switches= 11329

runsolver used 1.60376 second user time and 4.48432 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 07:01:20
IDJOB=1085504
IDBENCH=57635
IDSOLVER=351
FILE ID=node27/1085504-1215234080
PBS_JOBID= 7881914
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7bc94a7eea6cc78eabccfd072808961
RANDOM SEED=1821775966

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1507568 kB
Buffers:         95432 kB
Cached:         353436 kB
SwapCached:          0 kB
Active:         184980 kB
Inactive:       285824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:          34884 kB
Slab:            63216 kB
Committed_AS:   355892 kB
PageTables:       1508 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-05 07:28:45