Trace number 1074937

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 MSAT 50.0494 50.6503

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-105-4.xml
MD5SUMad057cf4092f19de7d4e6f4637f3a2e4
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.008997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size285
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 ---
6.50/6.64	c start processing
6.50/6.64	c start relation processing
10.95/11.17	c start cnf exporting
48.28/48.88	c parsing time : 6.521
48.28/48.88	c preprocessing time : 48.755
48.28/48.88	
48.28/48.88	c Nary constraints - conflicts : 0 supports : 0
48.28/48.88	c Binary constraints - conflicts : 34 supports :14
48.28/48.88	c max arity constraint : 2
48.28/48.88	c Max Tuples generated 75240
48.28/48.88	c relations : 48
48.28/48.88	c relations BDD: 0
48.28/48.88	c sampling 20/48
48.28/48.88	c vars : 3937 - clauses :  1349315
48.28/48.88	
48.36/48.95	 
48.36/48.95	c --- SAT Solver Stats ---
48.36/48.95	 
49.41/50.08	c restarts              : 6
49.41/50.08	c conflicts             : 1884           (1846 /sec)
49.41/50.08	c decisions             : 41049          (1.21 % random) (40211 /sec)
49.41/50.08	c propagations          : 204813         (200631 /sec)
49.41/50.08	c conflict literals     : 634676         (4.55 % deleted)
49.41/50.08	c Memory used           : 57.34 MB
49.41/50.08	c CPU time              : 1.02084 s
49.41/50.08	
49.41/50.08	s SATISFIABLE
50.00/50.63	v 64 3 220 154 234 55 160 284 59 104 10 215 168 234 0 88

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-1074937-1215179991/watcher-1074937-1215179991 -o /tmp/evaluation-result-1074937-1215179991/solver-1074937-1215179991 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1074937-1215179991.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: 1.82 2.02 2.02 4/72 19748
/proc/meminfo: memFree=1540656/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=18572 CPUtime=0
/proc/19748/stat : 19748 (runsolver) R 19746 19748 19419 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 1996971118 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19748/statm: 4643 292 257 25 0 2626 0

[startup+0.0872799 s]
/proc/loadavg: 1.82 2.02 2.02 4/72 19748
/proc/meminfo: memFree=1540656/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101284 s]
/proc/loadavg: 1.82 2.02 2.02 4/72 19748
/proc/meminfo: memFree=1540656/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301312 s]
/proc/loadavg: 1.82 2.02 2.02 4/72 19748
/proc/meminfo: memFree=1540656/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701387 s]
/proc/loadavg: 1.82 2.02 2.02 4/72 19748
/proc/meminfo: memFree=1540656/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50252 s]
/proc/loadavg: 1.82 2.02 2.02 4/82 19770
/proc/meminfo: memFree=1492192/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19762] ppid=19748 vsize=812968 CPUtime=1.43
/proc/19762/stat : 19762 (java) S 19748 19748 19419 0 -1 0 17732 0 1 0 133 10 0 0 18 0 9 0 1996971122 832479232 16773 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19762/statm: 203242 16773 2587 9 0 197223 0
[pid=19762/tid=19763] ppid=19748 vsize=812968 CPUtime=0.79
/proc/19762/task/19763/stat : 19763 (java) R 19748 19748 19419 0 -1 64 7970 0 1 0 74 5 0 0 24 0 9 0 1996971123 832479232 16773 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19764] ppid=19748 vsize=812968 CPUtime=0.53
/proc/19762/task/19764/stat : 19764 (java) R 19748 19748 19419 0 -1 64 8327 0 0 0 49 4 0 0 17 0 9 0 1996971124 832479232 16773 996147200 134512640 134550740 4294955600 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19765] ppid=19748 vsize=812968 CPUtime=0
/proc/19762/task/19765/stat : 19765 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996971125 832479232 16773 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19766] ppid=19748 vsize=812968 CPUtime=0
/proc/19762/task/19766/stat : 19766 (java) S 19748 19748 19419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996971125 832479232 16773 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19767] ppid=19748 vsize=812968 CPUtime=0
/proc/19762/task/19767/stat : 19767 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996971127 832479232 16773 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19768] ppid=19748 vsize=812968 CPUtime=0.09
/proc/19762/task/19768/stat : 19768 (java) S 19748 19748 19419 0 -1 64 735 0 0 0 9 0 0 0 16 0 9 0 1996971127 832479232 16773 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19769] ppid=19748 vsize=812968 CPUtime=0
/proc/19762/task/19769/stat : 19769 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996971127 832479232 16773 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19770] ppid=19748 vsize=812968 CPUtime=0
/proc/19762/task/19770/stat : 19770 (java) R 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996971127 832479232 16773 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) 860548

[startup+3.10179 s]
/proc/loadavg: 1.82 2.02 2.02 4/82 19770
/proc/meminfo: memFree=1474464/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19762] ppid=19748 vsize=812752 CPUtime=3.02
/proc/19762/stat : 19762 (java) S 19748 19748 19419 0 -1 0 22642 0 1 0 289 13 0 0 18 0 9 0 1996971122 832258048 21477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19762/statm: 203188 21477 2587 9 0 197169 0
[pid=19762/tid=19763] ppid=19748 vsize=812752 CPUtime=1.27
/proc/19762/task/19763/stat : 19763 (java) R 19748 19748 19419 0 -1 64 7978 0 1 0 122 5 0 0 25 0 9 0 1996971123 832258048 21477 996147200 134512640 134550740 4294955600 18446744073709551615 4126636189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19764] ppid=19748 vsize=812752 CPUtime=1.63
/proc/19762/task/19764/stat : 19764 (java) S 19748 19748 19419 0 -1 64 13225 0 0 0 157 6 0 0 18 0 9 0 1996971124 832258048 21477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19765] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19765/stat : 19765 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996971125 832258048 21477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19766] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19766/stat : 19766 (java) S 19748 19748 19419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996971125 832258048 21477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19767] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19767/stat : 19767 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996971127 832258048 21477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19768] ppid=19748 vsize=812752 CPUtime=0.1
/proc/19762/task/19768/stat : 19768 (java) S 19748 19748 19419 0 -1 64 739 0 0 0 10 0 0 0 15 0 9 0 1996971127 832258048 21477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19769] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19769/stat : 19769 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996971127 832258048 21477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19770] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19770/stat : 19770 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996971127 832258048 21477 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) 860332

[startup+6.30233 s]
/proc/loadavg: 1.91 2.04 2.02 3/82 19770
/proc/meminfo: memFree=1440608/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19762] ppid=19748 vsize=812752 CPUtime=6.19
/proc/19762/stat : 19762 (java) S 19748 19748 19419 0 -1 0 30285 0 1 0 603 16 0 0 18 0 9 0 1996971122 832258048 28816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19762/statm: 203188 28816 2587 9 0 197169 0
[pid=19762/tid=19763] ppid=19748 vsize=812752 CPUtime=1.86
/proc/19762/task/19763/stat : 19763 (java) S 19748 19748 19419 0 -1 64 7989 0 1 0 181 5 0 0 22 0 9 0 1996971123 832258048 28816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19764] ppid=19748 vsize=812752 CPUtime=4.19
/proc/19762/task/19764/stat : 19764 (java) R 19748 19748 19419 0 -1 64 20851 0 0 0 410 9 0 0 20 0 9 0 1996971124 832258048 28816 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19765] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19765/stat : 19765 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996971125 832258048 28816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19766] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19766/stat : 19766 (java) S 19748 19748 19419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996971125 832258048 28816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19767] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19767/stat : 19767 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996971127 832258048 28816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19768] ppid=19748 vsize=812752 CPUtime=0.11
/proc/19762/task/19768/stat : 19768 (java) S 19748 19748 19419 0 -1 64 745 0 0 0 11 0 0 0 15 0 9 0 1996971127 832258048 28816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19769] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19769/stat : 19769 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996971127 832258048 28816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19770] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19770/stat : 19770 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996971127 832258048 28816 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) 860332

[startup+12.7024 s]
/proc/loadavg: 1.92 2.04 2.02 3/82 19770
/proc/meminfo: memFree=1393056/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19762] ppid=19748 vsize=812752 CPUtime=12.52
/proc/19762/stat : 19762 (java) S 19748 19748 19419 0 -1 0 41698 0 1 0 1229 23 0 0 18 0 9 0 1996971122 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19762/statm: 203188 40225 2592 9 0 197169 0
[pid=19762/tid=19763] ppid=19748 vsize=812752 CPUtime=7.69
/proc/19762/task/19763/stat : 19763 (java) R 19748 19748 19419 0 -1 64 14634 0 1 0 760 9 0 0 25 0 9 0 1996971123 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4126720535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19764] ppid=19748 vsize=812752 CPUtime=4.62
/proc/19762/task/19764/stat : 19764 (java) S 19748 19748 19419 0 -1 64 25578 0 0 0 450 12 0 0 16 0 9 0 1996971124 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19765] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19765/stat : 19765 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996971125 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19766] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19766/stat : 19766 (java) S 19748 19748 19419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996971125 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19767] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19767/stat : 19767 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996971127 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19768] ppid=19748 vsize=812752 CPUtime=0.19
/proc/19762/task/19768/stat : 19768 (java) S 19748 19748 19419 0 -1 64 786 0 0 0 18 1 0 0 15 0 9 0 1996971127 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19769] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19769/stat : 19769 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996971127 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19770] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19770/stat : 19770 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996971127 832258048 40225 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860332

[startup+25.5026 s]
/proc/loadavg: 1.94 2.04 2.02 3/82 19770
/proc/meminfo: memFree=1378656/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19762] ppid=19748 vsize=812752 CPUtime=25.21
/proc/19762/stat : 19762 (java) S 19748 19748 19419 0 -1 0 41755 0 1 0 2492 29 0 0 18 0 9 0 1996971122 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19762/statm: 203188 40258 2592 9 0 197169 0
[pid=19762/tid=19763] ppid=19748 vsize=812752 CPUtime=20.32
/proc/19762/task/19763/stat : 19763 (java) R 19748 19748 19419 0 -1 64 14658 0 1 0 2017 15 0 0 25 0 9 0 1996971123 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4126915852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19764] ppid=19748 vsize=812752 CPUtime=4.64
/proc/19762/task/19764/stat : 19764 (java) S 19748 19748 19419 0 -1 64 25595 0 0 0 452 12 0 0 16 0 9 0 1996971124 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19765] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19765/stat : 19765 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996971125 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19766] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19766/stat : 19766 (java) S 19748 19748 19419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996971125 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19767] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19767/stat : 19767 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996971127 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19768] ppid=19748 vsize=812752 CPUtime=0.22
/proc/19762/task/19768/stat : 19768 (java) S 19748 19748 19419 0 -1 64 802 0 0 0 21 1 0 0 16 0 9 0 1996971127 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19769] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19769/stat : 19769 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996971127 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19770] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19770/stat : 19770 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996971127 832258048 40258 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860332

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

[startup+38.3017 s]
/proc/loadavg: 1.94 2.03 2.02 3/82 19770
/proc/meminfo: memFree=1372576/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19762] ppid=19748 vsize=812752 CPUtime=37.88
/proc/19762/stat : 19762 (java) S 19748 19748 19419 0 -1 0 41817 0 1 0 3754 34 0 0 18 0 9 0 1996971122 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19762/statm: 203188 40300 2592 9 0 197169 0
[pid=19762/tid=19763] ppid=19748 vsize=812752 CPUtime=32.97
/proc/19762/task/19763/stat : 19763 (java) R 19748 19748 19419 0 -1 64 14679 0 1 0 3277 20 0 0 25 0 9 0 1996971123 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4126854825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19764] ppid=19748 vsize=812752 CPUtime=4.66
/proc/19762/task/19764/stat : 19764 (java) S 19748 19748 19419 0 -1 64 25636 0 0 0 454 12 0 0 16 0 9 0 1996971124 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19765] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19765/stat : 19765 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996971125 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19766] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19766/stat : 19766 (java) S 19748 19748 19419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996971125 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19767] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19767/stat : 19767 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996971127 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19768] ppid=19748 vsize=812752 CPUtime=0.22
/proc/19762/task/19768/stat : 19768 (java) S 19748 19748 19419 0 -1 64 802 0 0 0 21 1 0 0 16 0 9 0 1996971127 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19769] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19769/stat : 19769 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996971127 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19770] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19770/stat : 19770 (java) R 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996971127 832258048 40300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.89
Current children cumulated vsize (KiB) 860332

[startup+44.7018 s]
/proc/loadavg: 1.95 2.03 2.02 3/82 19770
/proc/meminfo: memFree=1368864/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19762] ppid=19748 vsize=812752 CPUtime=44.22
/proc/19762/stat : 19762 (java) S 19748 19748 19419 0 -1 0 41841 0 1 0 4385 37 0 0 18 0 9 0 1996971122 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19762/statm: 203188 40313 2592 9 0 197169 0
[pid=19762/tid=19763] ppid=19748 vsize=812752 CPUtime=39.29
/proc/19762/task/19763/stat : 19763 (java) R 19748 19748 19419 0 -1 64 14690 0 1 0 3907 22 0 0 25 0 9 0 1996971123 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4126795711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19764] ppid=19748 vsize=812752 CPUtime=4.67
/proc/19762/task/19764/stat : 19764 (java) S 19748 19748 19419 0 -1 64 25649 0 0 0 455 12 0 0 16 0 9 0 1996971124 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19765] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19765/stat : 19765 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996971125 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19766] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19766/stat : 19766 (java) S 19748 19748 19419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996971125 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19767] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19767/stat : 19767 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996971127 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19768] ppid=19748 vsize=812752 CPUtime=0.22
/proc/19762/task/19768/stat : 19768 (java) S 19748 19748 19419 0 -1 64 802 0 0 0 21 1 0 0 16 0 9 0 1996971127 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19769] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19769/stat : 19769 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996971127 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19770] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19770/stat : 19770 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996971127 832258048 40313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.23
Current children cumulated vsize (KiB) 860332

[startup+47.9023 s]
/proc/loadavg: 1.95 2.03 2.02 4/82 19770
/proc/meminfo: memFree=1367072/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=0.01
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19762] ppid=19748 vsize=812752 CPUtime=47.39
/proc/19762/stat : 19762 (java) S 19748 19748 19419 0 -1 0 41850 0 1 0 4701 38 0 0 18 0 9 0 1996971122 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19762/statm: 203188 40317 2592 9 0 197169 0
[pid=19762/tid=19763] ppid=19748 vsize=812752 CPUtime=42.46
/proc/19762/task/19763/stat : 19763 (java) R 19748 19748 19419 0 -1 64 14695 0 1 0 4223 23 0 0 25 0 9 0 1996971123 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 103232857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19764] ppid=19748 vsize=812752 CPUtime=4.68
/proc/19762/task/19764/stat : 19764 (java) S 19748 19748 19419 0 -1 64 25653 0 0 0 456 12 0 0 16 0 9 0 1996971124 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19765] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19765/stat : 19765 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996971125 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19766] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19766/stat : 19766 (java) S 19748 19748 19419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996971125 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19767] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19767/stat : 19767 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996971127 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19768] ppid=19748 vsize=812752 CPUtime=0.22
/proc/19762/task/19768/stat : 19768 (java) S 19748 19748 19419 0 -1 64 802 0 0 0 21 1 0 0 16 0 9 0 1996971127 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19769] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19769/stat : 19769 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996971127 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19762/tid=19770] ppid=19748 vsize=812752 CPUtime=0
/proc/19762/task/19770/stat : 19770 (java) S 19748 19748 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996971127 832258048 40317 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.4
Current children cumulated vsize (KiB) 860332

[startup+49.5066 s]
/proc/loadavg: 1.96 2.03 2.02 3/74 19771
/proc/meminfo: memFree=1475616/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=48.39
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 800 43562 0 1 0 0 4797 42 17 0 1 0 1996971118 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19748/statm: 11895 365 246 79 0 219 0
[pid=19771] ppid=19748 vsize=53036 CPUtime=0.53
/proc/19771/stat : 19771 (minisat) R 19748 19748 19419 0 -1 4194304 12879 0 0 0 45 8 0 0 23 0 1 0 1996976014 54308864 12860 996147200 134512640 135136200 4294955968 18446744073709551615 134531404 0 0 4096 3 0 0 0 17 1 0 0
/proc/19771/statm: 13259 12860 54 152 0 13104 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 100616

[startup+50.3017 s]
/proc/loadavg: 1.96 2.03 2.02 3/74 19771
/proc/meminfo: memFree=1475616/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=49.53
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 837 57943 0 1 0 0 4900 53 16 0 1 0 1996971118 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19748/statm: 11895 366 246 79 0 219 0
Current children cumulated CPU time (s) 49.53
Current children cumulated vsize (KiB) 47580

[startup+50.5018 s]
/proc/loadavg: 1.96 2.03 2.02 4/82 19780
/proc/meminfo: memFree=1505760/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=49.53
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 837 57943 0 1 0 0 4900 53 16 0 1 0 1996971118 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19748/statm: 11895 366 246 79 0 219 0
[pid=19772] ppid=19748 vsize=812884 CPUtime=0.39
/proc/19772/stat : 19772 (java) S 19748 19748 19419 0 -1 0 5413 0 1 0 36 3 0 0 18 0 9 0 1996976128 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19772/statm: 203221 4795 1906 9 0 197174 0
[pid=19772/tid=19773] ppid=19748 vsize=812884 CPUtime=0.29
/proc/19772/task/19773/stat : 19773 (java) R 19748 19748 19419 0 -1 64 3963 0 1 0 27 2 0 0 19 0 9 0 1996976129 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4125972963 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19774] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19774/stat : 19774 (java) S 19748 19748 19419 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1996976131 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19775] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19775/stat : 19775 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996976131 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19776] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19776/stat : 19776 (java) S 19748 19748 19419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996976131 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19777] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19777/stat : 19777 (java) S 19748 19748 19419 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996976133 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19778] ppid=19748 vsize=812884 CPUtime=0.07
/proc/19772/task/19778/stat : 19778 (java) R 19748 19748 19419 0 -1 64 736 0 0 0 7 0 0 0 19 0 9 0 1996976133 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19779] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19779/stat : 19779 (java) S 19748 19748 19419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996976133 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19780] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19780/stat : 19780 (java) S 19748 19748 19419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996976133 832393216 4795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 860464

[startup+50.6068 s]
/proc/loadavg: 1.96 2.03 2.02 4/82 19780
/proc/meminfo: memFree=1505760/2055920 swapFree=4180240/4192956
[pid=19748] ppid=19746 vsize=47580 CPUtime=49.53
/proc/19748/stat : 19748 (galacM.sh) S 19746 19748 19419 0 -1 4194304 844 57943 0 1 0 0 4900 53 15 0 1 0 1996971118 48721920 367 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19748/statm: 11895 367 246 79 0 219 0
[pid=19772] ppid=19748 vsize=812884 CPUtime=0.47
/proc/19772/stat : 19772 (java) S 19748 19748 19419 0 -1 0 6239 0 1 0 44 3 0 0 18 0 9 0 1996976128 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19772/statm: 203221 5620 1908 9 0 197174 0
[pid=19772/tid=19773] ppid=19748 vsize=812884 CPUtime=0.36
/proc/19772/task/19773/stat : 19773 (java) S 19748 19748 19419 0 -1 64 4763 0 1 0 33 3 0 0 20 0 9 0 1996976129 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19774] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19774/stat : 19774 (java) S 19748 19748 19419 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1996976131 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19775] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19775/stat : 19775 (java) S 19748 19748 19419 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996976131 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19776] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19776/stat : 19776 (java) S 19748 19748 19419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996976131 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19777] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19777/stat : 19777 (java) S 19748 19748 19419 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996976133 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19778] ppid=19748 vsize=812884 CPUtime=0.1
/proc/19772/task/19778/stat : 19778 (java) S 19748 19748 19419 0 -1 64 762 0 0 0 10 0 0 0 18 0 9 0 1996976133 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19779] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19779/stat : 19779 (java) S 19748 19748 19419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996976133 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19780] ppid=19748 vsize=812884 CPUtime=0
/proc/19772/task/19780/stat : 19780 (java) S 19748 19748 19419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996976133 832393216 5620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 860464

Child status: 0
Real time (s): 50.6503
CPU time (s): 50.0494
CPU user time (s): 49.4545
CPU system time (s): 0.594909
CPU usage (%): 98.8137
Max. virtual memory (cumulated for all children) (KiB): 860664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.4545
system time used= 0.594909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65226
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= 2776
involuntary context switches= 3746

runsolver used 0.06199 second user time and 0.180972 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 15:59:51
IDJOB=1074937
IDBENCH=56468
IDSOLVER=350
FILE ID=node50/1074937-1215179991
PBS_JOBID= 7881602
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ad057cf4092f19de7d4e6f4637f3a2e4
RANDOM SEED=95213692

node50.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.261
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.261
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:       1541136 kB
Buffers:         65568 kB
Cached:         205624 kB
SwapCached:       6724 kB
Active:         357028 kB
Inactive:        85960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541136 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3552 kB
Writeback:           0 kB
Mapped:         179644 kB
Slab:            56672 kB
Committed_AS:  4115824 kB
PageTables:       2152 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node50 at 2008-07-04 16:00:42