Trace number 1068828

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 526.803 528.79

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg13-17_ext.xml
MD5SUM9bb2e152e67c1e9d0e114d3aaec20495
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.2034
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.97	c start processing
0.01/0.97	c start relation processing
1.45/1.54	c start cnf exporting
78.19/79.06	c parsing time : 0.844
78.19/79.06	c preprocessing time : 78.938
78.19/79.06	
78.19/79.06	c Nary constraints - conflicts : 0 supports : 30
78.19/79.06	c Binary constraints - conflicts : 0 supports :0
78.19/79.06	c max arity constraint : 17
78.19/79.06	c Max Tuples generated 0
78.19/79.06	c relations : 2
78.19/79.06	c relations BDD: 2
78.19/79.06	c sampling 0/0
78.19/79.06	c vars : 717542 - clauses :  2397324
78.19/79.06	
78.25/79.13	 
78.25/79.13	c --- SAT Solver Stats ---
78.25/79.13	 
526.68/528.73	c restarts              : 14
526.68/528.73	c conflicts             : 51792          (116 /sec)
526.68/528.73	c decisions             : 162890         (1.98 % random) (363 /sec)
526.68/528.73	c propagations          : 803835280      (1793499 /sec)
526.68/528.73	c conflict literals     : 1800423        (33.32 % deleted)
526.68/528.73	c Memory used           : 160.33 MB
526.68/528.73	c CPU time              : 448.194 s
526.68/528.73	
526.68/528.73	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-1068828-1215157200/watcher-1068828-1215157200 -o /tmp/evaluation-result-1068828-1215157200/solver-1068828-1215157200 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1068828-1215157200.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.36 2.25 2.11 4/84 6018
/proc/meminfo: memFree=1813920/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=8652 CPUtime=0
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1994691354 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 2163 280 208 79 0 156 0
[pid=6019] ppid=6018 vsize=8688 CPUtime=0
/proc/6019/stat : 6019 (galacM.sh) S 6018 6018 5954 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1994691354 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 217051791442 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6019/statm: 2172 286 209 79 0 165 0
[pid=6020] ppid=6019 vsize=8728 CPUtime=0
/proc/6020/stat : 6020 (galacM.sh) R 6019 6018 5954 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1994691354 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 217051622695 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/6020/statm: 2182 290 209 79 0 175 0

[startup+0.0641091 s]
/proc/loadavg: 2.36 2.25 2.11 4/84 6018
/proc/meminfo: memFree=1813920/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.101567 s]
/proc/loadavg: 2.36 2.25 2.11 4/84 6018
/proc/meminfo: memFree=1813920/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301604 s]
/proc/loadavg: 2.36 2.25 2.11 4/84 6018
/proc/meminfo: memFree=1813920/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701679 s]
/proc/loadavg: 2.36 2.25 2.11 4/84 6018
/proc/meminfo: memFree=1813920/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50284 s]
/proc/loadavg: 2.36 2.25 2.11 3/94 6040
/proc/meminfo: memFree=1762960/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6032] ppid=6018 vsize=813652 CPUtime=1.44
/proc/6032/stat : 6032 (java) S 6018 6018 5954 0 -1 0 20619 0 1 0 133 11 0 0 18 0 9 0 1994691358 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6032/statm: 203413 20041 1893 9 0 197394 0
[pid=6032/tid=6033] ppid=6018 vsize=813652 CPUtime=1.19
/proc/6032/task/6033/stat : 6033 (java) R 6018 6018 5954 0 -1 64 14478 0 1 0 111 8 0 0 25 0 9 0 1994691359 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4126727373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6034] ppid=6018 vsize=813652 CPUtime=0.05
/proc/6032/task/6034/stat : 6034 (java) S 6018 6018 5954 0 -1 64 4647 0 0 0 4 1 0 0 16 0 9 0 1994691360 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6035] ppid=6018 vsize=813652 CPUtime=0
/proc/6032/task/6035/stat : 6035 (java) S 6018 6018 5954 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994691360 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6036] ppid=6018 vsize=813652 CPUtime=0
/proc/6032/task/6036/stat : 6036 (java) S 6018 6018 5954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994691360 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6037] ppid=6018 vsize=813652 CPUtime=0
/proc/6032/task/6037/stat : 6037 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994691363 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6038] ppid=6018 vsize=813652 CPUtime=0.17
/proc/6032/task/6038/stat : 6038 (java) S 6018 6018 5954 0 -1 64 786 0 0 0 17 0 0 0 16 0 9 0 1994691363 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6039] ppid=6018 vsize=813652 CPUtime=0
/proc/6032/task/6039/stat : 6039 (java) S 6018 6018 5954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994691363 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6040] ppid=6018 vsize=813652 CPUtime=0
/proc/6032/task/6040/stat : 6040 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1994691363 833179648 20041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 861212

[startup+3.10214 s]
/proc/loadavg: 2.36 2.25 2.11 4/94 6040
/proc/meminfo: memFree=1725776/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6032] ppid=6018 vsize=813784 CPUtime=3.02
/proc/6032/stat : 6032 (java) S 6018 6018 5954 0 -1 0 27049 0 1 0 287 15 0 0 18 0 9 0 1994691358 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6032/statm: 203446 26469 1912 9 0 197427 0
[pid=6032/tid=6033] ppid=6018 vsize=813784 CPUtime=2.5
/proc/6032/task/6033/stat : 6033 (java) R 6018 6018 5954 0 -1 64 14519 0 1 0 241 9 0 0 25 0 9 0 1994691359 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 103302162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6034] ppid=6018 vsize=813784 CPUtime=0.27
/proc/6032/task/6034/stat : 6034 (java) S 6018 6018 5954 0 -1 64 10991 0 0 0 22 5 0 0 16 0 9 0 1994691360 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6035] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6035/stat : 6035 (java) S 6018 6018 5954 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6036] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6036/stat : 6036 (java) S 6018 6018 5954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6037] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6037/stat : 6037 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994691363 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6038] ppid=6018 vsize=813784 CPUtime=0.23
/proc/6032/task/6038/stat : 6038 (java) S 6018 6018 5954 0 -1 64 831 0 0 0 23 0 0 0 16 0 9 0 1994691363 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6039] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6039/stat : 6039 (java) S 6018 6018 5954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994691363 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6040] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6040/stat : 6040 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1994691363 833314816 26469 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 861344

[startup+6.30275 s]
/proc/loadavg: 2.33 2.25 2.10 3/94 6040
/proc/meminfo: memFree=1712080/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6032] ppid=6018 vsize=813784 CPUtime=6.19
/proc/6032/stat : 6032 (java) S 6018 6018 5954 0 -1 0 27063 0 1 0 603 16 0 0 18 0 9 0 1994691358 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6032/statm: 203446 26475 1912 9 0 197427 0
[pid=6032/tid=6033] ppid=6018 vsize=813784 CPUtime=5.66
/proc/6032/task/6033/stat : 6033 (java) R 6018 6018 5954 0 -1 64 14528 0 1 0 556 10 0 0 25 0 9 0 1994691359 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 101447056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6034] ppid=6018 vsize=813784 CPUtime=0.27
/proc/6032/task/6034/stat : 6034 (java) S 6018 6018 5954 0 -1 64 10992 0 0 0 22 5 0 0 16 0 9 0 1994691360 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6035] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6035/stat : 6035 (java) S 6018 6018 5954 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6036] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6036/stat : 6036 (java) S 6018 6018 5954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6037] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6037/stat : 6037 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994691363 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6038] ppid=6018 vsize=813784 CPUtime=0.24
/proc/6032/task/6038/stat : 6038 (java) S 6018 6018 5954 0 -1 64 835 0 0 0 24 0 0 0 15 0 9 0 1994691363 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6039] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6039/stat : 6039 (java) S 6018 6018 5954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994691363 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6040] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6040/stat : 6040 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1994691363 833314816 26475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 861344

[startup+12.703 s]
/proc/loadavg: 2.30 2.25 2.10 3/94 6040
/proc/meminfo: memFree=1708240/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6032] ppid=6018 vsize=813784 CPUtime=12.53
/proc/6032/stat : 6032 (java) S 6018 6018 5954 0 -1 0 27075 0 1 0 1234 19 0 0 18 0 9 0 1994691358 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6032/statm: 203446 26476 1912 9 0 197427 0
[pid=6032/tid=6033] ppid=6018 vsize=813784 CPUtime=11.99
/proc/6032/task/6033/stat : 6033 (java) R 6018 6018 5954 0 -1 64 14539 0 1 0 1187 12 0 0 25 0 9 0 1994691359 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4126899076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6034] ppid=6018 vsize=813784 CPUtime=0.27
/proc/6032/task/6034/stat : 6034 (java) S 6018 6018 5954 0 -1 64 10992 0 0 0 22 5 0 0 16 0 9 0 1994691360 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6035] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6035/stat : 6035 (java) S 6018 6018 5954 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6036] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6036/stat : 6036 (java) S 6018 6018 5954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6037] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6037/stat : 6037 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6038] ppid=6018 vsize=813784 CPUtime=0.24
/proc/6032/task/6038/stat : 6038 (java) S 6018 6018 5954 0 -1 64 836 0 0 0 24 0 0 0 16 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6039] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6039/stat : 6039 (java) S 6018 6018 5954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6040] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6040/stat : 6040 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 861344

[startup+25.5014 s]
/proc/loadavg: 2.24 2.23 2.10 3/94 6040
/proc/meminfo: memFree=1700240/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=0.01
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6032] ppid=6018 vsize=813784 CPUtime=25.2
/proc/6032/stat : 6032 (java) S 6018 6018 5954 0 -1 0 27098 0 1 0 2497 23 0 0 18 0 9 0 1994691358 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6032/statm: 203446 26476 1912 9 0 197427 0
[pid=6032/tid=6033] ppid=6018 vsize=813784 CPUtime=24.64
/proc/6032/task/6033/stat : 6033 (java) R 6018 6018 5954 0 -1 64 14562 0 1 0 2448 16 0 0 25 0 9 0 1994691359 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4126967751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6034] ppid=6018 vsize=813784 CPUtime=0.29
/proc/6032/task/6034/stat : 6034 (java) S 6018 6018 5954 0 -1 64 10992 0 0 0 24 5 0 0 16 0 9 0 1994691360 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6035] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6035/stat : 6035 (java) S 6018 6018 5954 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6036] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6036/stat : 6036 (java) S 6018 6018 5954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6037] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6037/stat : 6037 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6038] ppid=6018 vsize=813784 CPUtime=0.24
/proc/6032/task/6038/stat : 6038 (java) S 6018 6018 5954 0 -1 64 836 0 0 0 24 0 0 0 16 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6039] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6039/stat : 6039 (java) S 6018 6018 5954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6040] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6040/stat : 6040 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21

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

[pid=6032/tid=6036] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6036/stat : 6036 (java) S 6018 6018 5954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994691360 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6037] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6037/stat : 6037 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6038] ppid=6018 vsize=813784 CPUtime=0.24
/proc/6032/task/6038/stat : 6038 (java) S 6018 6018 5954 0 -1 64 836 0 0 0 24 0 0 0 16 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6039] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6039/stat : 6039 (java) S 6018 6018 5954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6032/tid=6040] ppid=6018 vsize=813784 CPUtime=0
/proc/6032/task/6040/stat : 6040 (java) S 6018 6018 5954 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1994691363 833314816 26476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 861344

[startup+102.306 s]
/proc/loadavg: 2.65 2.36 2.15 3/86 6043
/proc/meminfo: memFree=1625808/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=155748 CPUtime=22.94
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 34943 0 0 0 2271 23 0 0 25 0 1 0 1994699267 159485952 34924 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/6041/statm: 38937 34924 57 152 0 38782 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 203308

[startup+162.302 s]
/proc/loadavg: 2.65 2.42 2.19 3/86 6043
/proc/meminfo: memFree=1624464/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=157116 CPUtime=82.37
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 35279 0 0 0 8214 23 0 0 25 0 1 0 1994699267 160886784 35260 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/6041/statm: 39279 35260 57 152 0 39124 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 204676

[startup+222.302 s]
/proc/loadavg: 2.24 2.34 2.17 3/94 6054
/proc/meminfo: memFree=1568712/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=157524 CPUtime=142.15
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 35399 0 0 0 14192 23 0 0 25 0 1 0 1994699267 161304576 35380 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 39381 35380 57 152 0 39226 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 205084

[startup+282.302 s]
/proc/loadavg: 2.08 2.28 2.16 3/94 6054
/proc/meminfo: memFree=1567496/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=158716 CPUtime=202.12
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 35697 0 0 0 20189 23 0 0 25 0 1 0 1994699267 162525184 35678 996147200 134512640 135136200 4294955968 18446744073709551615 134527379 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 39679 35678 57 152 0 39524 0
Current children cumulated CPU time (s) 280.4
Current children cumulated vsize (KiB) 206276

[startup+342.302 s]
/proc/loadavg: 2.03 2.22 2.15 3/94 6054
/proc/meminfo: memFree=1565512/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=160540 CPUtime=262.1
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 36165 0 0 0 26186 24 0 0 25 0 1 0 1994699267 164392960 36146 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 40135 36146 57 152 0 39980 0
Current children cumulated CPU time (s) 340.38
Current children cumulated vsize (KiB) 208100

[startup+402.301 s]
/proc/loadavg: 2.01 2.18 2.14 3/94 6054
/proc/meminfo: memFree=1563656/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=162444 CPUtime=322.06
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 36619 0 0 0 32182 24 0 0 25 0 1 0 1994699267 166342656 36600 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 40611 36600 57 152 0 40456 0
Current children cumulated CPU time (s) 400.34
Current children cumulated vsize (KiB) 210004

[startup+462.302 s]
/proc/loadavg: 2.00 2.14 2.13 3/94 6054
/proc/meminfo: memFree=1562248/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=163904 CPUtime=382.04
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 36962 0 0 0 38179 25 0 0 25 0 1 0 1994699267 167837696 36943 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 40976 36943 57 152 0 40821 0
Current children cumulated CPU time (s) 460.32
Current children cumulated vsize (KiB) 211464

[startup+522.301 s]
/proc/loadavg: 2.00 2.12 2.11 3/94 6054
/proc/meminfo: memFree=1561992/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=164172 CPUtime=442.01
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 37027 0 0 0 44176 25 0 0 25 0 1 0 1994699267 168112128 37008 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 41043 37008 57 152 0 40888 0
Current children cumulated CPU time (s) 520.29
Current children cumulated vsize (KiB) 211732

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

[startup+524.707 s]
/proc/loadavg: 2.00 2.11 2.11 3/94 6054
/proc/meminfo: memFree=1561928/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=164172 CPUtime=444.41
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 37033 0 0 0 44416 25 0 0 25 0 1 0 1994699267 168112128 37014 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 41043 37014 57 152 0 40888 0
Current children cumulated CPU time (s) 522.69
Current children cumulated vsize (KiB) 211732

[startup+526.302 s]
/proc/loadavg: 2.00 2.11 2.11 3/94 6054
/proc/meminfo: memFree=1561928/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=164172 CPUtime=446.01
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 37037 0 0 0 44576 25 0 0 25 0 1 0 1994699267 168112128 37018 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 41043 37018 57 152 0 40888 0
Current children cumulated CPU time (s) 524.29
Current children cumulated vsize (KiB) 211732

[startup+527.901 s]
/proc/loadavg: 2.00 2.11 2.11 3/94 6054
/proc/meminfo: memFree=1561928/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=164172 CPUtime=447.61
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 37039 0 0 0 44736 25 0 0 25 0 1 0 1994699267 168112128 37020 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 41043 37020 57 152 0 40888 0
Current children cumulated CPU time (s) 525.89
Current children cumulated vsize (KiB) 211732

[startup+528.301 s]
/proc/loadavg: 2.00 2.11 2.11 3/94 6054
/proc/meminfo: memFree=1561928/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=164172 CPUtime=448
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 37040 0 0 0 44775 25 0 0 25 0 1 0 1994699267 168112128 37021 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 41043 37021 57 152 0 40888 0
Current children cumulated CPU time (s) 526.28
Current children cumulated vsize (KiB) 211732

[startup+528.701 s]
/proc/loadavg: 2.00 2.11 2.11 3/94 6054
/proc/meminfo: memFree=1561928/2055920 swapFree=4180500/4192956
[pid=6018] ppid=6016 vsize=47560 CPUtime=78.28
/proc/6018/stat : 6018 (galacM.sh) S 6016 6018 5954 0 -1 4194304 800 28903 0 1 0 0 7782 46 17 0 1 0 1994691354 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6018/statm: 11890 365 246 79 0 219 0
[pid=6041] ppid=6018 vsize=164172 CPUtime=448.4
/proc/6041/stat : 6041 (minisat) R 6018 6018 5954 0 -1 4194304 37041 0 0 0 44815 25 0 0 25 0 1 0 1994699267 168112128 37022 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6041/statm: 41043 37022 57 152 0 40888 0
Current children cumulated CPU time (s) 526.68
Current children cumulated vsize (KiB) 211732

Child status: 0
Real time (s): 528.79
CPU time (s): 526.803
CPU user time (s): 526.019
CPU system time (s): 0.78388
CPU usage (%): 99.6242
Max. virtual memory (cumulated for all children) (KiB): 861344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 526.019
system time used= 0.78388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66963
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= 3607
involuntary context switches= 14323

runsolver used 0.563914 second user time and 1.84872 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 09:40:00
IDJOB=1068828
IDBENCH=55545
IDSOLVER=350
FILE ID=node59/1068828-1215157200
PBS_JOBID= 7881434
Free space on /tmp= 66524 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg13-17_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068828-1215157200/watcher-1068828-1215157200 -o /tmp/evaluation-result-1068828-1215157200/solver-1068828-1215157200 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1068828-1215157200.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bb2e152e67c1e9d0e114d3aaec20495
RANDOM SEED=1702037835

node59.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:       1814400 kB
Buffers:         11268 kB
Cached:         128144 kB
SwapCached:       6176 kB
Active:         158768 kB
Inactive:        24600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814400 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3572 kB
Writeback:           0 kB
Mapped:          61364 kB
Slab:            43112 kB
Committed_AS:  4042508 kB
PageTables:       2052 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= 66520 MiB
End job on node59 at 2008-07-04 09:48:49