Trace number 1085125

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 65.3141 66.019

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-9.xml
MD5SUM7154251d322d3aeca403294bf50a7b43
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.291955
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.49/6.68	c start processing
6.49/6.68	c start relation processing
7.08/7.25	c start cnf exporting
61.64/62.40	c parsing time : 6.542
61.64/62.40	c preprocessing time : 62.269
61.64/62.40	
61.64/62.40	c Nary constraints - conflicts : 0 supports : 0
61.64/62.40	c Binary constraints - conflicts : 845 supports :0
61.64/62.40	c max arity constraint : 2
61.64/62.40	c Max Tuples generated 14884
61.64/62.40	c relations : 313
61.64/62.40	c relations BDD: 0
61.64/62.40	c sampling 277/313
61.74/62.40	c vars : 11441 - clauses :  2510480
61.74/62.40	
61.74/62.46	 
61.74/62.46	c --- SAT Solver Stats ---
61.74/62.46	 
63.99/64.80	c restarts              : 8
63.99/64.80	c conflicts             : 3493           (1611 /sec)
63.99/64.80	c decisions             : 94021          (1.79 % random) (43354 /sec)
63.99/64.80	c propagations          : 1324919        (610936 /sec)
63.99/64.80	c conflict literals     : 1484231        (3.54 % deleted)
63.99/64.80	c Memory used           : 104.20 MB
63.99/64.80	c CPU time              : 2.16867 s
63.99/64.80	
64.09/64.81	s SATISFIABLE
65.17/65.99	v 92 88 101 105 132 131 146 145 157 158 16 17 59 60 74 72 113 112 122 142 19 12 41 39 61 62 90 88 106 101 0 1 4 3 11 10 41 54 115 104 0 1 32 29 46 45 67 62 73 74 6 12 25 24 34 35 52 58 135 59 23 20 34 80 116 115 131 132 140 139 2 1 8 7 19 20 83 82 98 142 43 44 56 55 99 100 119 143 150 129 27 60 70 82 87 86 101 102 117 125

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-1085125-1215232726/watcher-1085125-1215232726 -o /tmp/evaluation-result-1085125-1215232726/solver-1085125-1215232726 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1085125-1215232726.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.02 2.00 2.00 3/80 7762
/proc/meminfo: memFree=1438256/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=18572 CPUtime=0
/proc/7762/stat : 7762 (runsolver) R 7760 7762 5004 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1552946653 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7762/statm: 4643 292 257 25 0 2626 0

[startup+0.0258581 s]
/proc/loadavg: 2.02 2.00 2.00 3/80 7762
/proc/meminfo: memFree=1438256/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=8784 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 586 1319 0 0 0 0 0 0 20 0 1 0 1552946653 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 212234633298 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7762/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8784

[startup+0.101922 s]
/proc/loadavg: 2.02 2.00 2.00 3/80 7762
/proc/meminfo: memFree=1438256/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+0.30195 s]
/proc/loadavg: 2.02 2.00 2.00 3/80 7762
/proc/meminfo: memFree=1438256/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+0.702023 s]
/proc/loadavg: 2.02 2.00 2.00 3/80 7762
/proc/meminfo: memFree=1438256/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+1.50116 s]
/proc/loadavg: 2.02 2.00 2.00 4/90 7784
/proc/meminfo: memFree=1402336/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7776] ppid=7762 vsize=813612 CPUtime=1.43
/proc/7776/stat : 7776 (java) S 7762 7762 5004 0 -1 0 18431 0 1 0 135 8 0 0 18 0 9 0 1552946657 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7776/statm: 203403 17651 2588 9 0 197384 0
[pid=7776/tid=7777] ppid=7762 vsize=813612 CPUtime=1.01
/proc/7776/task/7777/stat : 7777 (java) R 7762 7762 5004 0 -1 64 10473 0 1 0 96 5 0 0 25 0 9 0 1552946658 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7778] ppid=7762 vsize=813612 CPUtime=0.21
/proc/7776/task/7778/stat : 7778 (java) R 7762 7762 5004 0 -1 64 6468 0 0 0 19 2 0 0 16 0 9 0 1552946659 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 102496043 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7779] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7779/stat : 7779 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552946659 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7780] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7780/stat : 7780 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552946659 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7781] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7781/stat : 7781 (java) S 7762 7762 5004 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552946662 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7782] ppid=7762 vsize=813612 CPUtime=0.19
/proc/7776/task/7782/stat : 7782 (java) S 7762 7762 5004 0 -1 64 789 0 0 0 19 0 0 0 16 0 9 0 1552946662 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7783] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7783/stat : 7783 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552946662 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7784] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7784/stat : 7784 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552946662 833138688 17651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 861168

[startup+3.10244 s]
/proc/loadavg: 2.09 2.02 2.01 4/90 7784
/proc/meminfo: memFree=1372064/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7776] ppid=7762 vsize=813612 CPUtime=3.03
/proc/7776/stat : 7776 (java) S 7762 7762 5004 0 -1 0 21515 0 1 0 293 10 0 0 18 0 9 0 1552946657 833138688 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7776/statm: 203403 20725 2588 9 0 197384 0
[pid=7776/tid=7777] ppid=7762 vsize=813612 CPUtime=1.57
/proc/7776/task/7777/stat : 7777 (java) R 7762 7762 5004 0 -1 64 10483 0 1 0 152 5 0 0 25 0 9 0 1552946658 833138688 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4126726020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7778] ppid=7762 vsize=813612 CPUtime=1.18
/proc/7776/task/7778/stat : 7778 (java) S 7762 7762 5004 0 -1 64 9498 0 0 0 115 3 0 0 17 0 9 0 1552946659 833138688 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7779] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7779/stat : 7779 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552946659 833138688 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7780] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7780/stat : 7780 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552946659 833138688 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7781] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7781/stat : 7781 (java) S 7762 7762 5004 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552946662 833138688 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7782] ppid=7762 vsize=813612 CPUtime=0.24
/proc/7776/task/7782/stat : 7782 (java) S 7762 7762 5004 0 -1 64 833 0 0 0 24 0 0 0 15 0 9 0 1552946662 833138688 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7783] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7783/stat : 7783 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552946662 833138688 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7784] ppid=7762 vsize=813612 CPUtime=0
/proc/7776/task/7784/stat : 7784 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552946662 833138688 20725 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) 861168

[startup+6.302 s]
/proc/loadavg: 2.09 2.02 2.01 4/90 7784
/proc/meminfo: memFree=1353504/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7776] ppid=7762 vsize=813660 CPUtime=6.2
/proc/7776/stat : 7776 (java) S 7762 7762 5004 0 -1 0 25056 0 1 0 608 12 0 0 18 0 9 0 1552946657 833187840 24078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7776/statm: 203415 24078 2588 9 0 197396 0
[pid=7776/tid=7777] ppid=7762 vsize=813660 CPUtime=2.05
/proc/7776/task/7777/stat : 7777 (java) S 7762 7762 5004 0 -1 64 10502 0 1 0 200 5 0 0 19 0 9 0 1552946658 833187840 24078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7778] ppid=7762 vsize=813660 CPUtime=3.79
/proc/7776/task/7778/stat : 7778 (java) R 7762 7762 5004 0 -1 64 12960 0 0 0 375 4 0 0 23 0 9 0 1552946659 833187840 24078 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7779] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7779/stat : 7779 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 24078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7780] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7780/stat : 7780 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 24078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7781] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7781/stat : 7781 (java) S 7762 7762 5004 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552946662 833187840 24078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7782] ppid=7762 vsize=813660 CPUtime=0.32
/proc/7776/task/7782/stat : 7782 (java) S 7762 7762 5004 0 -1 64 893 0 0 0 32 0 0 0 15 0 9 0 1552946662 833187840 24078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7783] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7783/stat : 7783 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552946662 833187840 24078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7784] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7784/stat : 7784 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552946662 833187840 24078 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) 861216

[startup+12.7021 s]
/proc/loadavg: 2.15 2.03 2.01 3/90 7784
/proc/meminfo: memFree=1327328/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7776] ppid=7762 vsize=813660 CPUtime=12.53
/proc/7776/stat : 7776 (java) S 7762 7762 5004 0 -1 0 29937 0 1 0 1235 18 0 0 18 0 9 0 1552946657 833187840 28945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7776/statm: 203415 28945 2593 9 0 197396 0
[pid=7776/tid=7777] ppid=7762 vsize=813660 CPUtime=7.94
/proc/7776/task/7777/stat : 7777 (java) R 7762 7762 5004 0 -1 64 14694 0 1 0 783 11 0 0 25 0 9 0 1552946658 833187840 28945 996147200 134512640 134550740 4294955600 18446744073709551615 4127401112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7778] ppid=7762 vsize=813660 CPUtime=4.17
/proc/7776/task/7778/stat : 7778 (java) S 7762 7762 5004 0 -1 64 13614 0 0 0 412 5 0 0 16 0 9 0 1552946659 833187840 28945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7779] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7779/stat : 7779 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 28945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7780] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7780/stat : 7780 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 28945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7781] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7781/stat : 7781 (java) S 7762 7762 5004 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552946662 833187840 28945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7782] ppid=7762 vsize=813660 CPUtime=0.38
/proc/7776/task/7782/stat : 7782 (java) S 7762 7762 5004 0 -1 64 928 0 0 0 38 0 0 0 15 0 9 0 1552946662 833187840 28945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7783] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7783/stat : 7783 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552946662 833187840 28945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7784] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7784/stat : 7784 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552946662 833187840 28945 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) 861216

[startup+25.5013 s]
/proc/loadavg: 2.13 2.03 2.01 3/90 7784
/proc/meminfo: memFree=1317664/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7776] ppid=7762 vsize=813660 CPUtime=25.2
/proc/7776/stat : 7776 (java) S 7762 7762 5004 0 -1 0 30079 0 1 0 2497 23 0 0 18 0 9 0 1552946657 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7776/statm: 203415 29063 2593 9 0 197396 0
[pid=7776/tid=7777] ppid=7762 vsize=813660 CPUtime=20.58
/proc/7776/task/7777/stat : 7777 (java) R 7762 7762 5004 0 -1 64 14718 0 1 0 2042 16 0 0 25 0 9 0 1552946658 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4127445827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7778] ppid=7762 vsize=813660 CPUtime=4.2
/proc/7776/task/7778/stat : 7778 (java) S 7762 7762 5004 0 -1 64 13727 0 0 0 415 5 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7779] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7779/stat : 7779 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7780] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7780/stat : 7780 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7781] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7781/stat : 7781 (java) S 7762 7762 5004 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7782] ppid=7762 vsize=813660 CPUtime=0.39
/proc/7776/task/7782/stat : 7782 (java) S 7762 7762 5004 0 -1 64 933 0 0 0 39 0 0 0 16 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7783] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7783/stat : 7783 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7784] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7784/stat : 7784 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 861216

[startup+51.1018 s]
/proc/loadavg: 2.08 2.03 2.01 3/90 7784
/proc/meminfo: memFree=1303392/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7776] ppid=7762 vsize=813660 CPUtime=50.55
/proc/7776/stat : 7776 (java) S 7762 7762 5004 0 -1 0 30124 0 1 0 5025 30 0 0 18 0 9 0 1552946657 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7776/statm: 203415 29063 2593 9 0 197396 0
[pid=7776/tid=7777] ppid=7762 vsize=813660 CPUtime=45.91
/proc/7776/task/7777/stat : 7777 (java) R 7762 7762 5004 0 -1 64 14763 0 1 0 4568 23 0 0 25 0 9 0 1552946658 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4127324509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7778] ppid=7762 vsize=813660 CPUtime=4.22
/proc/7776/task/7778/stat : 7778 (java) S 7762 7762 5004 0 -1 64 13727 0 0 0 417 5 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7779] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7779/stat : 7779 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7780] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7780/stat : 7780 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7781] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7781/stat : 7781 (java) S 7762 7762 5004 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7782] ppid=7762 vsize=813660 CPUtime=0.39
/proc/7776/task/7782/stat : 7782 (java) S 7762 7762 5004 0 -1 64 933 0 0 0 39 0 0 0 16 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7783] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7783/stat : 7783 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7784] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7784/stat : 7784 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 861216

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

[startup+57.5019 s]
/proc/loadavg: 2.07 2.03 2.01 3/90 7784
/proc/meminfo: memFree=1299360/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7776] ppid=7762 vsize=813660 CPUtime=56.89
/proc/7776/stat : 7776 (java) S 7762 7762 5004 0 -1 0 30135 0 1 0 5657 32 0 0 18 0 9 0 1552946657 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7776/statm: 203415 29063 2593 9 0 197396 0
[pid=7776/tid=7777] ppid=7762 vsize=813660 CPUtime=52.23
/proc/7776/task/7777/stat : 7777 (java) R 7762 7762 5004 0 -1 64 14774 0 1 0 5198 25 0 0 25 0 9 0 1552946658 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4127324401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7778] ppid=7762 vsize=813660 CPUtime=4.23
/proc/7776/task/7778/stat : 7778 (java) S 7762 7762 5004 0 -1 64 13727 0 0 0 418 5 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7779] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7779/stat : 7779 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7780] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7780/stat : 7780 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7781] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7781/stat : 7781 (java) S 7762 7762 5004 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7782] ppid=7762 vsize=813660 CPUtime=0.39
/proc/7776/task/7782/stat : 7782 (java) S 7762 7762 5004 0 -1 64 933 0 0 0 39 0 0 0 16 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7783] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7783/stat : 7783 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7784] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7784/stat : 7784 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.89
Current children cumulated vsize (KiB) 861216

[startup+60.7024 s]
/proc/loadavg: 2.07 2.03 2.01 3/90 7784
/proc/meminfo: memFree=1297376/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=0
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7776] ppid=7762 vsize=813660 CPUtime=60.06
/proc/7776/stat : 7776 (java) S 7762 7762 5004 0 -1 0 30141 0 1 0 5973 33 0 0 18 0 9 0 1552946657 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7776/statm: 203415 29063 2593 9 0 197396 0
[pid=7776/tid=7777] ppid=7762 vsize=813660 CPUtime=55.4
/proc/7776/task/7777/stat : 7777 (java) R 7762 7762 5004 0 -1 64 14780 0 1 0 5514 26 0 0 25 0 9 0 1552946658 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7778] ppid=7762 vsize=813660 CPUtime=4.23
/proc/7776/task/7778/stat : 7778 (java) S 7762 7762 5004 0 -1 64 13727 0 0 0 418 5 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7779] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7779/stat : 7779 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7780] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7780/stat : 7780 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552946659 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7781] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7781/stat : 7781 (java) S 7762 7762 5004 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7782] ppid=7762 vsize=813660 CPUtime=0.39
/proc/7776/task/7782/stat : 7782 (java) S 7762 7762 5004 0 -1 64 933 0 0 0 39 0 0 0 16 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7783] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7783/stat : 7783 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7776/tid=7784] ppid=7762 vsize=813660 CPUtime=0
/proc/7776/task/7784/stat : 7784 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552946662 833187840 29063 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.06
Current children cumulated vsize (KiB) 861216

[startup+63.902 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 7785
/proc/meminfo: memFree=1305184/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=61.78
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 799 31852 0 1 0 0 6142 36 17 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7785] ppid=7762 vsize=103256 CPUtime=1.41
/proc/7785/stat : 7785 (minisat) R 7762 7762 5004 0 -1 4194304 24694 0 0 0 127 14 0 0 25 0 1 0 1552952899 105734144 24675 996147200 134512640 135136200 4294955968 18446744073709551615 134529422 0 0 4096 3 0 0 0 17 1 0 0
/proc/7785/statm: 25814 24675 57 152 0 25659 0
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (KiB) 150812

[startup+64.7021 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 7785
/proc/meminfo: memFree=1305184/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=61.78
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 799 31852 0 1 0 0 6142 36 17 0 1 0 1552946653 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11889 364 245 79 0 219 0
[pid=7785] ppid=7762 vsize=106424 CPUtime=2.21
/proc/7785/stat : 7785 (minisat) R 7762 7762 5004 0 -1 4194304 25480 0 0 0 207 14 0 0 25 0 1 0 1552952899 108978176 25461 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/7785/statm: 26606 25461 57 152 0 26451 0
Current children cumulated CPU time (s) 63.99
Current children cumulated vsize (KiB) 153980

[startup+65.5023 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 7785
/proc/meminfo: memFree=1300448/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=64.12
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 836 57421 0 1 0 0 6359 53 16 0 1 0 1552946653 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7762/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 64.12
Current children cumulated vsize (KiB) 47556

[startup+65.9013 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 7794
/proc/meminfo: memFree=1384032/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47556 CPUtime=64.12
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 836 57421 0 1 0 0 6359 53 16 0 1 0 1552946653 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7762/statm: 11889 365 245 79 0 219 0
[pid=7786] ppid=7762 vsize=812884 CPUtime=1.05
/proc/7786/stat : 7786 (java) S 7762 7762 5004 0 -1 0 7063 0 1 0 99 6 0 0 18 0 9 0 1552953136 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7786/statm: 203221 6444 1912 9 0 197174 0
[pid=7786/tid=7787] ppid=7762 vsize=812884 CPUtime=0.74
/proc/7786/task/7787/stat : 7787 (java) R 7762 7762 5004 0 -1 64 5442 0 1 0 70 4 0 0 19 0 9 0 1552953137 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4127178847 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7786/tid=7788] ppid=7762 vsize=812884 CPUtime=0
/proc/7786/task/7788/stat : 7788 (java) S 7762 7762 5004 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1552953139 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=7786/tid=7789] ppid=7762 vsize=812884 CPUtime=0
/proc/7786/task/7789/stat : 7789 (java) S 7762 7762 5004 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1552953139 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7786/tid=7790] ppid=7762 vsize=812884 CPUtime=0
/proc/7786/task/7790/stat : 7790 (java) S 7762 7762 5004 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1552953139 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7786/tid=7791] ppid=7762 vsize=812884 CPUtime=0
/proc/7786/task/7791/stat : 7791 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1552953141 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7786/tid=7792] ppid=7762 vsize=812884 CPUtime=0.28
/proc/7786/task/7792/stat : 7792 (java) S 7762 7762 5004 0 -1 64 906 0 0 0 28 0 0 0 17 0 9 0 1552953141 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7786/tid=7793] ppid=7762 vsize=812884 CPUtime=0
/proc/7786/task/7793/stat : 7793 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552953141 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7786/tid=7794] ppid=7762 vsize=812884 CPUtime=0
/proc/7786/task/7794/stat : 7794 (java) S 7762 7762 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552953142 832393216 6444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.17
Current children cumulated vsize (KiB) 860440

[startup+66.0064 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 7794
/proc/meminfo: memFree=1384032/2055920 swapFree=4121416/4192956
[pid=7762] ppid=7760 vsize=47564 CPUtime=65.27
/proc/7762/stat : 7762 (galacM.sh) S 7760 7762 5004 0 -1 4194304 882 66278 0 2 0 0 6466 61 17 0 1 0 1552946653 48705536 368 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7762/statm: 11891 368 245 79 0 221 0
Current children cumulated CPU time (s) 65.27
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 66.019
CPU time (s): 65.3141
CPU user time (s): 64.6702
CPU system time (s): 0.643902
CPU usage (%): 98.9323
Max. virtual memory (cumulated for all children) (KiB): 861372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.6702
system time used= 0.643902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67318
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= 3965
involuntary context switches= 5385

runsolver used 0.101984 second user time and 0.208968 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 06:38:46
IDJOB=1085125
IDBENCH=57608
IDSOLVER=350
FILE ID=node14/1085125-1215232726
PBS_JOBID= 7881748
Free space on /tmp= 66424 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7154251d322d3aeca403294bf50a7b43
RANDOM SEED=521746872

node14.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.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
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:       1438800 kB
Buffers:         37412 kB
Cached:         198628 kB
SwapCached:      65676 kB
Active:         481720 kB
Inactive:        81480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438800 kB
SwapTotal:     4192956 kB
SwapFree:      4121416 kB
Dirty:            3428 kB
Writeback:           0 kB
Mapped:         343500 kB
Slab:            38672 kB
Committed_AS:  3926720 kB
PageTables:       2484 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= 66420 MiB
End job on node14 at 2008-07-05 06:39:52