Trace number 1088003

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 671.782 675.052

General information on the benchmark

Namecsp/jobShop-enddr2/
normalized-enddr2-10-by-5-2.xml
MD5SUMfea200bc532eadb4e0a8fa66a5351b7c
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.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size139
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c --- Preproc Stats ---
6.80/6.92	c start processing
6.80/6.92	c start relation processing
7.70/7.83	c start cnf exporting
30.98/31.21	c parsing time : 6.771
30.98/31.21	c preprocessing time : 31.066
30.98/31.21	
30.98/31.21	c Nary constraints - conflicts : 0 supports : 0
30.98/31.21	c Binary constraints - conflicts : 261 supports :4
30.98/31.21	c max arity constraint : 2
30.98/31.21	c Max Tuples generated 19321
30.98/31.21	c relations : 265
30.98/31.21	c relations BDD: 0
30.98/31.21	c sampling 233/265
30.98/31.21	c vars : 6316 - clauses :  1168710
30.98/31.21	
30.98/31.24	 
30.98/31.24	c --- SAT Solver Stats ---
30.98/31.24	 
30.98/31.24	c eSAT 0.1 : minisat core with additionnal features
30.98/31.24	c ============================[ Problem Statistics ]=============================
30.98/31.24	c |                                                                             |
30.98/31.24	c |  Number of variables:  6315                                                 |
30.98/31.24	c |  Number of clauses:    1168710                                              |
31.67/31.94	c |  Parsing time:         0.58         s                                       |
671.06/674.39	c restarts              : 152
671.06/674.39	c conflicts             : 2546           (4 /sec)
671.06/674.39	c decisions             : 196477         (54.84 % random) (307 /sec)
671.06/674.39	c euip                  : 675         
671.06/674.39	c propagations          : 785617         (1228 /sec)
671.06/674.39	c conflict literals     : 387705         (3.17 % deleted)
671.06/674.39	c Memory used           : 86.33 MB
671.06/674.39	c CPU time              : 639.874 s
671.06/674.39	c 
671.06/674.39	s SATISFIABLE
671.17/675.04	v 0 5 13 21 31 23 31 67 75 95 70 93 104 117 125 2 49 75 86 110 13 19 24 40 49 111 135 145 157 168 10 29 39 51 63 6 39 51 69 80 33 95 127 146 158 58 67 87 121 145

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-1088003-1215245689/watcher-1088003-1215245689 -o /tmp/evaluation-result-1088003-1215245689/solver-1088003-1215245689 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088003-1215245689.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.34 2.13 2.04 4/82 19143
/proc/meminfo: memFree=1759200/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=18572 CPUtime=0
/proc/19143/stat : 19143 (runsolver) R 19141 19143 17673 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 248663883 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19143/statm: 4643 292 257 25 0 2626 0

[startup+0.105168 s]
/proc/loadavg: 2.34 2.13 2.04 4/82 19143
/proc/meminfo: memFree=1759200/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.201182 s]
/proc/loadavg: 2.34 2.13 2.04 4/82 19143
/proc/meminfo: memFree=1759200/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301185 s]
/proc/loadavg: 2.34 2.13 2.04 4/82 19143
/proc/meminfo: memFree=1759200/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701229 s]
/proc/loadavg: 2.34 2.13 2.04 4/82 19143
/proc/meminfo: memFree=1759200/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50231 s]
/proc/loadavg: 2.34 2.13 2.04 3/92 19165
/proc/meminfo: memFree=1712976/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19157] ppid=19143 vsize=812520 CPUtime=1.43
/proc/19157/stat : 19157 (java) S 19143 19143 17673 0 -1 0 16501 0 1 0 134 9 0 0 19 0 9 0 248663889 832020480 15716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19157/statm: 203130 15716 2585 9 0 197163 0
[pid=19157/tid=19158] ppid=19143 vsize=812520 CPUtime=1.02
/proc/19157/task/19158/stat : 19158 (java) R 19143 19143 17673 0 -1 64 9410 0 1 0 96 6 0 0 25 0 9 0 248663890 832020480 15716 996147200 134512640 134550740 4294955600 18446744073709551615 102066855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19159] ppid=19143 vsize=812520 CPUtime=0.2
/proc/19157/task/19159/stat : 19159 (java) S 19143 19143 17673 0 -1 64 5603 0 0 0 19 1 0 0 16 0 9 0 248663891 832020480 15716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19160] ppid=19143 vsize=812520 CPUtime=0
/proc/19157/task/19160/stat : 19160 (java) S 19143 19143 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248663891 832020480 15716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19161] ppid=19143 vsize=812520 CPUtime=0
/proc/19157/task/19161/stat : 19161 (java) S 19143 19143 17673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248663891 832020480 15716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19162] ppid=19143 vsize=812520 CPUtime=0
/proc/19157/task/19162/stat : 19162 (java) S 19143 19143 17673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 248663894 832020480 15716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19163] ppid=19143 vsize=812520 CPUtime=0.18
/proc/19157/task/19163/stat : 19163 (java) S 19143 19143 17673 0 -1 64 788 0 0 0 18 0 0 0 15 0 9 0 248663894 832020480 15716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19164] ppid=19143 vsize=812520 CPUtime=0
/proc/19157/task/19164/stat : 19164 (java) S 19143 19143 17673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 248663894 832020480 15716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19165] ppid=19143 vsize=812520 CPUtime=0
/proc/19157/task/19165/stat : 19165 (java) S 19143 19143 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248663894 832020480 15716 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) 860076

[startup+3.10248 s]
/proc/loadavg: 2.34 2.13 2.04 4/92 19165
/proc/meminfo: memFree=1681488/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19157] ppid=19143 vsize=812656 CPUtime=3.01
/proc/19157/stat : 19157 (java) S 19143 19143 17673 0 -1 0 23807 0 1 0 289 12 0 0 19 0 9 0 248663889 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19157/statm: 203164 23010 2586 9 0 197197 0
[pid=19157/tid=19158] ppid=19143 vsize=812656 CPUtime=1.44
/proc/19157/task/19158/stat : 19158 (java) R 19143 19143 17673 0 -1 64 10662 0 1 0 138 6 0 0 25 0 9 0 248663890 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19159] ppid=19143 vsize=812656 CPUtime=1.33
/proc/19157/task/19159/stat : 19159 (java) R 19143 19143 17673 0 -1 64 11640 0 0 0 129 4 0 0 17 0 9 0 248663891 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 104182213 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19160] ppid=19143 vsize=812656 CPUtime=0
/proc/19157/task/19160/stat : 19160 (java) S 19143 19143 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248663891 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19161] ppid=19143 vsize=812656 CPUtime=0
/proc/19157/task/19161/stat : 19161 (java) S 19143 19143 17673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248663891 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19162] ppid=19143 vsize=812656 CPUtime=0
/proc/19157/task/19162/stat : 19162 (java) S 19143 19143 17673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 248663894 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19163] ppid=19143 vsize=812656 CPUtime=0.2
/proc/19157/task/19163/stat : 19163 (java) S 19143 19143 17673 0 -1 64 805 0 0 0 20 0 0 0 15 0 9 0 248663894 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19164] ppid=19143 vsize=812656 CPUtime=0
/proc/19157/task/19164/stat : 19164 (java) S 19143 19143 17673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 248663894 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19165] ppid=19143 vsize=812656 CPUtime=0
/proc/19157/task/19165/stat : 19165 (java) S 19143 19143 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248663894 832159744 23010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860212

[startup+6.30282 s]
/proc/loadavg: 2.31 2.13 2.04 4/92 19165
/proc/meminfo: memFree=1662864/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19157] ppid=19143 vsize=812620 CPUtime=6.2
/proc/19157/stat : 19157 (java) S 19143 19143 17673 0 -1 0 27446 0 1 0 606 14 0 0 19 0 9 0 248663889 832122880 26477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19157/statm: 203155 26477 2586 9 0 197188 0
[pid=19157/tid=19158] ppid=19143 vsize=812620 CPUtime=1.8
/proc/19157/task/19158/stat : 19158 (java) S 19143 19143 17673 0 -1 64 10678 0 1 0 174 6 0 0 18 0 9 0 248663890 832122880 26477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19159] ppid=19143 vsize=812620 CPUtime=4.15
/proc/19157/task/19159/stat : 19159 (java) R 19143 19143 17673 0 -1 64 15256 0 0 0 409 6 0 0 25 0 9 0 248663891 832122880 26477 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19160] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19160/stat : 19160 (java) S 19143 19143 17673 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 248663891 832122880 26477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19161] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19161/stat : 19161 (java) S 19143 19143 17673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248663891 832122880 26477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19162] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19162/stat : 19162 (java) S 19143 19143 17673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 248663894 832122880 26477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19163] ppid=19143 vsize=812620 CPUtime=0.22
/proc/19157/task/19163/stat : 19163 (java) S 19143 19143 17673 0 -1 64 812 0 0 0 22 0 0 0 16 0 9 0 248663894 832122880 26477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19164] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19164/stat : 19164 (java) S 19143 19143 17673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 248663894 832122880 26477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19165] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19165/stat : 19165 (java) S 19143 19143 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248663894 832122880 26477 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) 860176

[startup+12.7025 s]
/proc/loadavg: 2.37 2.15 2.05 3/92 19165
/proc/meminfo: memFree=1635032/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19157] ppid=19143 vsize=812620 CPUtime=12.57
/proc/19157/stat : 19157 (java) S 19143 19143 17673 0 -1 0 32810 0 1 0 1237 20 0 0 19 0 9 0 248663889 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19157/statm: 203155 31825 2591 9 0 197188 0
[pid=19157/tid=19158] ppid=19143 vsize=812620 CPUtime=7.44
/proc/19157/task/19158/stat : 19158 (java) R 19143 19143 17673 0 -1 64 14650 0 1 0 733 11 0 0 25 0 9 0 248663890 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4126689636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19159] ppid=19143 vsize=812620 CPUtime=4.82
/proc/19157/task/19159/stat : 19159 (java) S 19143 19143 17673 0 -1 64 16610 0 0 0 475 7 0 0 16 0 9 0 248663891 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19160] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19160/stat : 19160 (java) S 19143 19143 17673 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 248663891 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19161] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19161/stat : 19161 (java) S 19143 19143 17673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248663891 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19162] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19162/stat : 19162 (java) S 19143 19143 17673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 248663894 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19163] ppid=19143 vsize=812620 CPUtime=0.28
/proc/19157/task/19163/stat : 19163 (java) S 19143 19143 17673 0 -1 64 850 0 0 0 28 0 0 0 15 0 9 0 248663894 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19164] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19164/stat : 19164 (java) S 19143 19143 17673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 248663894 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19165] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19165/stat : 19165 (java) S 19143 19143 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248663894 832122880 31825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 860176

[startup+25.5028 s]
/proc/loadavg: 2.28 2.14 2.05 3/92 19165
/proc/meminfo: memFree=1623448/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=0.01
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19157] ppid=19143 vsize=812620 CPUtime=25.3
/proc/19157/stat : 19157 (java) S 19143 19143 17673 0 -1 0 33185 0 1 0 2503 27 0 0 19 0 9 0 248663889 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19157/statm: 203155 32175 2591 9 0 197188 0
[pid=19157/tid=19158] ppid=19143 vsize=812620 CPUtime=20.09
/proc/19157/task/19158/stat : 19158 (java) R 19143 19143 17673 0 -1 64 14675 0 1 0 1992 17 0 0 25 0 9 0 248663890 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4127047537 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19159] ppid=19143 vsize=812620 CPUtime=4.87
/proc/19157/task/19159/stat : 19159 (java) S 19143 19143 17673 0 -1 64 16945 0 0 0 479 8 0 0 16 0 9 0 248663891 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19160] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19160/stat : 19160 (java) S 19143 19143 17673 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 248663891 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19161] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19161/stat : 19161 (java) S 19143 19143 17673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248663891 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19162] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19162/stat : 19162 (java) S 19143 19143 17673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 248663894 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19163] ppid=19143 vsize=812620 CPUtime=0.31
/proc/19157/task/19163/stat : 19163 (java) S 19143 19143 17673 0 -1 64 865 0 0 0 31 0 0 0 16 0 9 0 248663894 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19157/tid=19164] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19164/stat : 19164 (java) S 19143 19143 17673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 248663894 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19157/tid=19165] ppid=19143 vsize=812620 CPUtime=0
/proc/19157/task/19165/stat : 19165 (java) S 19143 19143 17673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248663894 832122880 32175 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 860176

[startup+51.1015 s]
/proc/loadavg: 2.19 2.13 2.04 3/84 19166
/proc/meminfo: memFree=1657880/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02

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

/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=99400 CPUtime=190.12
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 22773 0 0 0 18996 16 0 0 25 0 1 0 248667008 101785600 22755 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 24850 22755 75 162 0 24685 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 146956

[startup+282.302 s]
/proc/loadavg: 1.99 2.06 2.03 3/96 19261
/proc/meminfo: memFree=1606584/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=102436 CPUtime=249.84
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 24558 0 0 0 24964 20 0 0 25 0 1 0 248667008 104894464 24540 996147200 134512640 135177480 4294955968 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 25609 24540 75 162 0 25444 0
Current children cumulated CPU time (s) 280.86
Current children cumulated vsize (KiB) 149992

[startup+342.301 s]
/proc/loadavg: 1.99 2.04 2.02 3/96 19261
/proc/meminfo: memFree=1599864/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=115456 CPUtime=309.56
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 26252 0 0 0 30935 21 0 0 25 0 1 0 248667008 118226944 26234 996147200 134512640 135177480 4294955968 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 28864 26234 75 162 0 28699 0
Current children cumulated CPU time (s) 340.58
Current children cumulated vsize (KiB) 163012

[startup+402.301 s]
/proc/loadavg: 2.06 2.05 2.02 3/96 19261
/proc/meminfo: memFree=1594936/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=116516 CPUtime=369.29
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 27466 0 0 0 36907 22 0 0 25 0 1 0 248667008 119312384 27448 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 29129 27448 75 162 0 28964 0
Current children cumulated CPU time (s) 400.31
Current children cumulated vsize (KiB) 164072

[startup+462.302 s]
/proc/loadavg: 2.14 2.07 2.03 3/96 19261
/proc/meminfo: memFree=1589880/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=117968 CPUtime=429.02
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 28707 0 0 0 42879 23 0 0 25 0 1 0 248667008 120799232 28689 996147200 134512640 135177480 4294955968 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 29492 28689 75 162 0 29327 0
Current children cumulated CPU time (s) 460.04
Current children cumulated vsize (KiB) 165524

[startup+522.302 s]
/proc/loadavg: 2.15 2.08 2.03 3/96 19261
/proc/meminfo: memFree=1589304/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=134068 CPUtime=488.75
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 29471 0 0 0 48851 24 0 0 25 0 1 0 248667008 137285632 29453 996147200 134512640 135177480 4294955968 18446744073709551615 134524253 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 33517 29453 75 162 0 33352 0
Current children cumulated CPU time (s) 519.77
Current children cumulated vsize (KiB) 181624

[startup+582.301 s]
/proc/loadavg: 2.10 2.08 2.03 3/96 19261
/proc/meminfo: memFree=1583928/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=134464 CPUtime=548.47
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 30192 0 0 0 54823 24 0 0 25 0 1 0 248667008 137691136 30174 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 33616 30174 75 162 0 33451 0
Current children cumulated CPU time (s) 579.49
Current children cumulated vsize (KiB) 182020

[startup+642.302 s]
/proc/loadavg: 2.08 2.08 2.03 3/96 19261
/proc/meminfo: memFree=1580216/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=134992 CPUtime=608.19
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 31101 0 0 0 60794 25 0 0 25 0 1 0 248667008 138231808 31083 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 33748 31083 75 162 0 33583 0
Current children cumulated CPU time (s) 639.21
Current children cumulated vsize (KiB) 182548

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

[startup+652.802 s]
/proc/loadavg: 2.06 2.08 2.03 3/96 19261
/proc/meminfo: memFree=1580024/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=134992 CPUtime=618.63
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 31104 0 0 0 61838 25 0 0 25 0 1 0 248667008 138231808 31086 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 33748 31086 75 162 0 33583 0
Current children cumulated CPU time (s) 649.65
Current children cumulated vsize (KiB) 182548

[startup+665.608 s]
/proc/loadavg: 2.12 2.09 2.03 3/96 19261
/proc/meminfo: memFree=1580024/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=134992 CPUtime=631.38
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 31105 0 0 0 63113 25 0 0 25 0 1 0 248667008 138231808 31087 996147200 134512640 135177480 4294955968 18446744073709551615 134537338 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 33748 31087 75 162 0 33583 0
Current children cumulated CPU time (s) 662.4
Current children cumulated vsize (KiB) 182548

[startup+672.002 s]
/proc/loadavg: 2.11 2.09 2.03 3/96 19261
/proc/meminfo: memFree=1580024/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=134992 CPUtime=637.75
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 31107 0 0 0 63750 25 0 0 25 0 1 0 248667008 138231808 31089 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 33748 31089 75 162 0 33583 0
Current children cumulated CPU time (s) 668.77
Current children cumulated vsize (KiB) 182548

[startup+673.603 s]
/proc/loadavg: 2.11 2.09 2.03 3/96 19261
/proc/meminfo: memFree=1580024/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=135124 CPUtime=639.34
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194304 31113 0 0 0 63909 25 0 0 25 0 1 0 248667008 138366976 31095 996147200 134512640 135177480 4294955968 18446744073709551615 134524730 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 33781 31095 75 162 0 33616 0
Current children cumulated CPU time (s) 670.36
Current children cumulated vsize (KiB) 182680

[startup+674.407 s]
/proc/loadavg: 2.10 2.08 2.03 3/96 19261
/proc/meminfo: memFree=1618040/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=31.02
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 798 34913 0 1 0 0 3070 32 17 0 1 0 248663883 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19143/statm: 11889 363 244 79 0 219 0
[pid=19166] ppid=19143 vsize=0 CPUtime=640.14
/proc/19166/stat : 19166 (eSAT_static) R 19143 19143 17673 0 -1 4194308 31131 0 0 0 63987 27 0 0 25 0 1 0 248667008 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/19166/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 671.16
Current children cumulated vsize (KiB) 47556

[startup+674.802 s]
/proc/loadavg: 2.10 2.08 2.03 3/96 19261
/proc/meminfo: memFree=1618040/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=671.17
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 834 66044 0 1 0 0 67057 60 16 0 1 0 248663883 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 255373049938 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/19143/statm: 11889 364 244 79 0 219 0
Current children cumulated CPU time (s) 671.17
Current children cumulated vsize (KiB) 47556

[startup+675.002 s]
/proc/loadavg: 2.10 2.08 2.03 3/96 19261
/proc/meminfo: memFree=1618040/2055912 swapFree=4178564/4192956
[pid=19143] ppid=19141 vsize=47556 CPUtime=671.17
/proc/19143/stat : 19143 (galacE.sh) S 19141 19143 17673 0 -1 4194304 841 66044 0 1 0 0 67057 60 15 0 1 0 248663883 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 255373049938 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/19143/statm: 11889 365 244 79 0 219 0
Current children cumulated CPU time (s) 671.17
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 675.052
CPU time (s): 671.782
CPU user time (s): 671.109
CPU system time (s): 0.672897
CPU usage (%): 99.5155
Max. virtual memory (cumulated for all children) (KiB): 860372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 671.109
system time used= 0.672897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74180
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= 3166
involuntary context switches= 22679

runsolver used 0.746886 second user time and 1.9877 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 10:14:49
IDJOB=1088003
IDBENCH=58060
IDSOLVER=351
FILE ID=node78/1088003-1215245689
PBS_JOBID= 7882000
Free space on /tmp= 126636 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fea200bc532eadb4e0a8fa66a5351b7c
RANDOM SEED=487656043

node78.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.247
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.247
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:      2055912 kB
MemFree:       1759680 kB
Buffers:         12240 kB
Cached:         136748 kB
SwapCached:       7072 kB
Active:         181644 kB
Inactive:        53732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1759680 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:         104196 kB
Slab:            46008 kB
Committed_AS:  1444076 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126612 MiB
End job on node78 at 2008-07-05 10:26:04