Trace number 2085580

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
Sugar v1.14.6+minisatUNSAT 301.054 302.659

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-8.xml
MD5SUM34dd6ad79d3bd8c2f3cfcc0bee35d64e
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 benchmark301.054
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:02:48 2009
0.00/0.08	c 0	PID 24020
0.06/0.08	c 0	HOST node55.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2085580-1247382167.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085580-1247382167.xml' 'HOME/temp.csp'
3.53/3.67	c 3	1 domains, 1557 variables, 1 predicates, 0 relations, 65390 constraints
3.61/3.70	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.61/3.70	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.61/3.78	c 3	Parsing HOME/temp.csp
3.62/4.06	c 4	parsed 10000 expressions
3.62/4.18	c 4	parsed 20000 expressions
4.19/4.31	c 4	parsed 30000 expressions
4.19/4.39	c 4	parsed 40000 expressions
4.39/4.54	c 4	parsed 50000 expressions
4.48/4.64	c 4	parsed 60000 expressions
4.48/4.69	c 4	parsed 66949 expressions
4.59/4.70	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.70	c 4	Converting to clausal form CSP
4.99/5.13	c 5	converted 6695 (10%) expressions
5.38/5.54	c 5	converted 13390 (20%) expressions
5.57/5.79	c 5	converted 20085 (30%) expressions
5.88/6.04	c 6	converted 26780 (40%) expressions
6.38/6.53	c 6	converted 33475 (50%) expressions
6.56/6.78	c 6	converted 40170 (60%) expressions
6.86/7.02	c 7	converted 46865 (70%) expressions
7.06/7.27	c 7	converted 53560 (80%) expressions
7.36/7.52	c 7	converted 60255 (90%) expressions
7.95/8.16	c 8	converted 66949 (100%) expressions
7.95/8.16	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 8
7.95/8.16	c 8	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.95/8.16	c 8	Propagation in CSP
8.24/8.44	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.24/8.44	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 8
8.24/8.44	c 8	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.24/8.47	c 8	Simplifing CSP by introducing new Boolean variables
9.63/9.82	c 9	CSP : 1557 integers, 130780 booleans, 196170 clauses, largest domain size 8
9.63/9.82	c 9	Heap : 102 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.23/10.40	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.23/10.44	c 10	156 (10%) CSP integer variables are encoded (936 clauses, 10335 bytes)
10.23/10.45	c 10	312 (20%) CSP integer variables are encoded (1872 clauses, 22503 bytes)
10.23/10.45	c 10	468 (30%) CSP integer variables are encoded (2808 clauses, 34671 bytes)
10.23/10.45	c 10	623 (40%) CSP integer variables are encoded (3738 clauses, 46761 bytes)
10.23/10.45	c 10	779 (50%) CSP integer variables are encoded (4674 clauses, 58929 bytes)
10.23/10.45	c 10	935 (60%) CSP integer variables are encoded (5610 clauses, 71097 bytes)
10.23/10.46	c 10	1090 (70%) CSP integer variables are encoded (6540 clauses, 83187 bytes)
10.23/10.46	c 10	1246 (80%) CSP integer variables are encoded (7476 clauses, 95355 bytes)
10.23/10.46	c 10	1402 (90%) CSP integer variables are encoded (8412 clauses, 107523 bytes)
10.23/10.47	c 10	1557 (100%) CSP integer variables are encoded (9342 clauses, 121156 bytes)
10.53/10.79	c 10	19617 (10%) CSP clauses are encoded (120505 clauses, 2032826 bytes)
10.84/11.07	c 11	39234 (20%) CSP clauses are encoded (231668 clauses, 4072994 bytes)
11.13/11.34	c 11	58851 (30%) CSP clauses are encoded (342831 clauses, 6113162 bytes)
11.42/11.61	c 11	78468 (40%) CSP clauses are encoded (453994 clauses, 8153330 bytes)
11.63/11.88	c 12	98085 (50%) CSP clauses are encoded (565157 clauses, 10193498 bytes)
11.92/12.15	c 12	117702 (60%) CSP clauses are encoded (676320 clauses, 12233666 bytes)
12.22/12.42	c 12	137319 (70%) CSP clauses are encoded (787483 clauses, 14295848 bytes)
12.52/12.70	c 12	156936 (80%) CSP clauses are encoded (898646 clauses, 16453718 bytes)
12.72/12.98	c 13	176553 (90%) CSP clauses are encoded (1009809 clauses, 18612304 bytes)
13.02/13.27	c 13	196170 (100%) CSP clauses are encoded (1120972 clauses, 20898714 bytes)
13.02/13.27	c 13	196170 CSP clauses encoded
13.02/13.27	c 13	Writing map file : HOME/temp.map
13.02/13.30	c 13	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.02/13.30	c 13	SAT : 141679 SAT variables, 1120972 SAT clauses, 20898714 bytes
13.02/13.30	c 13	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.12/13.33	c 13	SOLVING HOME/temp.cnf
13.12/13.33	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.12/13.34	c 13	This is MiniSat 2.0 beta
13.12/13.34	c 13	WARNING: for repeatability, setting FPU to use double precision
13.12/13.34	c 13	============================[ Problem Statistics ]=============================
13.12/13.34	c 13	|                                                                             |
13.12/13.34	c 13	|  Number of variables:  141679                                               |
13.12/13.34	c 13	|  Number of clauses:    1120972                                              |
13.15/13.97	c 14	|  Parsing time:         0.55         s                                       |
13.15/14.01	c 14	============================[ Search Statistics ]==============================
13.15/14.01	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.15/14.01	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.15/14.01	c 14	===============================================================================
13.15/14.01	c 14	|         0 |  141679  1120972  3026624 |   373657        0    nan |  0.000 % |
13.15/14.08	c 14	|       100 |  141679  1120972  3026624 |   411023      100     13 |  0.000 % |
14.10/14.37	c 14	|       250 |  141679  1120972  3026624 |   452125      250     14 |  0.000 % |
14.29/14.55	c 14	|       476 |  141679  1120972  3026624 |   497337      476     13 |  0.000 % |
14.69/14.99	c 15	|       813 |  141679  1120972  3026624 |   547071      813     15 |  0.000 % |
15.48/15.71	c 15	|      1319 |  141679  1120972  3026624 |   601778     1319     15 |  0.000 % |
17.67/17.96	c 18	|      2078 |  141679  1120972  3026624 |   661956     2078     19 |  0.000 % |
18.56/18.89	c 19	|      3217 |  141679  1120972  3026624 |   728152     3217     17 |  0.000 % |
20.55/20.82	c 20	|      4925 |  141679  1120972  3026624 |   800967     4925     17 |  0.000 % |
22.94/23.25	c 23	|      7487 |  141679  1120972  3026624 |   881064     7487     18 |  0.000 % |
26.22/26.56	c 26	|     11332 |  141679  1120972  3026624 |   969170    11332     18 |  0.000 % |
29.51/29.80	c 29	|     17099 |  141679  1120972  3026624 |  1066087    17099     18 |  0.000 % |
37.17/37.51	c 37	|     25749 |  141679  1120972  3026624 |  1172696    25749     19 |  0.000 % |
47.32/47.79	c 47	|     38724 |  141679  1120972  3026624 |  1289966    38724     19 |  0.000 % |
61.75/62.22	c 62	|     58185 |  141679  1120972  3026624 |  1418963    58185     18 |  0.000 % |
85.44/86.08	c 86	|     87378 |  141679  1120972  3026624 |  1560859    87378     17 |  0.000 % |
143.06/143.90	c 144	|    131167 |  141679  1120972  3026624 |  1716945   131167     16 |  0.000 % |
253.33/254.75	c 254	|    196851 |  141675  1120528  3025406 |  1888639   125032     15 |  0.003 % |
300.70/302.35	c 302	===============================================================================
300.70/302.35	c 302	restarts              : 18
300.70/302.35	c 302	conflicts             : 227640         (792 /sec)
300.70/302.35	c 302	decisions             : 270661         (2.00 % random) (942 /sec)
300.70/302.35	c 302	propagations          : 95488070       (332200 /sec)
300.70/302.35	c 302	conflict literals     : 3428203        (18.27 % deleted)
300.70/302.35	c 302	Memory used           : 77.95 MB
300.70/302.35	c 302	CPU time              : 287.441 s
300.70/302.35	c 302	
300.70/302.35	c 302	UNSATISFIABLE
300.70/302.36	c 302	DECODING HOME/temp.out WITH HOME/temp.map
300.70/302.36	c 302	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
300.80/302.45	c 302	Decoding HOME/temp.out
300.99/302.61	s UNSATISFIABLE
300.99/302.61	c 302	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
300.99/302.65	c 302	CPU 301.03 (0.06 0.02 300.13 0.82)
300.99/302.65	c 302	END Sun Jul 12 09:07:50 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085580-1247382167/watcher-2085580-1247382167 -o /tmp/evaluation-result-2085580-1247382167/solver-2085580-1247382167 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2085580-1247382167.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 24020
/proc/meminfo: memFree=1647360/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=18576 CPUtime=0
/proc/24020/stat : 24020 (runsolver) R 24018 24020 23345 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25280075 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24020/statm: 4644 284 249 26 0 2626 0

[startup+0.0825281 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 24020
/proc/meminfo: memFree=1647360/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16740 CPUtime=0.06
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25280075 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101652 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 24020
/proc/meminfo: memFree=1647360/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=0.06
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25280075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301664 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 24020
/proc/meminfo: memFree=1647360/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=0.06
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25280075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701706 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 24020
/proc/meminfo: memFree=1647360/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=0.06
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25280075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 24032
/proc/meminfo: memFree=1620648/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=0.06
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25280075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1111 409 3 0 796 0
[pid=24023] ppid=24020 vsize=5356 CPUtime=0
/proc/24023/stat : 24023 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25280084 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24023/statm: 1339 233 193 169 0 50 0
[pid=24024] ppid=24023 vsize=864772 CPUtime=1.39
/proc/24024/stat : 24024 (java) S 24023 24020 23345 0 -1 0 15543 0 1 0 131 8 0 0 18 0 9 0 25280084 885526528 13080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24024/statm: 216193 13080 2557 9 0 210705 0
[pid=24024/tid=24025] ppid=24023 vsize=864772 CPUtime=0.81
/proc/24024/task/24025/stat : 24025 (java) R 24023 24020 23345 0 -1 64 3072 0 1 0 79 2 0 0 24 0 9 0 25280085 885526528 13080 996147200 134512640 134550932 4294955984 18446744073709551615 4126621927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24026] ppid=24023 vsize=864772 CPUtime=0.46
/proc/24024/task/24026/stat : 24026 (java) S 24023 24020 23345 0 -1 64 11271 0 0 0 41 5 0 0 16 0 9 0 25280086 885526528 13080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24027] ppid=24023 vsize=864772 CPUtime=0
/proc/24024/task/24027/stat : 24027 (java) S 24023 24020 23345 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25280087 885526528 13080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24028] ppid=24023 vsize=864772 CPUtime=0
/proc/24024/task/24028/stat : 24028 (java) S 24023 24020 23345 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25280087 885526528 13080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24029] ppid=24023 vsize=864772 CPUtime=0
/proc/24024/task/24029/stat : 24029 (java) S 24023 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25280089 885526528 13080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24030] ppid=24023 vsize=864772 CPUtime=0.09
/proc/24024/task/24030/stat : 24030 (java) S 24023 24020 23345 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 25280089 885526528 13080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24031] ppid=24023 vsize=864772 CPUtime=0
/proc/24024/task/24031/stat : 24031 (java) S 24023 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25280089 885526528 13080 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24032] ppid=24023 vsize=864772 CPUtime=0
/proc/24024/task/24032/stat : 24032 (java) S 24023 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25280089 885526528 13080 996147200 134512640 134550932 4294955984 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) 886996

[startup+3.10192 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 24032
/proc/meminfo: memFree=1577512/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=0.06
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25280075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1111 409 3 0 796 0
[pid=24023] ppid=24020 vsize=5356 CPUtime=0
/proc/24023/stat : 24023 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25280084 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24023/statm: 1339 233 193 169 0 50 0
[pid=24024] ppid=24023 vsize=864788 CPUtime=2.97
/proc/24024/stat : 24024 (java) S 24023 24020 23345 0 -1 0 30430 0 1 0 281 16 0 0 18 0 9 0 25280084 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24024/statm: 216197 25012 2557 9 0 210709 0
[pid=24024/tid=24025] ppid=24023 vsize=864788 CPUtime=1.53
/proc/24024/task/24025/stat : 24025 (java) R 24023 24020 23345 0 -1 64 3926 0 1 0 149 4 0 0 25 0 9 0 25280085 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4125960324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24026] ppid=24023 vsize=864788 CPUtime=1.27
/proc/24024/task/24026/stat : 24026 (java) S 24023 24020 23345 0 -1 64 25277 0 0 0 116 11 0 0 17 0 9 0 25280086 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24027] ppid=24023 vsize=864788 CPUtime=0
/proc/24024/task/24027/stat : 24027 (java) S 24023 24020 23345 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25280087 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24028] ppid=24023 vsize=864788 CPUtime=0
/proc/24024/task/24028/stat : 24028 (java) S 24023 24020 23345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 25280087 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24029] ppid=24023 vsize=864788 CPUtime=0
/proc/24024/task/24029/stat : 24029 (java) S 24023 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25280089 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24030] ppid=24023 vsize=864788 CPUtime=0.14
/proc/24024/task/24030/stat : 24030 (java) S 24023 24020 23345 0 -1 64 521 0 0 0 14 0 0 0 16 0 9 0 25280089 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24031] ppid=24023 vsize=864788 CPUtime=0
/proc/24024/task/24031/stat : 24031 (java) S 24023 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25280089 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24024/tid=24032] ppid=24023 vsize=864788 CPUtime=0
/proc/24024/task/24032/stat : 24032 (java) S 24023 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25280089 885542912 25012 996147200 134512640 134550932 4294955984 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) 887012

[startup+6.30222 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 24042
/proc/meminfo: memFree=1606824/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=3.62
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1309 32453 0 1 5 1 336 20 15 0 1 0 25280075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1111 409 3 0 796 0
[pid=24033] ppid=24020 vsize=5356 CPUtime=0
/proc/24033/stat : 24033 (sh) S 24020 24020 23345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25280446 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24033/statm: 1339 233 193 169 0 50 0
[pid=24034] ppid=24033 vsize=868644 CPUtime=2.55
/proc/24034/stat : 24034 (java) S 24033 24020 23345 0 -1 0 16786 0 1 0 246 9 0 0 18 0 9 0 25280446 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24034/statm: 217161 14754 2566 9 0 211666 0
[pid=24034/tid=24035] ppid=24033 vsize=868644 CPUtime=1.45
/proc/24034/task/24035/stat : 24035 (java) R 24033 24020 23345 0 -1 64 3061 0 1 0 143 2 0 0 25 0 9 0 25280447 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4126479650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24036] ppid=24033 vsize=868644 CPUtime=0.9
/proc/24034/task/24036/stat : 24036 (java) S 24033 24020 23345 0 -1 64 11549 0 0 0 85 5 0 0 16 0 9 0 25280448 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24037] ppid=24033 vsize=868644 CPUtime=0
/proc/24034/task/24037/stat : 24037 (java) S 24033 24020 23345 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25280448 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24038] ppid=24033 vsize=868644 CPUtime=0
/proc/24034/task/24038/stat : 24038 (java) S 24033 24020 23345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25280448 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24039] ppid=24033 vsize=868644 CPUtime=0
/proc/24034/task/24039/stat : 24039 (java) S 24033 24020 23345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25280450 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24040] ppid=24033 vsize=868644 CPUtime=0.16
/proc/24034/task/24040/stat : 24040 (java) S 24033 24020 23345 0 -1 64 1473 0 0 0 16 0 0 0 16 0 9 0 25280450 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24041] ppid=24033 vsize=868644 CPUtime=0
/proc/24034/task/24041/stat : 24041 (java) S 24033 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25280450 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24042] ppid=24033 vsize=868644 CPUtime=0
/proc/24034/task/24042/stat : 24042 (java) S 24033 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25280450 889491456 14754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890868

[startup+12.7019 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 24042
/proc/meminfo: memFree=1505960/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=3.63
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1310 32453 0 1 6 1 336 20 15 0 1 0 25280075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1111 409 3 0 796 0
[pid=24033] ppid=24020 vsize=5356 CPUtime=0
/proc/24033/stat : 24033 (sh) S 24020 24020 23345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25280446 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24033/statm: 1339 233 193 169 0 50 0
[pid=24034] ppid=24033 vsize=868756 CPUtime=8.89
/proc/24034/stat : 24034 (java) S 24033 24020 23345 0 -1 0 49754 0 1 0 855 34 0 0 18 0 9 0 25280446 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24034/statm: 217189 33715 2591 9 0 211666 0
[pid=24034/tid=24035] ppid=24033 vsize=868756 CPUtime=5.2
/proc/24034/task/24035/stat : 24035 (java) R 24033 24020 23345 0 -1 64 4562 0 1 0 508 12 0 0 25 0 9 0 25280447 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24036] ppid=24033 vsize=868756 CPUtime=3.41
/proc/24034/task/24036/stat : 24036 (java) S 24033 24020 23345 0 -1 64 42970 0 0 0 321 20 0 0 15 0 9 0 25280448 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24037] ppid=24033 vsize=868756 CPUtime=0
/proc/24034/task/24037/stat : 24037 (java) S 24033 24020 23345 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25280448 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24038] ppid=24033 vsize=868756 CPUtime=0
/proc/24034/task/24038/stat : 24038 (java) S 24033 24020 23345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25280448 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24039] ppid=24033 vsize=868756 CPUtime=0
/proc/24034/task/24039/stat : 24039 (java) S 24033 24020 23345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25280450 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24040] ppid=24033 vsize=868756 CPUtime=0.25
/proc/24034/task/24040/stat : 24040 (java) S 24033 24020 23345 0 -1 64 1519 0 0 0 24 1 0 0 16 0 9 0 25280450 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24041] ppid=24033 vsize=868756 CPUtime=0
/proc/24034/task/24041/stat : 24041 (java) S 24033 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25280450 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24034/tid=24042] ppid=24033 vsize=868756 CPUtime=0
/proc/24034/task/24042/stat : 24042 (java) S 24033 24020 23345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25280450 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890980

[startup+25.503 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 24044
/proc/meminfo: memFree=1566056/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=60312 CPUtime=12.08
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 14009 0 0 0 1198 10 0 0 25 0 1 0 25281409 61759488 13995 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 15078 13995 75 150 0 14925 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 82536

[startup+51.1013 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1561256/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0

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

Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 93124

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1550504/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=75552 CPUtime=148.22
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 17719 0 0 0 14807 15 0 0 25 0 1 0 25281409 77365248 17705 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 18888 17705 75 150 0 18735 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 97776

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1547440/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=78456 CPUtime=207.93
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 18477 0 0 0 20777 16 0 0 25 0 1 0 25281409 80338944 18463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 19614 18463 75 150 0 19461 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 100680

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1546160/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=79820 CPUtime=267.64
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 18812 0 0 0 26748 16 0 0 25 0 1 0 25281409 81735680 18798 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 19955 18798 75 150 0 19802 0
Current children cumulated CPU time (s) 280.79
Current children cumulated vsize (KiB) 102044

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

[startup+294.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1546096/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=79820 CPUtime=279.59
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 18816 0 0 0 27943 16 0 0 25 0 1 0 25281409 81735680 18802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 19955 18802 75 150 0 19802 0
Current children cumulated CPU time (s) 292.74
Current children cumulated vsize (KiB) 102044

[startup+297.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1546096/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=79820 CPUtime=282.77
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 18816 0 0 0 28261 16 0 0 25 0 1 0 25281409 81735680 18802 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 19955 18802 75 150 0 19802 0
Current children cumulated CPU time (s) 295.92
Current children cumulated vsize (KiB) 102044

[startup+300.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1546096/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=79820 CPUtime=285.95
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 18816 0 0 0 28579 16 0 0 25 0 1 0 25281409 81735680 18802 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 19955 18802 75 150 0 19802 0
Current children cumulated CPU time (s) 299.1
Current children cumulated vsize (KiB) 102044

[startup+301.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1546096/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=79820 CPUtime=286.75
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 18816 0 0 0 28659 16 0 0 25 0 1 0 25281409 81735680 18802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 19955 18802 75 150 0 19802 0
Current children cumulated CPU time (s) 299.9
Current children cumulated vsize (KiB) 102044

[startup+302.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24044
/proc/meminfo: memFree=1546096/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=13.15
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1376 82530 0 2 6 1 1247 61 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24043] ppid=24020 vsize=5356 CPUtime=0
/proc/24043/stat : 24043 (sh) S 24020 24020 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25281409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24043/statm: 1339 232 193 169 0 50 0
[pid=24044] ppid=24043 vsize=79820 CPUtime=287.55
/proc/24044/stat : 24044 (minisat) R 24043 24020 23345 0 -1 4194304 18816 0 0 0 28739 16 0 0 25 0 1 0 25281409 81735680 18802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24044/statm: 19955 18802 75 150 0 19802 0
Current children cumulated CPU time (s) 300.7
Current children cumulated vsize (KiB) 102044

[startup+302.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24050
/proc/meminfo: memFree=1618704/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=300.78
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1448 101640 0 2 6 2 29992 78 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24020 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24020 24020 23345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25310312 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24045/statm: 1339 233 193 169 0 50 0
[pid=24046] ppid=24045 vsize=862012 CPUtime=0.11
/proc/24046/stat : 24046 (java) S 24045 24020 23345 0 -1 0 2905 0 1 0 10 1 0 0 18 0 9 0 25310312 882700288 2378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24046/statm: 215503 2378 1250 9 0 210416 0
[pid=24046/tid=24047] ppid=24045 vsize=862012 CPUtime=0.08
/proc/24046/task/24047/stat : 24047 (java) R 24045 24020 23345 0 -1 64 1972 0 1 0 8 0 0 0 20 0 9 0 25310313 882700288 2378 996147200 134512640 134550932 4294955984 18446744073709551615 4125967347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24048] ppid=24045 vsize=862012 CPUtime=0
/proc/24046/task/24048/stat : 24048 (java) S 24045 24020 23345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 25310315 882700288 2378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24049] ppid=24045 vsize=862012 CPUtime=0
/proc/24046/task/24049/stat : 24049 (java) S 24045 24020 23345 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25310315 882700288 2378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24050] ppid=24045 vsize=862012 CPUtime=0
/proc/24046/task/24050/stat : 24050 (java) S 24045 24020 23345 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25310315 882700288 2378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 300.89
Current children cumulated vsize (KiB) 884236

[startup+302.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24050
/proc/meminfo: memFree=1618704/2055920 swapFree=4192812/4192956
[pid=24020] ppid=24018 vsize=16868 CPUtime=300.78
/proc/24020/stat : 24020 (sugar) S 24018 24020 23345 0 -1 4194304 1448 101640 0 2 6 2 29992 78 16 0 1 0 25280075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24020/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24020 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24020 24020 23345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25310312 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24045/statm: 1339 233 193 169 0 50 0
[pid=24046] ppid=24045 vsize=862316 CPUtime=0.21
/proc/24046/stat : 24046 (java) S 24045 24020 23345 0 -1 0 3153 0 1 0 19 2 0 0 18 0 9 0 25310312 883011584 2624 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24046/statm: 215579 2624 1267 9 0 210492 0
[pid=24046/tid=24047] ppid=24045 vsize=862316 CPUtime=0.12
/proc/24046/task/24047/stat : 24047 (java) R 24045 24020 23345 0 -1 64 2008 0 1 0 12 0 0 0 20 0 9 0 25310313 883011584 2624 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24048] ppid=24045 vsize=862316 CPUtime=0
/proc/24046/task/24048/stat : 24048 (java) S 24045 24020 23345 0 -1 64 120 0 0 0 0 0 0 0 16 0 9 0 25310315 883011584 2624 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24049] ppid=24045 vsize=862316 CPUtime=0
/proc/24046/task/24049/stat : 24049 (java) S 24045 24020 23345 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25310315 883011584 2624 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24050] ppid=24045 vsize=862316 CPUtime=0
/proc/24046/task/24050/stat : 24050 (java) S 24045 24020 23345 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25310315 883011584 2624 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 300.99
Current children cumulated vsize (KiB) 884540

Child status: 0
Real time (s): 302.659
CPU time (s): 301.054
CPU user time (s): 300.199
CPU system time (s): 0.85487
CPU usage (%): 99.4698
Max. virtual memory (cumulated for all children) (KiB): 911360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.199
system time used= 0.85487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107177
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4194
involuntary context switches= 7592

runsolver used 0.363944 second user time and 1.04384 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 09:02:48
IDJOB=2085580
IDBENCH=58451
IDSOLVER=739
FILE ID=node55/2085580-1247382167
PBS_JOBID= 9507192
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-8.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085580-1247382167/watcher-2085580-1247382167 -o /tmp/evaluation-result-2085580-1247382167/solver-2085580-1247382167 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2085580-1247382167.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 34dd6ad79d3bd8c2f3cfcc0bee35d64e
RANDOM SEED=1355167571

node55.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.231
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.231
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:       1647840 kB
Buffers:          6932 kB
Cached:          80720 kB
SwapCached:          0 kB
Active:         335664 kB
Inactive:        20460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9316 kB
Writeback:           0 kB
Mapped:         286304 kB
Slab:            36900 kB
Committed_AS:   930912 kB
PageTables:       2236 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= 66376 MiB
End job on node55 at 2009-07-12 09:07:50