Trace number 1074875

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 816.617 824.409

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-95-4.xml
MD5SUM0dc881dcf5f24d5a75bda8e44ec68a89
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 benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size255
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
4.71/4.85	c start processing
4.71/4.85	c start relation processing
8.97/9.12	c start cnf exporting
38.19/38.60	c parsing time : 4.721
38.19/38.60	c preprocessing time : 38.478
38.19/38.60	
38.19/38.60	c Nary constraints - conflicts : 0 supports : 0
38.19/38.60	c Binary constraints - conflicts : 22 supports :26
38.19/38.60	c max arity constraint : 2
38.19/38.60	c Max Tuples generated 59670
38.19/38.60	c relations : 48
38.19/38.60	c relations BDD: 0
38.19/38.60	c sampling 24/48
38.19/38.60	c vars : 3457 - clauses :  838438
38.19/38.60	
38.19/38.68	 
38.19/38.68	c --- SAT Solver Stats ---
38.19/38.68	 
38.19/38.68	c eSAT 0.1 : minisat core with additionnal features
38.19/38.68	c ============================[ Problem Statistics ]=============================
38.19/38.68	c |                                                                             |
38.19/38.68	c |  Number of variables:  3456                                                 |
38.19/38.68	c |  Number of clauses:    838438                                               |
38.23/39.30	c |  Parsing time:         0.54         s                                       |
816.49/824.38	c restarts              : 493
816.49/824.38	c conflicts             : 60551          (78 /sec)
816.49/824.38	c decisions             : 370288         (17.35 % random) (476 /sec)
816.49/824.38	c euip                  : 24332       
816.49/824.38	c propagations          : 2918236        (3750 /sec)
816.49/824.38	c conflict literals     : 7291892        (6.73 % deleted)
816.49/824.38	c Memory used           : 61.27 MB
816.49/824.38	c CPU time              : 778.219 s
816.49/824.38	c 
816.49/824.38	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-1074875-1215179945/watcher-1074875-1215179945 -o /tmp/evaluation-result-1074875-1215179945/solver-1074875-1215179945 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1074875-1215179945.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.57 1.30 4/81 11490
/proc/meminfo: memFree=1584312/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=8652 CPUtime=0
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996968867 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 2163 280 208 79 0 156 0
[pid=11491] ppid=11490 vsize=8688 CPUtime=0
/proc/11491/stat : 11491 (galacE.sh) S 11490 11490 11002 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1996968868 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 227848978514 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11491/statm: 2172 286 209 79 0 165 0
[pid=11492] ppid=11491 vsize=8728 CPUtime=0
/proc/11492/stat : 11492 (galacE.sh) R 11491 11490 11002 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1996968868 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 227848809767 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/11492/statm: 2182 290 209 79 0 175 0

[startup+0.0765801 s]
/proc/loadavg: 2.05 1.57 1.30 4/81 11490
/proc/meminfo: memFree=1584312/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.101921 s]
/proc/loadavg: 2.05 1.57 1.30 4/81 11490
/proc/meminfo: memFree=1584312/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301957 s]
/proc/loadavg: 2.05 1.57 1.30 4/81 11490
/proc/meminfo: memFree=1584312/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.702028 s]
/proc/loadavg: 2.05 1.57 1.30 4/81 11490
/proc/meminfo: memFree=1584312/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50217 s]
/proc/loadavg: 2.05 1.57 1.30 4/91 11512
/proc/meminfo: memFree=1529128/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11504] ppid=11490 vsize=812968 CPUtime=1.43
/proc/11504/stat : 11504 (java) S 11490 11490 11002 0 -1 0 18736 0 1 0 135 8 0 0 18 0 9 0 1996968871 832479232 17894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11504/statm: 203242 17894 2587 9 0 197223 0
[pid=11504/tid=11505] ppid=11490 vsize=812968 CPUtime=0.74
/proc/11504/task/11505/stat : 11505 (java) R 11490 11490 11002 0 -1 64 8601 0 1 0 70 4 0 0 23 0 9 0 1996968872 832479232 17894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11506] ppid=11490 vsize=812968 CPUtime=0.58
/proc/11504/task/11506/stat : 11506 (java) R 11490 11490 11002 0 -1 64 8696 0 0 0 55 3 0 0 16 0 9 0 1996968874 832479232 17894 996147200 134512640 134550740 4294955600 18446744073709551615 102687662 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11507] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11507/stat : 11507 (java) S 11490 11490 11002 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996968874 832479232 17894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11508] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11508/stat : 11508 (java) S 11490 11490 11002 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996968874 832479232 17894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11509] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11509/stat : 11509 (java) S 11490 11490 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996968876 832479232 17894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11510] ppid=11490 vsize=812968 CPUtime=0.09
/proc/11504/task/11510/stat : 11510 (java) S 11490 11490 11002 0 -1 64 738 0 0 0 9 0 0 0 16 0 9 0 1996968876 832479232 17894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11511] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11511/stat : 11511 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996968876 832479232 17894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11512] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11512/stat : 11512 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996968876 832479232 17894 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) 860544

[startup+3.10146 s]
/proc/loadavg: 2.05 1.58 1.30 4/91 11512
/proc/meminfo: memFree=1512488/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11504] ppid=11490 vsize=812968 CPUtime=3.02
/proc/11504/stat : 11504 (java) S 11490 11490 11002 0 -1 0 23709 0 1 0 292 10 0 0 18 0 9 0 1996968871 832479232 22615 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11504/statm: 203242 22615 2587 9 0 197223 0
[pid=11504/tid=11505] ppid=11490 vsize=812968 CPUtime=1.13
/proc/11504/task/11505/stat : 11505 (java) R 11490 11490 11002 0 -1 64 8610 0 1 0 109 4 0 0 25 0 9 0 1996968872 832479232 22615 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11506] ppid=11490 vsize=812968 CPUtime=1.77
/proc/11504/task/11506/stat : 11506 (java) R 11490 11490 11002 0 -1 64 13657 0 0 0 172 5 0 0 17 0 9 0 1996968874 832479232 22615 996147200 134512640 134550740 4294955600 18446744073709551615 104180127 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11507] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11507/stat : 11507 (java) S 11490 11490 11002 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996968874 832479232 22615 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11508] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11508/stat : 11508 (java) S 11490 11490 11002 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996968874 832479232 22615 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11509] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11509/stat : 11509 (java) S 11490 11490 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996968876 832479232 22615 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11510] ppid=11490 vsize=812968 CPUtime=0.1
/proc/11504/task/11510/stat : 11510 (java) S 11490 11490 11002 0 -1 64 741 0 0 0 10 0 0 0 16 0 9 0 1996968876 832479232 22615 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11511] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11511/stat : 11511 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996968876 832479232 22615 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11512] ppid=11490 vsize=812968 CPUtime=0
/proc/11504/task/11512/stat : 11512 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996968876 832479232 22615 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) 860544

[startup+6.30301 s]
/proc/loadavg: 2.05 1.58 1.30 3/91 11512
/proc/meminfo: memFree=1489000/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11504] ppid=11490 vsize=812732 CPUtime=6.19
/proc/11504/stat : 11504 (java) S 11490 11490 11002 0 -1 0 27413 0 1 0 607 12 0 0 18 0 9 0 1996968871 832237568 26030 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11504/statm: 203183 26030 2587 9 0 197164 0
[pid=11504/tid=11505] ppid=11490 vsize=812732 CPUtime=2.85
/proc/11504/task/11505/stat : 11505 (java) R 11490 11490 11002 0 -1 64 8617 0 1 0 281 4 0 0 25 0 9 0 1996968872 832237568 26030 996147200 134512640 134550740 4294955600 18446744073709551615 4126765841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11506] ppid=11490 vsize=812732 CPUtime=3.19
/proc/11504/task/11506/stat : 11506 (java) S 11490 11490 11002 0 -1 64 17340 0 0 0 313 6 0 0 16 0 9 0 1996968874 832237568 26030 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11507] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11507/stat : 11507 (java) S 11490 11490 11002 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996968874 832237568 26030 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11508] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11508/stat : 11508 (java) S 11490 11490 11002 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996968874 832237568 26030 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11509] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11509/stat : 11509 (java) S 11490 11490 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996968876 832237568 26030 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11510] ppid=11490 vsize=812732 CPUtime=0.12
/proc/11504/task/11510/stat : 11510 (java) S 11490 11490 11002 0 -1 64 755 0 0 0 12 0 0 0 15 0 9 0 1996968876 832237568 26030 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11511] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11511/stat : 11511 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996968876 832237568 26030 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11512] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11512/stat : 11512 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996968876 832237568 26030 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) 860308

[startup+12.7022 s]
/proc/loadavg: 2.04 1.59 1.31 3/91 11512
/proc/meminfo: memFree=1440296/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11504] ppid=11490 vsize=812732 CPUtime=12.53
/proc/11504/stat : 11504 (java) S 11490 11490 11002 0 -1 0 39064 0 1 0 1235 18 0 0 18 0 9 0 1996968871 832237568 37672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11504/statm: 203183 37672 2592 9 0 197164 0
[pid=11504/tid=11505] ppid=11490 vsize=812732 CPUtime=8.97
/proc/11504/task/11505/stat : 11505 (java) R 11490 11490 11002 0 -1 64 14640 0 1 0 889 8 0 0 25 0 9 0 1996968872 832237568 37672 996147200 134512640 134550740 4294955600 18446744073709551615 4126894079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11506] ppid=11490 vsize=812732 CPUtime=3.35
/proc/11504/task/11506/stat : 11506 (java) S 11490 11490 11002 0 -1 64 22935 0 0 0 327 8 0 0 16 0 9 0 1996968874 832237568 37672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11507] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11507/stat : 11507 (java) S 11490 11490 11002 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996968874 832237568 37672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11508] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11508/stat : 11508 (java) S 11490 11490 11002 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996968874 832237568 37672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11509] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11509/stat : 11509 (java) S 11490 11490 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996968876 832237568 37672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11510] ppid=11490 vsize=812732 CPUtime=0.18
/proc/11504/task/11510/stat : 11510 (java) S 11490 11490 11002 0 -1 64 788 0 0 0 18 0 0 0 15 0 9 0 1996968876 832237568 37672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11511] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11511/stat : 11511 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996968876 832237568 37672 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11512] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11512/stat : 11512 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996968876 832237568 37672 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) 860308

[startup+25.5024 s]
/proc/loadavg: 2.03 1.61 1.31 3/91 11512
/proc/meminfo: memFree=1433320/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=0.01
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11504] ppid=11490 vsize=812732 CPUtime=25.21
/proc/11504/stat : 11504 (java) S 11490 11490 11002 0 -1 0 39151 0 1 0 2499 22 0 0 18 0 9 0 1996968871 832237568 37738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11504/statm: 203183 37738 2592 9 0 197164 0
[pid=11504/tid=11505] ppid=11490 vsize=812732 CPUtime=21.59
/proc/11504/task/11505/stat : 11505 (java) R 11490 11490 11002 0 -1 64 14661 0 1 0 2148 11 0 0 25 0 9 0 1996968872 832237568 37738 996147200 134512640 134550740 4294955600 18446744073709551615 104036961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11506] ppid=11490 vsize=812732 CPUtime=3.38
/proc/11504/task/11506/stat : 11506 (java) S 11490 11490 11002 0 -1 64 22985 0 0 0 329 9 0 0 16 0 9 0 1996968874 832237568 37738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11507] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11507/stat : 11507 (java) S 11490 11490 11002 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996968874 832237568 37738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11508] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11508/stat : 11508 (java) S 11490 11490 11002 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996968874 832237568 37738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11509] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11509/stat : 11509 (java) S 11490 11490 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996968876 832237568 37738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11510] ppid=11490 vsize=812732 CPUtime=0.2
/proc/11504/task/11510/stat : 11510 (java) S 11490 11490 11002 0 -1 64 804 0 0 0 20 0 0 0 15 0 9 0 1996968876 832237568 37738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11511] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11511/stat : 11511 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996968876 832237568 37738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11504/tid=11512] ppid=11490 vsize=812732 CPUtime=0
/proc/11504/task/11512/stat : 11512 (java) S 11490 11490 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996968876 832237568 37738 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

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

/proc/11513/statm: 15182 14214 75 162 0 15017 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 108304

[startup+282.302 s]
/proc/loadavg: 2.00 1.83 1.47 3/83 11519
/proc/meminfo: memFree=1506400/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=63912 CPUtime=241.36
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 15552 0 0 0 24127 9 0 0 25 0 1 0 1996972736 65445888 15534 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 15978 15534 75 162 0 15813 0
Current children cumulated CPU time (s) 279.59
Current children cumulated vsize (KiB) 111488

[startup+342.302 s]
/proc/loadavg: 2.00 1.85 1.50 4/83 11519
/proc/meminfo: memFree=1501984/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=69744 CPUtime=300.79
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 16647 0 0 0 30070 9 0 0 25 0 1 0 1996972736 71417856 16629 996147200 134512640 135177480 4294955968 18446744073709551615 134537380 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 17436 16629 75 162 0 17271 0
Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 117320

[startup+402.302 s]
/proc/loadavg: 2.00 1.88 1.53 3/83 11519
/proc/meminfo: memFree=1498592/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=77744 CPUtime=360.23
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 17487 0 0 0 36013 10 0 0 25 0 1 0 1996972736 79609856 17469 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 19436 17469 75 162 0 19271 0
Current children cumulated CPU time (s) 398.46
Current children cumulated vsize (KiB) 125320

[startup+462.301 s]
/proc/loadavg: 2.00 1.90 1.56 3/83 11519
/proc/meminfo: memFree=1495272/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=78824 CPUtime=419.66
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 18296 0 0 0 41956 10 0 0 25 0 1 0 1996972736 80715776 18278 996147200 134512640 135177480 4294955968 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 19706 18278 75 162 0 19541 0
Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 126400

[startup+522.301 s]
/proc/loadavg: 2.00 1.91 1.58 3/83 11519
/proc/meminfo: memFree=1492200/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=79740 CPUtime=479.1
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 19062 0 0 0 47899 11 0 0 25 0 1 0 1996972736 81653760 19044 996147200 134512640 135177480 4294955968 18446744073709551615 134537471 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 19935 19044 75 162 0 19770 0
Current children cumulated CPU time (s) 517.33
Current children cumulated vsize (KiB) 127316

[startup+582.302 s]
/proc/loadavg: 2.00 1.93 1.60 3/83 11519
/proc/meminfo: memFree=1488488/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=81304 CPUtime=538.53
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 19974 0 0 0 53842 11 0 0 25 0 1 0 1996972736 83255296 19956 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 20326 19956 75 162 0 20161 0
Current children cumulated CPU time (s) 576.76
Current children cumulated vsize (KiB) 128880

[startup+642.302 s]
/proc/loadavg: 2.00 1.94 1.63 3/83 11519
/proc/meminfo: memFree=1486888/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=92080 CPUtime=597.97
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 20383 0 0 0 59786 11 0 0 25 0 1 0 1996972736 94289920 20365 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 23020 20365 75 162 0 22855 0
Current children cumulated CPU time (s) 636.2
Current children cumulated vsize (KiB) 139656

[startup+702.302 s]
/proc/loadavg: 2.00 1.95 1.65 3/83 11519
/proc/meminfo: memFree=1483624/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=92984 CPUtime=657.41
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 21184 0 0 0 65729 12 0 0 25 0 1 0 1996972736 95215616 21166 996147200 134512640 135177480 4294955968 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 23246 21166 75 162 0 23081 0
Current children cumulated CPU time (s) 695.64
Current children cumulated vsize (KiB) 140560

[startup+762.306 s]
/proc/loadavg: 2.00 1.95 1.66 3/83 11519
/proc/meminfo: memFree=1482024/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=93380 CPUtime=716.85
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 21583 0 0 0 71673 12 0 0 25 0 1 0 1996972736 95621120 21565 996147200 134512640 135177480 4294955968 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 23345 21565 75 162 0 23180 0
Current children cumulated CPU time (s) 755.08
Current children cumulated vsize (KiB) 140956

[startup+822.302 s]
/proc/loadavg: 2.00 1.96 1.68 4/83 11519
/proc/meminfo: memFree=1506536/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=62740 CPUtime=776.28
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 21993 0 0 0 77615 13 0 0 25 0 1 0 1996972736 64245760 15384 996147200 134512640 135177480 4294955968 18446744073709551615 134572502 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 15685 15384 80 162 0 15520 0
Current children cumulated CPU time (s) 814.51
Current children cumulated vsize (KiB) 110316

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

[startup+823.101 s]
/proc/loadavg: 2.00 1.96 1.68 3/83 11519
/proc/meminfo: memFree=1506536/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=62740 CPUtime=777.07
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 21993 0 0 0 77694 13 0 0 25 0 1 0 1996972736 64245760 15384 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 15685 15384 80 162 0 15520 0
Current children cumulated CPU time (s) 815.3
Current children cumulated vsize (KiB) 110316

[startup+823.906 s]
/proc/loadavg: 2.00 1.96 1.68 3/83 11519
/proc/meminfo: memFree=1506536/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=62740 CPUtime=777.87
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 21993 0 0 0 77774 13 0 0 25 0 1 0 1996972736 64245760 15384 996147200 134512640 135177480 4294955968 18446744073709551615 134565298 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 15685 15384 80 162 0 15520 0
Current children cumulated CPU time (s) 816.1
Current children cumulated vsize (KiB) 110316

[startup+824.301 s]
/proc/loadavg: 2.00 1.96 1.68 3/83 11519
/proc/meminfo: memFree=1506536/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=38.23
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 800 40943 0 1 0 0 3793 30 17 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
[pid=11513] ppid=11490 vsize=62740 CPUtime=778.26
/proc/11513/stat : 11513 (eSAT_static) R 11490 11490 11002 0 -1 4194304 21993 0 0 0 77813 13 0 0 25 0 1 0 1996972736 64245760 15384 996147200 134512640 135177480 4294955968 18446744073709551615 134571432 0 0 4096 3 0 0 0 17 1 0 0
/proc/11513/statm: 15685 15384 80 162 0 15520 0
Current children cumulated CPU time (s) 816.49
Current children cumulated vsize (KiB) 110316

[startup+824.401 s]
/proc/loadavg: 2.00 1.96 1.68 3/83 11519
/proc/meminfo: memFree=1506536/2055920 swapFree=4180540/4192956
[pid=11490] ppid=11488 vsize=47576 CPUtime=816.59
/proc/11490/stat : 11490 (galacE.sh) S 11488 11490 11002 0 -1 4194304 834 62947 0 1 0 0 81615 44 16 0 1 0 1996968867 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11490/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 816.59
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 824.409
CPU time (s): 816.617
CPU user time (s): 816.157
CPU system time (s): 0.45993
CPU usage (%): 99.0548
Max. virtual memory (cumulated for all children) (KiB): 860660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 816.157
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63937
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= 2253
involuntary context switches= 35035

runsolver used 1.18682 second user time and 2.49862 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-04 15:59:05
IDJOB=1074875
IDBENCH=56457
IDSOLVER=351
FILE ID=node18/1074875-1215179945
PBS_JOBID= 7881598
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0dc881dcf5f24d5a75bda8e44ec68a89
RANDOM SEED=1711651908

node18.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.268
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	: 5931.00
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.268
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:       1584792 kB
Buffers:         38280 kB
Cached:         117296 kB
SwapCached:       6536 kB
Active:         368016 kB
Inactive:        51016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584792 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            3348 kB
Writeback:           0 kB
Mapped:         279328 kB
Slab:            36920 kB
Committed_AS:  3867168 kB
PageTables:       2300 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= 66552 MiB
End job on node18 at 2008-07-04 16:12:49