Trace number 1107691

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 EUNSAT 438.425 440.468

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f3.xml
MD5SUM418cb735258839ac4f973e76ade14b1c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.85111
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
9.07/9.27	c start processing
9.07/9.27	c start relation processing
9.07/9.28	c start cnf exporting
28.76/29.16	c parsing time : 9.145
28.76/29.16	c preprocessing time : 29.037
28.76/29.16	
28.76/29.16	c Nary constraints - conflicts : 0 supports : 0
28.76/29.16	c Binary constraints - conflicts : 3763 supports :340
28.76/29.16	c max arity constraint : 2
28.76/29.16	c Max Tuples generated 1681
28.76/29.16	c relations : 173
28.76/29.16	c relations BDD: 0
28.76/29.16	c sampling 0/0
28.76/29.16	c vars : 25193 - clauses :  1008350
28.76/29.16	
28.83/29.22	 
28.83/29.22	c --- SAT Solver Stats ---
28.83/29.22	 
28.83/29.23	c eSAT 0.1 : minisat core with additionnal features
28.83/29.23	c ============================[ Problem Statistics ]=============================
28.83/29.23	c |                                                                             |
28.83/29.23	c |  Number of variables:  25192                                                |
28.83/29.23	c |  Number of clauses:    1008350                                              |
29.40/29.88	c |  Parsing time:         0.56         s                                       |
438.32/440.44	c restarts              : 1120
438.32/440.44	c conflicts             : 362847         (886 /sec)
438.32/440.44	c decisions             : 1244371        (17.13 % random) (3040 /sec)
438.32/440.44	c euip                  : 59189       
438.32/440.44	c propagations          : 35858251       (87604 /sec)
438.32/440.44	c conflict literals     : 35587995       (25.72 % deleted)
438.32/440.44	c Memory used           : 82.82 MB
438.32/440.44	c CPU time              : 409.323 s
438.32/440.44	c 
438.32/440.44	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1107691-1215479009/watcher-1107691-1215479009 -o /tmp/evaluation-result-1107691-1215479009/solver-1107691-1215479009 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1107691-1215479009.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.05 1.99 1.84 4/72 3354
/proc/meminfo: memFree=1851680/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=8652 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 4600098 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 2163 280 208 79 0 156 0
[pid=3355] ppid=3354 vsize=8688 CPUtime=0
/proc/3355/stat : 3355 (galacE.sh) S 3354 3354 2898 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 4600099 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3355/statm: 2172 286 209 79 0 165 0
[pid=3356] ppid=3355 vsize=8728 CPUtime=0
/proc/3356/stat : 3356 (galacE.sh) R 3355 3354 2898 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 4600099 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 208717540647 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/3356/statm: 2182 290 209 79 0 175 0

[startup+0.023743 s]
/proc/loadavg: 2.05 1.99 1.84 4/72 3354
/proc/meminfo: memFree=1851680/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=8772 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 527 1176 0 0 0 0 0 0 19 0 1 0 4600098 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3354/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.101748 s]
/proc/loadavg: 2.05 1.99 1.84 4/72 3354
/proc/meminfo: memFree=1851680/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47588

[startup+0.301769 s]
/proc/loadavg: 2.05 1.99 1.84 4/72 3354
/proc/meminfo: memFree=1851680/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47588

[startup+0.701817 s]
/proc/loadavg: 2.05 1.99 1.84 4/72 3354
/proc/meminfo: memFree=1851680/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47588

[startup+1.5019 s]
/proc/loadavg: 2.05 1.99 1.84 4/82 3376
/proc/meminfo: memFree=1810568/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3368] ppid=3354 vsize=812740 CPUtime=1.43
/proc/3368/stat : 3368 (java) S 3354 3354 2898 0 -1 0 13480 0 1 0 136 7 0 0 18 0 9 0 4600102 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3368/statm: 203185 12672 2584 9 0 197166 0
[pid=3368/tid=3369] ppid=3354 vsize=812740 CPUtime=0.49
/proc/3368/task/3369/stat : 3369 (java) R 3354 3354 2898 0 -1 64 7511 0 1 0 45 4 0 0 20 0 9 0 4600103 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4125950590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3370] ppid=3354 vsize=812740 CPUtime=0.72
/proc/3368/task/3370/stat : 3370 (java) S 3354 3354 2898 0 -1 64 4468 0 0 0 71 1 0 0 18 0 9 0 4600104 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3371] ppid=3354 vsize=812740 CPUtime=0
/proc/3368/task/3371/stat : 3371 (java) S 3354 3354 2898 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 4600105 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3372] ppid=3354 vsize=812740 CPUtime=0
/proc/3368/task/3372/stat : 3372 (java) S 3354 3354 2898 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4600105 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3373] ppid=3354 vsize=812740 CPUtime=0
/proc/3368/task/3373/stat : 3373 (java) S 3354 3354 2898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 4600107 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3374] ppid=3354 vsize=812740 CPUtime=0.19
/proc/3368/task/3374/stat : 3374 (java) S 3354 3354 2898 0 -1 64 800 0 0 0 19 0 0 0 16 0 9 0 4600107 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3375] ppid=3354 vsize=812740 CPUtime=0
/proc/3368/task/3375/stat : 3375 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600107 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3376] ppid=3354 vsize=812740 CPUtime=0
/proc/3368/task/3376/stat : 3376 (java) R 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4600107 832245760 12672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860328

[startup+3.10207 s]
/proc/loadavg: 2.05 1.99 1.84 4/82 3376
/proc/meminfo: memFree=1809928/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3368] ppid=3354 vsize=812876 CPUtime=3.03
/proc/3368/stat : 3368 (java) S 3354 3354 2898 0 -1 0 13668 0 1 0 295 8 0 0 18 0 9 0 4600102 832385024 12820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3368/statm: 203219 12820 2584 9 0 197200 0
[pid=3368/tid=3369] ppid=3354 vsize=812876 CPUtime=0.78
/proc/3368/task/3369/stat : 3369 (java) R 3354 3354 2898 0 -1 64 7553 0 1 0 74 4 0 0 22 0 9 0 4600103 832385024 12820 996147200 134512640 134550740 4294955600 18446744073709551615 102887804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3370] ppid=3354 vsize=812876 CPUtime=1.92
/proc/3368/task/3370/stat : 3370 (java) S 3354 3354 2898 0 -1 64 4556 0 0 0 191 1 0 0 18 0 9 0 4600104 832385024 12820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3371] ppid=3354 vsize=812876 CPUtime=0
/proc/3368/task/3371/stat : 3371 (java) S 3354 3354 2898 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 4600105 832385024 12820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3372] ppid=3354 vsize=812876 CPUtime=0
/proc/3368/task/3372/stat : 3372 (java) S 3354 3354 2898 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4600105 832385024 12820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3373] ppid=3354 vsize=812876 CPUtime=0
/proc/3368/task/3373/stat : 3373 (java) S 3354 3354 2898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 4600107 832385024 12820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3374] ppid=3354 vsize=812876 CPUtime=0.29
/proc/3368/task/3374/stat : 3374 (java) S 3354 3354 2898 0 -1 64 858 0 0 0 29 0 0 0 15 0 9 0 4600107 832385024 12820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3375] ppid=3354 vsize=812876 CPUtime=0
/proc/3368/task/3375/stat : 3375 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600107 832385024 12820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3376] ppid=3354 vsize=812876 CPUtime=0
/proc/3368/task/3376/stat : 3376 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4600107 832385024 12820 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) 860464

[startup+6.30242 s]
/proc/loadavg: 2.05 1.99 1.84 3/82 3376
/proc/meminfo: memFree=1808776/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3368] ppid=3354 vsize=812908 CPUtime=6.2
/proc/3368/stat : 3368 (java) S 3354 3354 2898 0 -1 0 14405 0 1 0 611 9 0 0 18 0 9 0 4600102 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3368/statm: 203227 13005 2584 9 0 197208 0
[pid=3368/tid=3369] ppid=3354 vsize=812908 CPUtime=1.64
/proc/3368/task/3369/stat : 3369 (java) S 3354 3354 2898 0 -1 64 7622 0 1 0 160 4 0 0 16 0 9 0 4600103 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3370] ppid=3354 vsize=812908 CPUtime=4.18
/proc/3368/task/3370/stat : 3370 (java) R 3354 3354 2898 0 -1 64 5197 0 0 0 415 3 0 0 25 0 9 0 4600104 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 102742672 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3371] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3371/stat : 3371 (java) S 3354 3354 2898 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 4600105 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3372] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3372/stat : 3372 (java) S 3354 3354 2898 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4600105 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3373] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3373/stat : 3373 (java) S 3354 3354 2898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 4600107 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3374] ppid=3354 vsize=812908 CPUtime=0.34
/proc/3368/task/3374/stat : 3374 (java) S 3354 3354 2898 0 -1 64 885 0 0 0 34 0 0 0 15 0 9 0 4600107 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3375] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3375/stat : 3375 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600107 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3376] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3376/stat : 3376 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4600107 832417792 13005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860496

[startup+12.7021 s]
/proc/loadavg: 2.04 1.99 1.84 3/82 3376
/proc/meminfo: memFree=1776584/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3368] ppid=3354 vsize=812908 CPUtime=12.54
/proc/3368/stat : 3368 (java) S 3354 3354 2898 0 -1 0 21883 0 1 0 1239 15 0 0 18 0 9 0 4600102 832417792 20433 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3368/statm: 203227 20433 2590 9 0 197208 0
[pid=3368/tid=3369] ppid=3354 vsize=812908 CPUtime=6.38
/proc/3368/task/3369/stat : 3369 (java) R 3354 3354 2898 0 -1 64 14809 0 1 0 629 9 0 0 25 0 9 0 4600103 832417792 20433 996147200 134512640 134550740 4294955600 18446744073709551615 4127344669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3370] ppid=3354 vsize=812908 CPUtime=5.72
/proc/3368/task/3370/stat : 3370 (java) S 3354 3354 2898 0 -1 64 5448 0 0 0 569 3 0 0 19 0 9 0 4600104 832417792 20433 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3371] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3371/stat : 3371 (java) S 3354 3354 2898 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 4600105 832417792 20433 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3372] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3372/stat : 3372 (java) S 3354 3354 2898 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4600105 832417792 20433 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3373] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3373/stat : 3373 (java) S 3354 3354 2898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 4600107 832417792 20433 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3374] ppid=3354 vsize=812908 CPUtime=0.41
/proc/3368/task/3374/stat : 3374 (java) S 3354 3354 2898 0 -1 64 925 0 0 0 40 1 0 0 15 0 9 0 4600107 832417792 20433 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3375] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3375/stat : 3375 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600107 832417792 20433 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3376] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3376/stat : 3376 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4600107 832417792 20433 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) 860496

[startup+25.5015 s]
/proc/loadavg: 2.03 1.99 1.84 3/90 3412
/proc/meminfo: memFree=1704136/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=0
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3368] ppid=3354 vsize=812908 CPUtime=25.21
/proc/3368/stat : 3368 (java) S 3354 3354 2898 0 -1 0 21970 0 1 0 2498 23 0 0 18 0 9 0 4600102 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3368/statm: 203227 20495 2590 9 0 197208 0
[pid=3368/tid=3369] ppid=3354 vsize=812908 CPUtime=19.02
/proc/3368/task/3369/stat : 3369 (java) R 3354 3354 2898 0 -1 64 14834 0 1 0 1885 17 0 0 25 0 9 0 4600103 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4127439415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3370] ppid=3354 vsize=812908 CPUtime=5.74
/proc/3368/task/3370/stat : 3370 (java) S 3354 3354 2898 0 -1 64 5503 0 0 0 571 3 0 0 16 0 9 0 4600104 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3371] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3371/stat : 3371 (java) S 3354 3354 2898 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 4600105 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3372] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3372/stat : 3372 (java) S 3354 3354 2898 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4600105 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3373] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3373/stat : 3373 (java) S 3354 3354 2898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 4600107 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3374] ppid=3354 vsize=812908 CPUtime=0.42
/proc/3368/task/3374/stat : 3374 (java) S 3354 3354 2898 0 -1 64 932 0 0 0 41 1 0 0 16 0 9 0 4600107 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3375] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3375/stat : 3375 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600107 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3368/tid=3376] ppid=3354 vsize=812908 CPUtime=0
/proc/3368/task/3376/stat : 3376 (java) S 3354 3354 2898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4600107 832417792 20495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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


[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.86 3/75 3493
/proc/meminfo: memFree=1724672/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=72816 CPUtime=132.51
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 19911 0 0 0 13234 17 0 0 25 0 1 0 4603021 74563584 17921 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 18204 17921 80 162 0 18039 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 120404

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.87 3/75 3493
/proc/meminfo: memFree=1715648/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=78828 CPUtime=192.26
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 21391 0 0 0 19208 18 0 0 25 0 1 0 4603021 80719872 19401 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 19707 19401 80 162 0 19542 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 126416

[startup+282.301 s]
/proc/loadavg: 2.06 2.02 1.88 3/75 3493
/proc/meminfo: memFree=1709568/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=81432 CPUtime=252.02
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 21956 0 0 0 25183 19 0 0 25 0 1 0 4603021 83386368 19966 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 20358 19966 80 162 0 20193 0
Current children cumulated CPU time (s) 280.87
Current children cumulated vsize (KiB) 129020

[startup+342.302 s]
/proc/loadavg: 2.07 2.03 1.89 3/75 3493
/proc/meminfo: memFree=1705352/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=82776 CPUtime=311.77
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22272 0 0 0 31158 19 0 0 25 0 1 0 4603021 84762624 20282 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 20694 20282 80 162 0 20529 0
Current children cumulated CPU time (s) 340.62
Current children cumulated vsize (KiB) 130364

[startup+402.301 s]
/proc/loadavg: 2.11 2.05 1.91 3/75 3493
/proc/meminfo: memFree=1693512/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84200 CPUtime=371.52
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22589 0 0 0 37133 19 0 0 25 0 1 0 4603021 86220800 20599 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21050 20599 80 162 0 20885 0
Current children cumulated CPU time (s) 400.37
Current children cumulated vsize (KiB) 131788

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

[startup+409.503 s]
/proc/loadavg: 2.10 2.05 1.91 3/75 3493
/proc/meminfo: memFree=1692552/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84200 CPUtime=378.69
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22590 0 0 0 37850 19 0 0 25 0 1 0 4603021 86220800 20600 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21050 20600 80 162 0 20885 0
Current children cumulated CPU time (s) 407.54
Current children cumulated vsize (KiB) 131788

[startup+422.301 s]
/proc/loadavg: 2.16 2.06 1.91 3/75 3493
/proc/meminfo: memFree=1690376/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84376 CPUtime=391.44
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22635 0 0 0 39125 19 0 0 25 0 1 0 4603021 86401024 20645 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21094 20645 80 162 0 20929 0
Current children cumulated CPU time (s) 420.29
Current children cumulated vsize (KiB) 131964

[startup+428.702 s]
/proc/loadavg: 2.15 2.06 1.91 3/75 3493
/proc/meminfo: memFree=1690056/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84376 CPUtime=397.81
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22638 0 0 0 39762 19 0 0 25 0 1 0 4603021 86401024 20648 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21094 20648 80 162 0 20929 0
Current children cumulated CPU time (s) 426.66
Current children cumulated vsize (KiB) 131964

[startup+435.103 s]
/proc/loadavg: 2.12 2.06 1.91 3/75 3493
/proc/meminfo: memFree=1689544/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84592 CPUtime=404.19
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22707 0 0 0 40400 19 0 0 25 0 1 0 4603021 86622208 20717 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21148 20717 80 162 0 20983 0
Current children cumulated CPU time (s) 433.04
Current children cumulated vsize (KiB) 132180

[startup+438.302 s]
/proc/loadavg: 2.12 2.06 1.91 3/75 3493
/proc/meminfo: memFree=1689224/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84804 CPUtime=407.37
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22755 0 0 0 40718 19 0 0 25 0 1 0 4603021 86839296 20765 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21201 20765 80 162 0 21036 0
Current children cumulated CPU time (s) 436.22
Current children cumulated vsize (KiB) 132392

[startup+439.101 s]
/proc/loadavg: 2.11 2.06 1.91 3/75 3493
/proc/meminfo: memFree=1689224/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84804 CPUtime=408.17
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22756 0 0 0 40798 19 0 0 25 0 1 0 4603021 86839296 20766 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21201 20766 80 162 0 21036 0
Current children cumulated CPU time (s) 437.02
Current children cumulated vsize (KiB) 132392

[startup+439.901 s]
/proc/loadavg: 2.11 2.06 1.91 3/75 3493
/proc/meminfo: memFree=1689160/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84804 CPUtime=408.97
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22758 0 0 0 40878 19 0 0 25 0 1 0 4603021 86839296 20768 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21201 20768 80 162 0 21036 0
Current children cumulated CPU time (s) 437.82
Current children cumulated vsize (KiB) 132392

[startup+440.301 s]
/proc/loadavg: 2.11 2.06 1.91 3/75 3493
/proc/meminfo: memFree=1689160/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84804 CPUtime=409.37
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22758 0 0 0 40918 19 0 0 25 0 1 0 4603021 86839296 20768 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21201 20768 80 162 0 21036 0
Current children cumulated CPU time (s) 438.22
Current children cumulated vsize (KiB) 132392

[startup+440.401 s]
/proc/loadavg: 2.11 2.06 1.91 3/75 3493
/proc/meminfo: memFree=1689160/2055920 swapFree=4192956/4192956
[pid=3354] ppid=3352 vsize=47588 CPUtime=28.85
/proc/3354/stat : 3354 (galacE.sh) S 3352 3354 2898 0 -1 4194304 799 23686 0 1 0 0 2857 28 17 0 1 0 4600098 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3354/statm: 11897 364 245 79 0 219 0
[pid=3492] ppid=3354 vsize=84804 CPUtime=409.47
/proc/3492/stat : 3492 (eSAT_static) R 3354 3354 2898 0 -1 4194304 22758 0 0 0 40928 19 0 0 25 0 1 0 4603021 86839296 20768 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3492/statm: 21201 20768 80 162 0 21036 0
Current children cumulated CPU time (s) 438.32
Current children cumulated vsize (KiB) 132392

Child status: 0
Real time (s): 440.468
CPU time (s): 438.425
CPU user time (s): 437.905
CPU system time (s): 0.51992
CPU usage (%): 99.5363
Max. virtual memory (cumulated for all children) (KiB): 860636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 437.905
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47443
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3244
involuntary context switches= 9617

runsolver used 0.572912 second user time and 1.44278 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-08 03:03:30
IDJOB=1107691
IDBENCH=58073
IDSOLVER=351
FILE ID=node47/1107691-1215479009
PBS_JOBID= 7888636
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 418cb735258839ac4f973e76ade14b1c
RANDOM SEED=283089846

node47.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.232
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.232
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:       1852224 kB
Buffers:         28116 kB
Cached:         121552 kB
SwapCached:          0 kB
Active:         113952 kB
Inactive:        55608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3620 kB
Writeback:           0 kB
Mapped:          31680 kB
Slab:            19220 kB
Committed_AS:   174820 kB
PageTables:       2032 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= 66500 MiB
End job on node47 at 2008-07-08 03:10:50