Trace number 1082540

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 MUNSAT 204.122 208.024

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-21.xml
MD5SUM211a31b34cdccac40457a597ad4f15a8
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.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size285
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
10.95/11.14	c start processing
10.95/11.14	c start relation processing
17.19/17.47	c start cnf exporting
177.16/180.90	c parsing time : 11.013
177.16/180.90	c preprocessing time : 180.767
177.16/180.90	
177.16/180.90	c Nary constraints - conflicts : 0 supports : 0
177.16/180.90	c Binary constraints - conflicts : 247 supports :78
177.16/180.90	c max arity constraint : 2
177.16/180.90	c Max Tuples generated 81225
177.16/180.90	c relations : 121
177.25/180.90	c relations BDD: 0
177.25/180.90	c sampling 87/121
177.25/180.90	c vars : 11725 - clauses :  5353208
177.25/180.90	
177.25/180.95	 
177.25/180.95	c --- SAT Solver Stats ---
177.25/180.95	 
204.00/207.92	c restarts              : 12
204.00/207.92	c conflicts             : 23434          (894 /sec)
204.00/207.92	c decisions             : 154767         (1.87 % random) (5902 /sec)
204.00/207.92	c propagations          : 7544320        (287709 /sec)
204.00/207.92	c conflict literals     : 6704889        (10.45 % deleted)
204.00/207.92	c Memory used           : 253.18 MB
204.00/207.92	c CPU time              : 26.222 s
204.00/207.92	
204.00/207.92	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-1082540-1215223235/watcher-1082540-1215223235 -o /tmp/evaluation-result-1082540-1215223235/solver-1082540-1215223235 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1082540-1215223235.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.84 1.94 1.98 4/72 29741
/proc/meminfo: memFree=1618032/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=5268 CPUtime=0
/proc/29741/stat : 29741 (galacM.sh) R 29739 29741 27022 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 2001296714 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 213113697673 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29741/statm: 1317 186 139 79 0 121 0

[startup+0.0530941 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 29741
/proc/meminfo: memFree=1618032/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.100805 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 29741
/proc/meminfo: memFree=1618032/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301824 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 29741
/proc/meminfo: memFree=1618032/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701871 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 29741
/proc/meminfo: memFree=1618032/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50197 s]
/proc/loadavg: 1.84 1.94 1.98 3/82 29763
/proc/meminfo: memFree=1567904/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=29755] ppid=29741 vsize=812988 CPUtime=1.44
/proc/29755/stat : 29755 (java) S 29741 29741 27022 0 -1 0 17596 0 1 0 133 11 0 0 18 0 9 0 2001296718 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29755/statm: 203247 16728 2587 9 0 197228 0
[pid=29755/tid=29756] ppid=29741 vsize=812988 CPUtime=0.84
/proc/29755/task/29756/stat : 29756 (java) R 29741 29741 27022 0 -1 64 8341 0 1 0 79 5 0 0 25 0 9 0 2001296719 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29757] ppid=29741 vsize=812988 CPUtime=0.43
/proc/29755/task/29757/stat : 29757 (java) R 29741 29741 27022 0 -1 64 7801 0 0 0 40 3 0 0 16 0 9 0 2001296721 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 103663183 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29758] ppid=29741 vsize=812988 CPUtime=0
/proc/29755/task/29758/stat : 29758 (java) S 29741 29741 27022 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001296721 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29759] ppid=29741 vsize=812988 CPUtime=0
/proc/29755/task/29759/stat : 29759 (java) S 29741 29741 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001296721 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29760] ppid=29741 vsize=812988 CPUtime=0
/proc/29755/task/29760/stat : 29760 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001296724 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29761] ppid=29741 vsize=812988 CPUtime=0.12
/proc/29755/task/29761/stat : 29761 (java) S 29741 29741 27022 0 -1 64 754 0 0 0 12 0 0 0 16 0 9 0 2001296724 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29762] ppid=29741 vsize=812988 CPUtime=0
/proc/29755/task/29762/stat : 29762 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001296724 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29763] ppid=29741 vsize=812988 CPUtime=0
/proc/29755/task/29763/stat : 29763 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001296724 832499712 16728 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860552

[startup+3.10213 s]
/proc/loadavg: 1.84 1.94 1.98 4/82 29763
/proc/meminfo: memFree=1551456/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=29755] ppid=29741 vsize=812788 CPUtime=3.02
/proc/29755/stat : 29755 (java) S 29741 29741 27022 0 -1 0 22612 0 1 0 290 12 0 0 18 0 9 0 2001296718 832294912 21546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29755/statm: 203197 21546 2589 9 0 197178 0
[pid=29755/tid=29756] ppid=29741 vsize=812788 CPUtime=1.41
/proc/29755/task/29756/stat : 29756 (java) R 29741 29741 27022 0 -1 64 8347 0 1 0 136 5 0 0 25 0 9 0 2001296719 832294912 21546 996147200 134512640 134550740 4294955600 18446744073709551615 4126703608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29757] ppid=29741 vsize=812788 CPUtime=1.4
/proc/29755/task/29757/stat : 29757 (java) S 29741 29741 27022 0 -1 64 12774 0 0 0 135 5 0 0 18 0 9 0 2001296721 832294912 21546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29758] ppid=29741 vsize=812788 CPUtime=0
/proc/29755/task/29758/stat : 29758 (java) S 29741 29741 27022 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001296721 832294912 21546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29759] ppid=29741 vsize=812788 CPUtime=0
/proc/29755/task/29759/stat : 29759 (java) S 29741 29741 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001296721 832294912 21546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29760] ppid=29741 vsize=812788 CPUtime=0
/proc/29755/task/29760/stat : 29760 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001296724 832294912 21546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29761] ppid=29741 vsize=812788 CPUtime=0.18
/proc/29755/task/29761/stat : 29761 (java) S 29741 29741 27022 0 -1 64 791 0 0 0 18 0 0 0 16 0 9 0 2001296724 832294912 21546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29762] ppid=29741 vsize=812788 CPUtime=0
/proc/29755/task/29762/stat : 29762 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001296724 832294912 21546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29763] ppid=29741 vsize=812788 CPUtime=0
/proc/29755/task/29763/stat : 29763 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001296724 832294912 21546 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) 860352

[startup+6.30249 s]
/proc/loadavg: 1.85 1.94 1.98 4/82 29763
/proc/meminfo: memFree=1510624/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=29755] ppid=29741 vsize=812812 CPUtime=6.19
/proc/29755/stat : 29755 (java) S 29741 29741 27022 0 -1 0 31346 0 1 0 603 16 0 0 18 0 9 0 2001296718 832319488 29959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29755/statm: 203203 29959 2589 9 0 197184 0
[pid=29755/tid=29756] ppid=29741 vsize=812812 CPUtime=2.26
/proc/29755/task/29756/stat : 29756 (java) R 29741 29741 27022 0 -1 64 8832 0 1 0 221 5 0 0 23 0 9 0 2001296719 832319488 29959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29757] ppid=29741 vsize=812812 CPUtime=3.69
/proc/29755/task/29757/stat : 29757 (java) R 29741 29741 27022 0 -1 64 21007 0 0 0 360 9 0 0 18 0 9 0 2001296721 832319488 29959 996147200 134512640 134550740 4294955600 18446744073709551615 104180258 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29758] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29758/stat : 29758 (java) S 29741 29741 27022 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001296721 832319488 29959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29759] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29759/stat : 29759 (java) S 29741 29741 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001296721 832319488 29959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29760] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29760/stat : 29760 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001296724 832319488 29959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29761] ppid=29741 vsize=812812 CPUtime=0.2
/proc/29755/task/29761/stat : 29761 (java) S 29741 29741 27022 0 -1 64 807 0 0 0 20 0 0 0 16 0 9 0 2001296724 832319488 29959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29762] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29762/stat : 29762 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001296724 832319488 29959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29763] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29763/stat : 29763 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001296724 832319488 29959 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) 860376

[startup+12.7022 s]
/proc/loadavg: 1.95 1.96 1.98 3/82 29763
/proc/meminfo: memFree=1476000/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=29755] ppid=29741 vsize=812812 CPUtime=12.53
/proc/29755/stat : 29755 (java) S 29741 29741 27022 0 -1 0 39145 0 1 0 1233 20 0 0 18 0 9 0 2001296718 832319488 37746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29755/statm: 203203 37746 2589 9 0 197184 0
[pid=29755/tid=29756] ppid=29741 vsize=812812 CPUtime=4.64
/proc/29755/task/29756/stat : 29756 (java) R 29741 29741 27022 0 -1 64 8844 0 1 0 459 5 0 0 25 0 9 0 2001296719 832319488 37746 996147200 134512640 134550740 4294955600 18446744073709551615 4127052038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29757] ppid=29741 vsize=812812 CPUtime=7.6
/proc/29755/task/29757/stat : 29757 (java) S 29741 29741 27022 0 -1 64 28770 0 0 0 748 12 0 0 17 0 9 0 2001296721 832319488 37746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29758] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29758/stat : 29758 (java) S 29741 29741 27022 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001296721 832319488 37746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29759] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29759/stat : 29759 (java) S 29741 29741 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001296721 832319488 37746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29760] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29760/stat : 29760 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001296724 832319488 37746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29761] ppid=29741 vsize=812812 CPUtime=0.24
/proc/29755/task/29761/stat : 29761 (java) S 29741 29741 27022 0 -1 64 831 0 0 0 24 0 0 0 15 0 9 0 2001296724 832319488 37746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29762] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29762/stat : 29762 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001296724 832319488 37746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29763] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29763/stat : 29763 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001296724 832319488 37746 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) 860376

[startup+25.5026 s]
/proc/loadavg: 1.96 1.96 1.98 3/82 29763
/proc/meminfo: memFree=1420320/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=29755] ppid=29741 vsize=812812 CPUtime=25.2
/proc/29755/stat : 29755 (java) S 29741 29741 27022 0 -1 0 51413 0 1 0 2489 31 0 0 18 0 9 0 2001296718 832319488 49997 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29755/statm: 203203 49997 2594 9 0 197184 0
[pid=29755/tid=29756] ppid=29741 vsize=812812 CPUtime=17.06
/proc/29755/task/29756/stat : 29756 (java) R 29741 29741 27022 0 -1 64 14664 0 1 0 1693 13 0 0 25 0 9 0 2001296719 832319488 49997 996147200 134512640 134550740 4294955600 18446744073709551615 4127139229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29757] ppid=29741 vsize=812812 CPUtime=7.81
/proc/29755/task/29757/stat : 29757 (java) S 29741 29741 27022 0 -1 64 35188 0 0 0 765 16 0 0 16 0 9 0 2001296721 832319488 49997 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29758] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29758/stat : 29758 (java) S 29741 29741 27022 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001296721 832319488 49997 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29759] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29759/stat : 29759 (java) S 29741 29741 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001296721 832319488 49997 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29760] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29760/stat : 29760 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001296724 832319488 49997 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29761] ppid=29741 vsize=812812 CPUtime=0.31
/proc/29755/task/29761/stat : 29761 (java) S 29741 29741 27022 0 -1 64 861 0 0 0 30 1 0 0 15 0 9 0 2001296724 832319488 49997 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29762] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29762/stat : 29762 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001296724 832319488 49997 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29763] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29763/stat : 29763 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001296724 832319488 49997 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
Current children cumulated vsize (KiB) 860376

[startup+51.1024 s]
/proc/loadavg: 1.97 1.96 1.98 3/82 29769
/proc/meminfo: memFree=1402464/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01

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

/proc/29755/statm: 203203 50067 2594 9 0 197184 0
[pid=29755/tid=29756] ppid=29741 vsize=812812 CPUtime=91.17
/proc/29755/task/29756/stat : 29756 (java) R 29741 29741 27022 0 -1 64 14792 0 1 0 9072 45 0 0 25 0 9 0 2001296719 832319488 50067 996147200 134512640 134550740 4294955600 18446744073709551615 4127196901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29757] ppid=29741 vsize=812812 CPUtime=7.93
/proc/29755/task/29757/stat : 29757 (java) S 29741 29741 27022 0 -1 64 35241 0 0 0 777 16 0 0 16 0 9 0 2001296721 832319488 50067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29758] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29758/stat : 29758 (java) S 29741 29741 27022 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001296721 832319488 50067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29759] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29759/stat : 29759 (java) S 29741 29741 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001296721 832319488 50067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29760] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29760/stat : 29760 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001296724 832319488 50067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29761] ppid=29741 vsize=812812 CPUtime=0.34
/proc/29755/task/29761/stat : 29761 (java) S 29741 29741 27022 0 -1 64 878 0 0 0 33 1 0 0 16 0 9 0 2001296724 832319488 50067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29762] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29762/stat : 29762 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001296724 832319488 50067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29763] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29763/stat : 29763 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001296724 832319488 50067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.48
Current children cumulated vsize (KiB) 860376

[startup+162.303 s]
/proc/loadavg: 2.31 2.12 2.04 3/82 30245
/proc/meminfo: memFree=1321184/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=29755] ppid=29741 vsize=812812 CPUtime=158.83
/proc/29755/stat : 29755 (java) S 29741 29741 27022 0 -1 0 51757 0 1 0 15797 86 0 0 18 0 9 0 2001296718 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29755/statm: 203203 50117 2594 9 0 197184 0
[pid=29755/tid=29756] ppid=29741 vsize=812812 CPUtime=150.43
/proc/29755/task/29756/stat : 29756 (java) R 29741 29741 27022 0 -1 64 14888 0 1 0 14976 67 0 0 25 0 9 0 2001296719 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4127197131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29757] ppid=29741 vsize=812812 CPUtime=8.04
/proc/29755/task/29757/stat : 29757 (java) S 29741 29741 27022 0 -1 64 35291 0 0 0 787 17 0 0 16 0 9 0 2001296721 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29758] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29758/stat : 29758 (java) S 29741 29741 27022 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001296721 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29759] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29759/stat : 29759 (java) S 29741 29741 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001296721 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29760] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29760/stat : 29760 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001296724 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29761] ppid=29741 vsize=812812 CPUtime=0.34
/proc/29755/task/29761/stat : 29761 (java) S 29741 29741 27022 0 -1 64 878 0 0 0 33 1 0 0 16 0 9 0 2001296724 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29762] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29762/stat : 29762 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001296724 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29763] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29763/stat : 29763 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001296724 832319488 50117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.84
Current children cumulated vsize (KiB) 860376

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

[startup+179.102 s]
/proc/loadavg: 2.22 2.11 2.03 4/82 30245
/proc/meminfo: memFree=1312800/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=0.01
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=29755] ppid=29741 vsize=812812 CPUtime=175.47
/proc/29755/stat : 29755 (java) S 29741 29741 27022 0 -1 0 51794 0 1 0 17454 93 0 0 18 0 9 0 2001296718 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29755/statm: 203203 50128 2594 9 0 197184 0
[pid=29755/tid=29756] ppid=29741 vsize=812812 CPUtime=167.03
/proc/29755/task/29756/stat : 29756 (java) R 29741 29741 27022 0 -1 64 14914 0 1 0 16630 73 0 0 25 0 9 0 2001296719 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4127196948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29757] ppid=29741 vsize=812812 CPUtime=8.07
/proc/29755/task/29757/stat : 29757 (java) S 29741 29741 27022 0 -1 64 35302 0 0 0 790 17 0 0 16 0 9 0 2001296721 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29758] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29758/stat : 29758 (java) S 29741 29741 27022 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001296721 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29759] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29759/stat : 29759 (java) S 29741 29741 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001296721 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29760] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29760/stat : 29760 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001296724 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29761] ppid=29741 vsize=812812 CPUtime=0.34
/proc/29755/task/29761/stat : 29761 (java) S 29741 29741 27022 0 -1 64 878 0 0 0 33 1 0 0 16 0 9 0 2001296724 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29762] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29762/stat : 29762 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001296724 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29755/tid=29763] ppid=29741 vsize=812812 CPUtime=0
/proc/29755/task/29763/stat : 29763 (java) S 29741 29741 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001296724 832319488 50128 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.48
Current children cumulated vsize (KiB) 860376

[startup+191.902 s]
/proc/loadavg: 2.18 2.10 2.03 3/74 30246
/proc/meminfo: memFree=1269216/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=177.31
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 800 53510 0 1 0 1 17631 99 17 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=30246] ppid=29741 vsize=244244 CPUtime=10.83
/proc/30246/stat : 30246 (minisat) R 29741 29741 27022 0 -1 4194304 58389 0 0 0 1038 45 0 0 25 0 1 0 2001314810 250105856 58370 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/30246/statm: 61061 58370 57 152 0 60906 0
Current children cumulated CPU time (s) 188.14
Current children cumulated vsize (KiB) 291808

[startup+198.301 s]
/proc/loadavg: 2.17 2.10 2.03 3/74 30246
/proc/meminfo: memFree=1261280/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=177.31
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 800 53510 0 1 0 1 17631 99 17 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=30246] ppid=29741 vsize=251608 CPUtime=17.17
/proc/30246/stat : 30246 (minisat) R 29741 29741 27022 0 -1 4194304 60230 0 0 0 1670 47 0 0 25 0 1 0 2001314810 257646592 60211 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/30246/statm: 62902 60211 57 152 0 62747 0
Current children cumulated CPU time (s) 194.48
Current children cumulated vsize (KiB) 299172

[startup+204.702 s]
/proc/loadavg: 2.14 2.10 2.03 3/74 30246
/proc/meminfo: memFree=1255200/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=177.31
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 800 53510 0 1 0 1 17631 99 17 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=30246] ppid=29741 vsize=257464 CPUtime=23.51
/proc/30246/stat : 30246 (minisat) R 29741 29741 27022 0 -1 4194304 61679 0 0 0 2303 48 0 0 25 0 1 0 2001314810 263643136 61660 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/30246/statm: 64366 61660 57 152 0 64211 0
Current children cumulated CPU time (s) 200.82
Current children cumulated vsize (KiB) 305028

[startup+206.301 s]
/proc/loadavg: 2.14 2.10 2.03 3/74 30246
/proc/meminfo: memFree=1254496/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=177.31
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 800 53510 0 1 0 1 17631 99 17 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=30246] ppid=29741 vsize=258276 CPUtime=25.09
/proc/30246/stat : 30246 (minisat) R 29741 29741 27022 0 -1 4194304 61890 0 0 0 2461 48 0 0 25 0 1 0 2001314810 264474624 61871 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 1 0 0
/proc/30246/statm: 64569 61871 57 152 0 64414 0
Current children cumulated CPU time (s) 202.4
Current children cumulated vsize (KiB) 305840

[startup+207.101 s]
/proc/loadavg: 2.14 2.10 2.03 3/74 30246
/proc/meminfo: memFree=1253984/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=177.31
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 800 53510 0 1 0 1 17631 99 17 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=30246] ppid=29741 vsize=258952 CPUtime=25.88
/proc/30246/stat : 30246 (minisat) R 29741 29741 27022 0 -1 4194304 62030 0 0 0 2540 48 0 0 25 0 1 0 2001314810 265166848 62011 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/30246/statm: 64738 62011 57 152 0 64583 0
Current children cumulated CPU time (s) 203.19
Current children cumulated vsize (KiB) 306516

[startup+207.501 s]
/proc/loadavg: 2.14 2.10 2.03 3/74 30246
/proc/meminfo: memFree=1253984/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=177.31
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 800 53510 0 1 0 1 17631 99 17 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=30246] ppid=29741 vsize=259096 CPUtime=26.28
/proc/30246/stat : 30246 (minisat) R 29741 29741 27022 0 -1 4194304 62083 0 0 0 2580 48 0 0 25 0 1 0 2001314810 265314304 62064 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/30246/statm: 64774 62064 57 152 0 64619 0
Current children cumulated CPU time (s) 203.59
Current children cumulated vsize (KiB) 306660

[startup+207.906 s]
/proc/loadavg: 2.14 2.10 2.03 3/74 30246
/proc/meminfo: memFree=1253344/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=177.31
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 800 53510 0 1 0 1 17631 99 17 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
[pid=30246] ppid=29741 vsize=259248 CPUtime=26.69
/proc/30246/stat : 30246 (minisat) R 29741 29741 27022 0 -1 4194304 62125 0 0 0 2620 49 0 0 25 0 1 0 2001314810 265469952 62106 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/30246/statm: 64812 62106 57 152 0 64657 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 306812

[startup+208.002 s]
/proc/loadavg: 2.14 2.10 2.03 3/74 30246
/proc/meminfo: memFree=1253344/2055920 swapFree=4179916/4192956
[pid=29741] ppid=29739 vsize=47564 CPUtime=204.06
/proc/29741/stat : 29741 (galacM.sh) S 29739 29741 27022 0 -1 4194304 834 115664 0 1 0 1 20253 152 16 0 1 0 2001296714 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29741/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 208.024
CPU time (s): 204.122
CPU user time (s): 202.537
CPU system time (s): 1.58476
CPU usage (%): 98.1242
Max. virtual memory (cumulated for all children) (KiB): 860704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.537
system time used= 1.58476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116657
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= 6891
involuntary context switches= 11879

runsolver used 0.284956 second user time and 0.699893 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-05 04:00:35
IDJOB=1082540
IDBENCH=57262
IDSOLVER=350
FILE ID=node37/1082540-1215223235
PBS_JOBID= 7881727
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 211a31b34cdccac40457a597ad4f15a8
RANDOM SEED=1380296546

node37.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.236
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.236
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:       1618512 kB
Buffers:         17856 kB
Cached:         130900 kB
SwapCached:       6964 kB
Active:         321472 kB
Inactive:        59016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618512 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:         239560 kB
Slab:            41872 kB
Committed_AS:  3839488 kB
PageTables:       2212 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node37 at 2008-07-05 04:04:03