Trace number 1058152

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.13+minisatSAT 86.4839 87.0896

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-10.xml
MD5SUM3a46901a8ea2c192a6f5d5f8c9f3ac47
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.67974
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6793
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5889
Global constraints used (with number of constraints)alldifferent(904)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:25:44 2008
0.00/0.05	c 0	PID 18602
0.04/0.05	c 0	HOST node69.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1058152-1215113143.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058152-1215113143.xml' 'HOME/temp.csp'
0.04/0.91	c 0	271 domains, 400 variables, 1 predicates, 0 relations, 6793 constraints
0.04/0.94	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.03	c 1	Parsing HOME/temp.csp
1.33/1.40	c 1	parsed 7465 expressions
1.33/1.40	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.40	c 1	Converting to clausal form CSP
1.43/1.59	c 1	converted 747 (10%) expressions
2.03/2.16	c 2	converted 1493 (20%) expressions
2.42/2.56	c 2	converted 2240 (30%) expressions
2.93/3.03	c 3	converted 2986 (40%) expressions
3.32/3.40	c 3	converted 3733 (50%) expressions
3.82/3.96	c 3	converted 4479 (60%) expressions
4.21/4.34	c 4	converted 5226 (70%) expressions
4.61/4.72	c 4	converted 5972 (80%) expressions
10.08/10.29	c 10	converted 6719 (90%) expressions
44.62/44.97	c 45	converted 7465 (100%) expressions
44.62/44.97	c 45	CSP : 400 integers, 0 booleans, 83360 clauses, largest domain size 33
44.62/44.97	c 45	Heap : 419 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.62/44.97	c 45	Propagation in CSP
52.27/52.62	c 52	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
52.27/52.62	c 52	CSP : 400 integers, 0 booleans, 83360 clauses, largest domain size 33
52.27/52.62	c 52	Heap : 445 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
52.27/52.69	c 52	Simplifing CSP by introducing new Boolean variables
53.17/53.57	c 53	CSP : 400 integers, 174316 booleans, 257676 clauses, largest domain size 33
53.17/53.57	c 53	Heap : 482 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
55.75/56.11	c 56	Encoding CSP to SAT : HOME/temp.cnf
55.75/56.18	c 56	40 (10%) CSP integer variables are encoded (966 clauses, 10495 bytes)
55.75/56.19	c 56	80 (20%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
55.75/56.19	c 56	120 (30%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
55.75/56.19	c 56	160 (40%) CSP integer variables are encoded (3739 clauses, 46544 bytes)
55.85/56.20	c 56	200 (50%) CSP integer variables are encoded (4707 clauses, 59128 bytes)
55.85/56.20	c 56	240 (60%) CSP integer variables are encoded (4801 clauses, 60350 bytes)
55.85/56.20	c 56	280 (70%) CSP integer variables are encoded (4914 clauses, 61819 bytes)
55.85/56.20	c 56	320 (80%) CSP integer variables are encoded (5079 clauses, 63964 bytes)
55.85/56.20	c 56	360 (90%) CSP integer variables are encoded (5227 clauses, 65888 bytes)
55.85/56.20	c 56	400 (100%) CSP integer variables are encoded (5366 clauses, 67695 bytes)
57.94/58.39	c 58	25768 (10%) CSP clauses are encoded (324739 clauses, 6143623 bytes)
59.73/60.19	c 60	51536 (20%) CSP clauses are encoded (739195 clauses, 14090106 bytes)
61.71/62.12	c 62	77303 (30%) CSP clauses are encoded (1178264 clauses, 22507702 bytes)
63.50/63.99	c 64	103071 (40%) CSP clauses are encoded (1606483 clauses, 30658638 bytes)
65.39/65.90	c 65	128838 (50%) CSP clauses are encoded (2041206 clauses, 39055176 bytes)
67.38/67.88	c 67	154606 (60%) CSP clauses are encoded (2485920 clauses, 47804891 bytes)
69.26/69.78	c 69	180374 (70%) CSP clauses are encoded (2915077 clauses, 56425224 bytes)
71.24/71.72	c 71	206141 (80%) CSP clauses are encoded (3346877 clauses, 65166895 bytes)
73.13/73.69	c 73	231909 (90%) CSP clauses are encoded (3795477 clauses, 74155209 bytes)
75.13/75.61	c 75	257676 (100%) CSP clauses are encoded (4232022 clauses, 82976157 bytes)
75.13/75.61	c 75	257676 CSP clauses encoded
75.13/75.61	c 75	Writing map file : HOME/temp.map
75.13/75.64	c 75	Heap : 515 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.13/75.64	c 75	SAT : 180032 SAT variables, 4232022 SAT clauses, 82976157 bytes
75.13/75.64	c 75	Heap : 515 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.19/75.76	c 75	SOLVING HOME/temp.cnf
75.19/75.76	c 75	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
75.19/75.77	c 75	This is MiniSat 2.0 beta
75.19/75.77	c 75	WARNING: for repeatability, setting FPU to use double precision
75.19/75.77	c 75	============================[ Problem Statistics ]=============================
75.19/75.77	c 75	|                                                                             |
75.19/75.77	c 75	|  Number of variables:  180032                                               |
75.19/75.77	c 75	|  Number of clauses:    4232022                                              |
77.45/78.01	c 78	|  Parsing time:         1.90         s                                       |
77.55/78.14	c 78	============================[ Search Statistics ]==============================
77.55/78.14	c 78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
77.55/78.14	c 78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
77.55/78.14	c 78	===============================================================================
77.55/78.14	c 78	|         0 |  180032  4232022 12352640 |  1410674        0    nan |  0.000 % |
79.94/80.59	c 80	|       101 |  180032  4232022 12352640 |  1551741      101     37 |  0.000 % |
81.53/82.11	c 82	|       252 |  180032  4232022 12352640 |  1706915      252     24 |  0.000 % |
82.83/83.48	c 83	|       477 |  180032  4232022 12352640 |  1877607      477     19 |  0.000 % |
85.72/86.33	c 86	===============================================================================
85.72/86.34	c 86	restarts              : 4
85.72/86.34	c 86	conflicts             : 703            (69 /sec)
85.72/86.34	c 86	decisions             : 9125           (0.91 % random) (898 /sec)
85.72/86.35	c 86	propagations          : 4266326        (419978 /sec)
85.72/86.35	c 86	conflict literals     : 18008          (4.13 % deleted)
85.72/86.35	c 86	Memory used           : 193.69 MB
85.72/86.35	c 86	CPU time              : 10.1585 s
85.72/86.35	c 86	
85.81/86.42	c 86	SATISFIABLE
85.81/86.46	c 86	DECODING HOME/temp.out WITH HOME/temp.map
85.81/86.46	c 86	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
85.90/86.54	c 86	Decoding HOME/temp.out
86.31/86.97	s SATISFIABLE
86.31/86.99	v 17 9 25 33 26 21 22 27 4 8 39 22 11 11 14 36 40 15 15 43 22 3 34 26 10 12 24 42 40 41 39 25 43 23 15 14 0 16 27 8 18 38 44 8 10 16 13 7 34 0 22 39 27 44 15 30 29 35 43 0 34 13 11 39 19 4 9 5 40 17 0 24 17 11 0 0 3 2 13 6 3 2 13 1 14 8 42 31 41 37 44 7 35 1 5 31 12 33 6 1 42 5 18 20 36 5 33 20 42 2 37 3 37 6 32 6 5 18 24 2 40 37 38 30 7 37 28 18 26 17 38 21 7 9 2 0 3 9 38 31 40 22 17 32 44 35 29 19 36 29 5 40 34 6 14 31 1 37 27 16 30 36 14 37 4 14 9 21 32 40 24 28 30 3 32 3 9 38 23 38 34 27 20 29 25 19 38 28 11 14 12 10 17 8 12 8 23 41 35 17 15 3 6 18 16 15 1 9 10 3 14 6 13 15 19 16 10 11 2 10 9 19 3 11 18 14 12 18 18 9 10 10 3 15 16 14 1 5 15 19 15 6 16 14 7 17 11 18 4 5 15 16 5 11 9 16 13 15 13 9 8 13 14 3 13 18 10 11 15 10 18 1 12 2 19 4 7 11 7 8 15 17 16 14 17 7 13 18 11 15 13 2 7 11 18 1 5 14 10 19 7 12 7 14 14 15 16 7 14 7 17 14 18 7 14 5 9 11 13 1 6 19 0 5 11 5 15 17 7 5 5 11 15 4 6 17 11 17 19 19 11 18 8 18 8 8 1 18 17 18 17 17 14 19 10 10 5 6 19 16 7 18 6 16 5 18 19 13 9 8 19 19 11 8 16 10 7 14 16 16 7 16 17 17 16 16 18 11 5 3 16 11 11 1 3 11 18 6 16 7
86.31/86.99	c 87	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
86.41/87.05	c 87	CPU 84.56 (0.04 0.01 84.52 1.85)
86.41/87.05	c 87	END Thu Jul  3 21:27:11 2008

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-1058152-1215113143/watcher-1058152-1215113143 -o /tmp/evaluation-result-1058152-1215113143/solver-1058152-1215113143 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1058152-1215113143.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.01 2.00 2.00 4/72 18602
/proc/meminfo: memFree=1414760/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=18572 CPUtime=0
/proc/18602/stat : 18602 (runsolver) R 18600 18602 18016 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990283233 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18602/statm: 4643 292 257 25 0 2626 0

[startup+0.050616 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 18602
/proc/meminfo: memFree=1414760/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.04
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1990283233 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101317 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 18602
/proc/meminfo: memFree=1414760/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.04
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990283233 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301351 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 18602
/proc/meminfo: memFree=1414760/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.04
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990283233 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701415 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 18602
/proc/meminfo: memFree=1414760/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.04
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990283233 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50154 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 18624
/proc/meminfo: memFree=1408912/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 974 8160 0 1 3 1 80 6 15 0 1 0 1990283233 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 797 370 3 0 500 0
[pid=18615] ppid=18602 vsize=5356 CPUtime=0
/proc/18615/stat : 18615 (sh) S 18602 18602 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990283328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18615/statm: 1339 233 193 169 0 50 0
[pid=18616] ppid=18615 vsize=864324 CPUtime=0.53
/proc/18616/stat : 18616 (java) S 18615 18602 18016 0 -1 0 4749 0 1 0 50 3 0 0 18 0 9 0 1990283328 885067776 4166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18616/statm: 216081 4166 1732 9 0 210656 0
[pid=18616/tid=18617] ppid=18615 vsize=864324 CPUtime=0.36
/proc/18616/task/18617/stat : 18617 (java) R 18615 18602 18016 0 -1 64 2680 0 1 0 35 1 0 0 22 0 9 0 1990283329 885067776 4166 996147200 134512640 134550740 4294955952 18446744073709551615 4126603972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18618] ppid=18615 vsize=864324 CPUtime=0.05
/proc/18616/task/18618/stat : 18618 (java) S 18615 18602 18016 0 -1 64 1024 0 0 0 5 0 0 0 16 0 9 0 1990283330 885067776 4166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18619] ppid=18615 vsize=864324 CPUtime=0
/proc/18616/task/18619/stat : 18619 (java) S 18615 18602 18016 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1990283330 885067776 4166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18620] ppid=18615 vsize=864324 CPUtime=0
/proc/18616/task/18620/stat : 18620 (java) S 18615 18602 18016 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990283330 885067776 4166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18621] ppid=18615 vsize=864324 CPUtime=0
/proc/18616/task/18621/stat : 18621 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990283332 885067776 4166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18622] ppid=18615 vsize=864324 CPUtime=0.09
/proc/18616/task/18622/stat : 18622 (java) S 18615 18602 18016 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1990283332 885067776 4166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18623] ppid=18615 vsize=864324 CPUtime=0
/proc/18616/task/18623/stat : 18623 (java) S 18615 18602 18016 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990283332 885067776 4166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18624] ppid=18615 vsize=864324 CPUtime=0
/proc/18616/task/18624/stat : 18624 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990283332 885067776 4166 996147200 134512640 134550740 4294955952 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) 883280

[startup+3.1028 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 18624
/proc/meminfo: memFree=1393616/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 974 8160 0 1 3 1 80 6 15 0 1 0 1990283233 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 797 370 3 0 500 0
[pid=18615] ppid=18602 vsize=5356 CPUtime=0
/proc/18615/stat : 18615 (sh) S 18602 18602 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990283328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18615/statm: 1339 233 193 169 0 50 0
[pid=18616] ppid=18615 vsize=868388 CPUtime=2.13
/proc/18616/stat : 18616 (java) S 18615 18602 18016 0 -1 0 10313 0 1 0 207 6 0 0 18 0 9 0 1990283328 889229312 9485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18616/statm: 217097 9485 2540 9 0 211672 0
[pid=18616/tid=18617] ppid=18615 vsize=868388 CPUtime=1.49
/proc/18616/task/18617/stat : 18617 (java) R 18615 18602 18016 0 -1 64 2842 0 1 0 148 1 0 0 25 0 9 0 1990283329 889229312 9485 996147200 134512640 134550740 4294955952 18446744073709551615 4126613538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18618] ppid=18615 vsize=868388 CPUtime=0.41
/proc/18616/task/18618/stat : 18618 (java) S 18615 18602 18016 0 -1 64 5321 0 0 0 39 2 0 0 16 0 9 0 1990283330 889229312 9485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18619] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18619/stat : 18619 (java) S 18615 18602 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990283330 889229312 9485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18620] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18620/stat : 18620 (java) S 18615 18602 18016 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990283330 889229312 9485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18621] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18621/stat : 18621 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990283332 889229312 9485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18622] ppid=18615 vsize=868388 CPUtime=0.2
/proc/18616/task/18622/stat : 18622 (java) S 18615 18602 18016 0 -1 64 1456 0 0 0 19 1 0 0 15 0 9 0 1990283332 889229312 9485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18623] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18623/stat : 18623 (java) S 18615 18602 18016 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990283332 889229312 9485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18624] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18624/stat : 18624 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990283332 889229312 9485 996147200 134512640 134550740 4294955952 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) 887344

[startup+6.30131 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 18624
/proc/meminfo: memFree=1360656/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 974 8160 0 1 3 1 80 6 15 0 1 0 1990283233 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 797 370 3 0 500 0
[pid=18615] ppid=18602 vsize=5356 CPUtime=0
/proc/18615/stat : 18615 (sh) S 18602 18602 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990283328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18615/statm: 1339 233 193 169 0 50 0
[pid=18616] ppid=18615 vsize=868388 CPUtime=5.3
/proc/18616/stat : 18616 (java) S 18615 18602 18016 0 -1 0 18727 0 1 0 520 10 0 0 18 0 9 0 1990283328 889229312 17855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18616/statm: 217097 17855 2540 9 0 211672 0
[pid=18616/tid=18617] ppid=18615 vsize=868388 CPUtime=3.85
/proc/18616/task/18617/stat : 18617 (java) R 18615 18602 18016 0 -1 64 3302 0 1 0 383 2 0 0 25 0 9 0 1990283329 889229312 17855 996147200 134512640 134550740 4294955952 18446744073709551615 4126401619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18618] ppid=18615 vsize=868388 CPUtime=1.23
/proc/18616/task/18618/stat : 18618 (java) S 18615 18602 18016 0 -1 64 13267 0 0 0 117 6 0 0 16 0 9 0 1990283330 889229312 17855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18619] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18619/stat : 18619 (java) S 18615 18602 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990283330 889229312 17855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18620] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18620/stat : 18620 (java) S 18615 18602 18016 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990283330 889229312 17855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18621] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18621/stat : 18621 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990283332 889229312 17855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18622] ppid=18615 vsize=868388 CPUtime=0.2
/proc/18616/task/18622/stat : 18622 (java) S 18615 18602 18016 0 -1 64 1464 0 0 0 19 1 0 0 15 0 9 0 1990283332 889229312 17855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18623] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18623/stat : 18623 (java) S 18615 18602 18016 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990283332 889229312 17855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18624] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18624/stat : 18624 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990283332 889229312 17855 996147200 134512640 134550740 4294955952 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) 887344

[startup+12.7023 s]
/proc/loadavg: 2.09 2.02 2.01 4/83 18624
/proc/meminfo: memFree=1284304/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 974 8160 0 1 3 1 80 6 16 0 1 0 1990283233 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 797 370 3 0 500 0
[pid=18615] ppid=18602 vsize=5356 CPUtime=0
/proc/18615/stat : 18615 (sh) S 18602 18602 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990283328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18615/statm: 1339 233 193 169 0 50 0
[pid=18616] ppid=18615 vsize=868388 CPUtime=11.67
/proc/18616/stat : 18616 (java) S 18615 18602 18016 0 -1 0 41966 0 1 0 1145 22 0 0 18 0 9 0 1990283328 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18616/statm: 217097 33374 2540 9 0 211672 0
[pid=18616/tid=18617] ppid=18615 vsize=868388 CPUtime=8.16
/proc/18616/task/18617/stat : 18617 (java) R 18615 18602 18016 0 -1 64 4502 0 1 0 813 3 0 0 25 0 9 0 1990283329 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4126603041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18618] ppid=18615 vsize=868388 CPUtime=3.27
/proc/18616/task/18618/stat : 18618 (java) S 18615 18602 18016 0 -1 64 35306 0 0 0 311 16 0 0 16 0 9 0 1990283330 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18619] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18619/stat : 18619 (java) S 18615 18602 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990283330 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18620] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18620/stat : 18620 (java) S 18615 18602 18016 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990283330 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18621] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18621/stat : 18621 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990283332 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18622] ppid=18615 vsize=868388 CPUtime=0.2
/proc/18616/task/18622/stat : 18622 (java) S 18615 18602 18016 0 -1 64 1464 0 0 0 19 1 0 0 15 0 9 0 1990283332 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18623] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18623/stat : 18623 (java) S 18615 18602 18016 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990283332 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18624] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18624/stat : 18624 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990283332 889229312 33374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887344

[startup+25.5014 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18624
/proc/meminfo: memFree=1166032/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 974 8160 0 1 3 1 80 6 16 0 1 0 1990283233 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 797 370 3 0 500 0
[pid=18615] ppid=18602 vsize=5356 CPUtime=0
/proc/18615/stat : 18615 (sh) S 18602 18602 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990283328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18615/statm: 1339 233 193 169 0 50 0
[pid=18616] ppid=18615 vsize=868388 CPUtime=24.4
/proc/18616/stat : 18616 (java) S 18615 18602 18016 0 -1 0 77356 0 1 0 2401 39 0 0 18 0 9 0 1990283328 889229312 64890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18616/statm: 217097 64890 2540 9 0 211672 0
[pid=18616/tid=18617] ppid=18615 vsize=868388 CPUtime=17.78
/proc/18616/task/18617/stat : 18617 (java) R 18615 18602 18016 0 -1 64 5700 0 1 0 1774 4 0 0 25 0 9 0 1990283329 889229312 64890 996147200 134512640 134550740 4294955952 18446744073709551615 4126603089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18618] ppid=18615 vsize=868388 CPUtime=6.39
/proc/18616/task/18618/stat : 18618 (java) S 18615 18602 18016 0 -1 64 69498 0 0 0 606 33 0 0 16 0 9 0 1990283330 889229312 64890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18619] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18619/stat : 18619 (java) S 18615 18602 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990283330 889229312 64890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18620] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18620/stat : 18620 (java) S 18615 18602 18016 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990283330 889229312 64890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18616/tid=18623] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18623/stat : 18623 (java) S 18615 18602 18016 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990283332 889229312 117504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18624] ppid=18615 vsize=868388 CPUtime=0
/proc/18616/task/18624/stat : 18624 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990283332 889229312 117504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 887344

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

[startup+63.9025 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 18624
/proc/meminfo: memFree=854864/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=0.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 974 8160 0 1 3 1 80 6 16 0 1 0 1990283233 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 797 370 3 0 500 0
[pid=18615] ppid=18602 vsize=5356 CPUtime=0
/proc/18615/stat : 18615 (sh) S 18602 18602 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990283328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18615/statm: 1339 233 193 169 0 50 0
[pid=18616] ppid=18615 vsize=868500 CPUtime=62.6
/proc/18616/stat : 18616 (java) S 18615 18602 18016 0 -1 0 152429 0 1 0 6166 94 0 0 18 0 9 0 1990283328 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18616/statm: 217125 134235 2566 9 0 211672 0
[pid=18616/tid=18617] ppid=18615 vsize=868500 CPUtime=46.86
/proc/18616/task/18617/stat : 18617 (java) R 18615 18602 18016 0 -1 64 9273 0 1 0 4662 24 0 0 25 0 9 0 1990283329 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4127023628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18618] ppid=18615 vsize=868500 CPUtime=15.42
/proc/18616/task/18618/stat : 18618 (java) S 18615 18602 18016 0 -1 64 140946 0 0 0 1474 68 0 0 16 0 9 0 1990283330 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18619] ppid=18615 vsize=868500 CPUtime=0
/proc/18616/task/18619/stat : 18619 (java) S 18615 18602 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990283330 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18620] ppid=18615 vsize=868500 CPUtime=0
/proc/18616/task/18620/stat : 18620 (java) S 18615 18602 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990283330 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18621] ppid=18615 vsize=868500 CPUtime=0
/proc/18616/task/18621/stat : 18621 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990283332 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18622] ppid=18615 vsize=868500 CPUtime=0.29
/proc/18616/task/18622/stat : 18622 (java) S 18615 18602 18016 0 -1 64 1516 0 0 0 28 1 0 0 16 0 9 0 1990283332 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18623] ppid=18615 vsize=868500 CPUtime=0
/proc/18616/task/18623/stat : 18623 (java) S 18615 18602 18016 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990283332 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18616/tid=18624] ppid=18615 vsize=868500 CPUtime=0
/proc/18616/task/18624/stat : 18624 (java) S 18615 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990283332 889344000 134235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.5
Current children cumulated vsize (KiB) 887456

[startup+76.7016 s]
/proc/loadavg: 2.08 2.03 2.00 3/75 18626
/proc/meminfo: memFree=1325968/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=75.25
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 1033 160943 0 2 3 1 7379 142 16 0 1 0 1990283233 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 799 370 3 0 500 0
[pid=18625] ppid=18602 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18602 18602 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990290809 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 232 193 169 0 50 0
[pid=18626] ppid=18625 vsize=74684 CPUtime=0.9
/proc/18626/stat : 18626 (minisat) R 18625 18602 18016 0 -1 4194304 17781 0 0 0 77 13 0 0 25 0 1 0 1990290810 76476416 17767 996147200 134512640 135127466 4294956272 18446744073709551615 134532736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18626/statm: 18671 17767 62 150 0 18518 0
Current children cumulated CPU time (s) 76.15
Current children cumulated vsize (KiB) 93640

[startup+83.1016 s]
/proc/loadavg: 2.08 2.03 2.00 3/75 18626
/proc/meminfo: memFree=1140432/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=75.26
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 1033 160943 0 2 4 1 7379 142 16 0 1 0 1990283233 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 799 370 3 0 500 0
[pid=18625] ppid=18602 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18602 18602 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990290809 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 232 193 169 0 50 0
[pid=18626] ppid=18625 vsize=196568 CPUtime=7.27
/proc/18626/stat : 18626 (minisat) R 18625 18602 18016 0 -1 4194304 47471 0 0 0 692 35 0 0 25 0 1 0 1990290810 201285632 47457 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/18626/statm: 49142 47457 76 150 0 48989 0
Current children cumulated CPU time (s) 82.53
Current children cumulated vsize (KiB) 215524

[startup+84.7069 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 18626
/proc/meminfo: memFree=1139216/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=75.26
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 1033 160943 0 2 4 1 7379 142 16 0 1 0 1990283233 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 799 370 3 0 500 0
[pid=18625] ppid=18602 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18602 18602 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990290809 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 232 193 169 0 50 0
[pid=18626] ppid=18625 vsize=197496 CPUtime=8.87
/proc/18626/stat : 18626 (minisat) R 18625 18602 18016 0 -1 4194304 47694 0 0 0 852 35 0 0 25 0 1 0 1990290810 202235904 47680 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18626/statm: 49374 47680 76 150 0 49221 0
Current children cumulated CPU time (s) 84.13
Current children cumulated vsize (KiB) 216452

[startup+86.3021 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 18626
/proc/meminfo: memFree=1139216/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=75.26
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 1033 160943 0 2 4 1 7379 142 16 0 1 0 1990283233 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 799 370 3 0 500 0
[pid=18625] ppid=18602 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18602 18602 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990290809 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 232 193 169 0 50 0
[pid=18626] ppid=18625 vsize=198160 CPUtime=10.46
/proc/18626/stat : 18626 (minisat) R 18625 18602 18016 0 -1 4194304 47851 0 0 0 1011 35 0 0 25 0 1 0 1990290810 202915840 47837 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18626/statm: 49540 47837 76 150 0 49387 0
Current children cumulated CPU time (s) 85.72
Current children cumulated vsize (KiB) 217116

[startup+86.7012 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 18626
/proc/meminfo: memFree=1139216/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=85.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 1090 209156 0 2 4 1 8403 182 16 0 1 0 1990283233 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 85.9
Current children cumulated vsize (KiB) 13600

[startup+86.9062 s]
/proc/loadavg: 2.07 2.03 2.00 4/83 18636
/proc/meminfo: memFree=1323088/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=85.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 1090 209156 0 2 4 1 8403 182 16 0 1 0 1990283233 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 799 370 3 0 500 0
[pid=18627] ppid=18602 vsize=5356 CPUtime=0
/proc/18627/stat : 18627 (sh) S 18602 18602 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990291879 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18627/statm: 1339 233 193 169 0 50 0
[pid=18628] ppid=18627 vsize=864040 CPUtime=0.41
/proc/18628/stat : 18628 (java) S 18627 18602 18016 0 -1 0 3574 0 1 0 40 1 0 0 18 0 9 0 1990291879 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18628/statm: 216010 3043 1673 9 0 210592 0
[pid=18628/tid=18629] ppid=18627 vsize=864040 CPUtime=0.36
/proc/18628/task/18629/stat : 18629 (java) R 18627 18602 18016 0 -1 64 2481 0 1 0 35 1 0 0 19 0 9 0 1990291881 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4126488169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18630] ppid=18627 vsize=864040 CPUtime=0
/proc/18628/task/18630/stat : 18630 (java) S 18627 18602 18016 0 -1 64 110 0 0 0 0 0 0 0 16 0 9 0 1990291882 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18631] ppid=18627 vsize=864040 CPUtime=0
/proc/18628/task/18631/stat : 18631 (java) S 18627 18602 18016 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990291882 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18632] ppid=18627 vsize=864040 CPUtime=0
/proc/18628/task/18632/stat : 18632 (java) S 18627 18602 18016 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990291882 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18633] ppid=18627 vsize=864040 CPUtime=0
/proc/18628/task/18633/stat : 18633 (java) S 18627 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990291884 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18634] ppid=18627 vsize=864040 CPUtime=0.04
/proc/18628/task/18634/stat : 18634 (java) S 18627 18602 18016 0 -1 64 292 0 0 0 4 0 0 0 18 0 9 0 1990291884 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18635] ppid=18627 vsize=864040 CPUtime=0
/proc/18628/task/18635/stat : 18635 (java) S 18627 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990291884 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18636] ppid=18627 vsize=864040 CPUtime=0
/proc/18628/task/18636/stat : 18636 (java) S 18627 18602 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990291884 884776960 3043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.31
Current children cumulated vsize (KiB) 882996

[startup+87.0012 s]
/proc/loadavg: 2.07 2.03 2.00 4/83 18636
/proc/meminfo: memFree=1323088/2055920 swapFree=4179736/4192956
[pid=18602] ppid=18600 vsize=13600 CPUtime=85.9
/proc/18602/stat : 18602 (sugar) S 18600 18602 18016 0 -1 4194304 1091 209156 0 2 4 1 8403 182 15 0 1 0 1990283233 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18602/statm: 3400 799 370 3 0 500 0
[pid=18627] ppid=18602 vsize=5356 CPUtime=0
/proc/18627/stat : 18627 (sh) S 18602 18602 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990291879 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18627/statm: 1339 233 193 169 0 50 0
[pid=18628] ppid=18627 vsize=864068 CPUtime=0.51
/proc/18628/stat : 18628 (java) S 18627 18602 18016 0 -1 0 3641 0 1 0 49 2 0 0 18 0 9 0 1990291879 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18628/statm: 216017 3105 1708 9 0 210592 0
[pid=18628/tid=18629] ppid=18627 vsize=864068 CPUtime=0.44
/proc/18628/task/18629/stat : 18629 (java) S 18627 18602 18016 0 -1 64 2545 0 1 0 43 1 0 0 18 0 9 0 1990291881 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18630] ppid=18627 vsize=864068 CPUtime=0
/proc/18628/task/18630/stat : 18630 (java) S 18627 18602 18016 0 -1 64 110 0 0 0 0 0 0 0 16 0 9 0 1990291882 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18631] ppid=18627 vsize=864068 CPUtime=0
/proc/18628/task/18631/stat : 18631 (java) S 18627 18602 18016 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990291882 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18632] ppid=18627 vsize=864068 CPUtime=0
/proc/18628/task/18632/stat : 18632 (java) S 18627 18602 18016 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990291882 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18633] ppid=18627 vsize=864068 CPUtime=0
/proc/18628/task/18633/stat : 18633 (java) S 18627 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990291884 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18634] ppid=18627 vsize=864068 CPUtime=0.05
/proc/18628/task/18634/stat : 18634 (java) S 18627 18602 18016 0 -1 64 295 0 0 0 5 0 0 0 16 0 9 0 1990291884 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18635] ppid=18627 vsize=864068 CPUtime=0
/proc/18628/task/18635/stat : 18635 (java) S 18627 18602 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990291884 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18628/tid=18636] ppid=18627 vsize=864068 CPUtime=0
/proc/18628/task/18636/stat : 18636 (java) S 18627 18602 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990291884 884805632 3105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.41
Current children cumulated vsize (KiB) 883024

Child status: 0
Real time (s): 87.0896
CPU time (s): 86.4839
CPU user time (s): 84.5691
CPU system time (s): 1.91471
CPU usage (%): 99.3045
Max. virtual memory (cumulated for all children) (KiB): 897596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.5691
system time used= 1.91471
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214236
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= 6860
involuntary context switches= 7599

runsolver used 0.101984 second user time and 0.32595 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 21:25:44
IDJOB=1058152
IDBENCH=54110
IDSOLVER=346
FILE ID=node69/1058152-1215113143
PBS_JOBID= 7877068
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058152-1215113143/watcher-1058152-1215113143 -o /tmp/evaluation-result-1058152-1215113143/solver-1058152-1215113143 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1058152-1215113143.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a46901a8ea2c192a6f5d5f8c9f3ac47
RANDOM SEED=361044340

node69.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.259
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.259
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:       1415240 kB
Buffers:         64624 kB
Cached:         368968 kB
SwapCached:       7048 kB
Active:         206020 kB
Inactive:       368248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1415240 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:         148464 kB
Slab:            51488 kB
Committed_AS:  4126980 kB
PageTables:       2116 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= 66524 MiB
End job on node69 at 2008-07-03 21:27:11