Trace number 1058056

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 43.6054 44.1868

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-15.xml
MD5SUMe388ff74a36a9bb17963ab4d6d8a2381
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.981849
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2042
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1556
Global constraints used (with number of constraints)alldifferent(486)

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:19:51 2008
0.00/0.04	c 0	PID 24311
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058056-1215112791.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058056-1215112791.xml' 'HOME/temp.csp'
0.03/0.64	c 1	252 domains, 400 variables, 1 predicates, 0 relations, 2042 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 1	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.60/0.76	c 1	Parsing HOME/temp.csp
0.90/1.00	c 1	parsed 2695 expressions
0.90/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.01	c 1	Converting to clausal form CSP
0.90/1.05	c 1	converted 270 (10%) expressions
0.90/1.06	c 1	converted 539 (20%) expressions
1.09/1.25	c 1	converted 809 (30%) expressions
1.30/1.40	c 1	converted 1078 (40%) expressions
1.39/1.50	c 1	converted 1348 (50%) expressions
1.49/1.65	c 2	converted 1617 (60%) expressions
1.58/1.75	c 2	converted 1887 (70%) expressions
1.69/1.83	c 2	converted 2156 (80%) expressions
8.23/8.44	c 8	converted 2426 (90%) expressions
16.94/17.23	c 17	converted 2695 (100%) expressions
16.94/17.23	c 17	CSP : 400 integers, 0 booleans, 45840 clauses, largest domain size 26
16.94/17.23	c 17	Heap : 268 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.94/17.23	c 17	Propagation in CSP
20.10/20.40	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.10/20.40	c 20	CSP : 400 integers, 0 booleans, 45840 clauses, largest domain size 26
20.10/20.40	c 20	Heap : 272 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.10/20.45	c 20	Simplifing CSP by introducing new Boolean variables
20.51/20.90	c 21	CSP : 400 integers, 91941 booleans, 137781 clauses, largest domain size 26
20.51/20.90	c 21	Heap : 300 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.28/22.61	c 22	Encoding CSP to SAT : HOME/temp.cnf
22.28/22.66	c 23	40 (10%) CSP integer variables are encoded (622 clauses, 6702 bytes)
22.28/22.68	c 23	80 (20%) CSP integer variables are encoded (1228 clauses, 13947 bytes)
22.28/22.68	c 23	120 (30%) CSP integer variables are encoded (1834 clauses, 21825 bytes)
22.28/22.68	c 23	160 (40%) CSP integer variables are encoded (2434 clauses, 29625 bytes)
22.28/22.69	c 23	200 (50%) CSP integer variables are encoded (3034 clauses, 37425 bytes)
22.28/22.69	c 23	240 (60%) CSP integer variables are encoded (3047 clauses, 37594 bytes)
22.28/22.69	c 23	280 (70%) CSP integer variables are encoded (3067 clauses, 37854 bytes)
22.28/22.69	c 23	320 (80%) CSP integer variables are encoded (3083 clauses, 38062 bytes)
22.28/22.69	c 23	360 (90%) CSP integer variables are encoded (3094 clauses, 38205 bytes)
22.28/22.69	c 23	400 (100%) CSP integer variables are encoded (3155 clauses, 38998 bytes)
23.47/23.82	c 24	13779 (10%) CSP clauses are encoded (140801 clauses, 2534493 bytes)
24.16/24.51	c 24	27557 (20%) CSP clauses are encoded (297422 clauses, 5463905 bytes)
24.76/25.19	c 25	41335 (30%) CSP clauses are encoded (451813 clauses, 8350252 bytes)
25.45/25.86	c 26	55113 (40%) CSP clauses are encoded (606570 clauses, 11234327 bytes)
26.13/26.54	c 26	68891 (50%) CSP clauses are encoded (766808 clauses, 14249069 bytes)
26.73/27.20	c 27	82669 (60%) CSP clauses are encoded (919509 clauses, 17099607 bytes)
27.43/27.85	c 28	96447 (70%) CSP clauses are encoded (1072506 clauses, 19962370 bytes)
28.12/28.53	c 28	110225 (80%) CSP clauses are encoded (1229957 clauses, 22910842 bytes)
28.71/29.18	c 29	124003 (90%) CSP clauses are encoded (1384605 clauses, 25821142 bytes)
29.40/29.85	c 30	137781 (100%) CSP clauses are encoded (1540690 clauses, 28750243 bytes)
29.40/29.85	c 30	137781 CSP clauses encoded
29.40/29.85	c 30	Writing map file : HOME/temp.map
29.40/29.87	c 30	Heap : 300 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.40/29.88	c 30	SAT : 95358 SAT variables, 1540690 SAT clauses, 28750243 bytes
29.40/29.88	c 30	Heap : 300 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.49/29.98	c 30	SOLVING HOME/temp.cnf
29.49/29.98	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.49/29.98	c 30	This is MiniSat 2.0 beta
29.49/29.98	c 30	WARNING: for repeatability, setting FPU to use double precision
29.49/29.99	c 30	============================[ Problem Statistics ]=============================
29.49/29.99	c 30	|                                                                             |
29.49/29.99	c 30	|  Number of variables:  95358                                                |
29.49/29.99	c 30	|  Number of clauses:    1540690                                              |
30.24/30.80	c 31	|  Parsing time:         0.67         s                                       |
30.34/30.85	c 31	============================[ Search Statistics ]==============================
30.34/30.85	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.34/30.85	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.34/30.85	c 31	===============================================================================
30.34/30.85	c 31	|         0 |   95358  1540690  4441340 |   513563        0    nan |  0.000 % |
31.32/31.81	c 32	|       101 |   95358  1540690  4441340 |   564919      101     56 |  0.000 % |
32.31/32.82	c 33	|       251 |   95358  1540690  4441340 |   621411      251     46 |  0.000 % |
33.01/33.58	c 33	|       477 |   95358  1540690  4441340 |   683552      477     34 |  0.000 % |
34.50/35.00	c 35	|       814 |   95358  1540690  4441340 |   751908      814     36 |  0.000 % |
36.28/36.83	c 37	|      1320 |   95358  1540690  4441340 |   827098     1320     35 |  0.000 % |
38.55/39.12	c 39	|      2079 |   95358  1540690  4441340 |   909808     2079     31 |  0.000 % |
42.42/43.01	c 43	|      3218 |   95358  1540690  4441340 |  1000789     3218     30 |  0.000 % |
42.91/43.57	c 43	===============================================================================
42.91/43.58	c 43	restarts              : 8
42.91/43.58	c 43	conflicts             : 3305           (248 /sec)
42.91/43.58	c 43	decisions             : 7112           (1.21 % random) (534 /sec)
42.91/43.58	c 43	propagations          : 11189769       (840516 /sec)
42.91/43.58	c 43	conflict literals     : 99297          (5.30 % deleted)
42.91/43.58	c 43	Memory used           : 74.26 MB
42.91/43.58	c 43	CPU time              : 13.313 s
42.91/43.58	c 43	
43.01/43.62	c 43	SATISFIABLE
43.01/43.64	c 44	DECODING HOME/temp.out WITH HOME/temp.map
43.01/43.64	c 44	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.06/43.72	c 44	Decoding HOME/temp.out
43.49/44.13	s SATISFIABLE
43.49/44.14	v 34 1 13 4 43 6 32 26 21 15 28 35 10 40 19 37 43 19 4 6 34 8 28 24 15 14 17 19 33 42 31 7 30 22 12 21 13 0 1 25 44 16 10 18 16 37 14 25 12 6 23 26 2 35 32 8 1 30 15 0 39 34 23 25 40 0 43 30 27 8 29 27 3 22 33 0 37 35 24 32 42 34 28 38 17 36 5 36 35 10 7 24 13 44 9 20 28 39 20 27 26 7 42 28 4 35 11 17 39 2 38 13 32 21 31 29 26 13 24 1 33 15 9 30 1 40 44 9 23 18 41 22 35 14 17 38 6 4 20 37 31 29 19 44 20 40 10 7 41 4 26 5 28 41 42 15 36 22 7 11 29 13 0 3 4 18 31 16 36 1 14 39 16 11 42 44 30 2 31 39 29 16 42 8 6 3 27 12 2 17 28 33 12 23 40 44 42 8 24 18 1 14 13 15 18 1 8 4 5 10 9 6 12 10 13 8 13 3 12 19 12 0 12 11 5 17 17 19 11 3 17 15 19 13 9 17 4 13 18 8 19 13 0 17 17 5 1 6 15 12 12 12 16 4 19 9 10 1 14 15 18 14 3 12 8 11 14 0 13 19 8 18 12 4 1 2 19 12 7 0 10 8 16 18 13 17 8 6 10 2 9 3 0 14 15 7 6 1 11 9 15 13 13 0 19 16 12 9 10 14 5 18 10 8 12 10 16 19 16 13 12 17 0 5 11 5 5 11 8 18 14 5 18 9 2 8 7 14 8 18 6 3 2 8 4 9 10 5 12 6 1 7 19 10 17 9 5 9 12 6 18 15 8 17 11 6 15 18 7 19 10 19 12 17 9 6 16 2 0 5 19 11 0 12 16 14 10 8 1 1 14 3 16 19 6 1 6 4 10 15
43.49/44.15	c 44	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
43.49/44.17	c 44	CPU 42.51 (0.04 0.01 42.47 1.05)
43.49/44.17	c 44	END Thu Jul  3 21:20:35 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-1058056-1215112791/watcher-1058056-1215112791 -o /tmp/evaluation-result-1058056-1215112791/solver-1058056-1215112791 -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-1058056-1215112791.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.05 2.01 2.00 4/80 24311
/proc/meminfo: memFree=1265768/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=12268 CPUtime=0
/proc/24311/stat : 24311 (sugar) R 24309 24311 23730 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1990253453 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24311/statm: 3067 316 241 3 0 167 0

[startup+0.075524 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 24311
/proc/meminfo: memFree=1265768/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.03
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990253453 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101917 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 24311
/proc/meminfo: memFree=1265768/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.03
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990253453 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301952 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 24311
/proc/meminfo: memFree=1265768/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.03
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990253453 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702678 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 24311
/proc/meminfo: memFree=1265768/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.6
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 956 5305 0 1 3 0 53 4 16 0 1 0 1990253453 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 24333
/proc/meminfo: memFree=1256592/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.6
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 974 5305 0 1 3 0 53 4 15 0 1 0 1990253453 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 797 370 3 0 500 0
[pid=24324] ppid=24311 vsize=5356 CPUtime=0
/proc/24324/stat : 24324 (sh) S 24311 24311 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990253522 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24324/statm: 1339 233 193 169 0 50 0
[pid=24325] ppid=24324 vsize=868272 CPUtime=0.79
/proc/24325/stat : 24325 (java) S 24324 24311 23730 0 -1 0 7448 0 1 0 74 5 0 0 18 0 9 0 1990253522 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24325/statm: 217068 6690 2540 9 0 211643 0
[pid=24325/tid=24326] ppid=24324 vsize=868272 CPUtime=0.46
/proc/24325/task/24326/stat : 24326 (java) R 24324 24311 23730 0 -1 64 2662 0 1 0 44 2 0 0 20 0 9 0 1990253523 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4126605720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24327] ppid=24324 vsize=868272 CPUtime=0.11
/proc/24325/task/24327/stat : 24327 (java) S 24324 24311 23730 0 -1 64 2640 0 0 0 10 1 0 0 16 0 9 0 1990253524 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24328] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24328/stat : 24328 (java) S 24324 24311 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990253524 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24329] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24329/stat : 24329 (java) S 24324 24311 23730 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990253524 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24330] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24330/stat : 24330 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990253526 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24331] ppid=24324 vsize=868272 CPUtime=0.19
/proc/24325/task/24331/stat : 24331 (java) S 24324 24311 23730 0 -1 64 1453 0 0 0 18 1 0 0 16 0 9 0 1990253526 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24332] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24332/stat : 24332 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990253526 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24333] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24333/stat : 24333 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990253526 889110528 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887228

[startup+3.10148 s]
/proc/loadavg: 2.05 2.01 2.00 4/91 24333
/proc/meminfo: memFree=1237392/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.61
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 974 5305 0 1 4 0 53 4 15 0 1 0 1990253453 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 797 370 3 0 500 0
[pid=24324] ppid=24311 vsize=5356 CPUtime=0
/proc/24324/stat : 24324 (sh) S 24311 24311 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990253522 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24324/statm: 1339 233 193 169 0 50 0
[pid=24325] ppid=24324 vsize=868272 CPUtime=2.38
/proc/24325/stat : 24325 (java) S 24324 24311 23730 0 -1 0 14354 0 1 0 229 9 0 0 18 0 9 0 1990253522 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24325/statm: 217068 13552 2540 9 0 211643 0
[pid=24325/tid=24326] ppid=24324 vsize=868272 CPUtime=1.44
/proc/24325/task/24326/stat : 24326 (java) R 24324 24311 23730 0 -1 64 2994 0 1 0 142 2 0 0 25 0 9 0 1990253523 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4126568804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24327] ppid=24324 vsize=868272 CPUtime=0.7
/proc/24325/task/24327/stat : 24327 (java) S 24324 24311 23730 0 -1 64 9205 0 0 0 66 4 0 0 16 0 9 0 1990253524 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24328] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24328/stat : 24328 (java) S 24324 24311 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990253524 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24329] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24329/stat : 24329 (java) S 24324 24311 23730 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990253524 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24330] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24330/stat : 24330 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990253526 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24331] ppid=24324 vsize=868272 CPUtime=0.2
/proc/24325/task/24331/stat : 24331 (java) S 24324 24311 23730 0 -1 64 1462 0 0 0 19 1 0 0 15 0 9 0 1990253526 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24332] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24332/stat : 24332 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990253526 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24333] ppid=24324 vsize=868272 CPUtime=0
/proc/24325/task/24333/stat : 24333 (java) R 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990253526 889110528 13552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887228

[startup+6.30208 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 24333
/proc/meminfo: memFree=1181264/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.61
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 974 5305 0 1 4 0 53 4 15 0 1 0 1990253453 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 797 370 3 0 500 0
[pid=24324] ppid=24311 vsize=5356 CPUtime=0
/proc/24324/stat : 24324 (sh) S 24311 24311 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990253522 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24324/statm: 1339 233 193 169 0 50 0
[pid=24325] ppid=24324 vsize=868388 CPUtime=5.54
/proc/24325/stat : 24325 (java) S 24324 24311 23730 0 -1 0 28131 0 1 0 539 15 0 0 18 0 9 0 1990253522 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24325/statm: 217097 27302 2540 9 0 211672 0
[pid=24325/tid=24326] ppid=24324 vsize=868388 CPUtime=3.3
/proc/24325/task/24326/stat : 24326 (java) R 24324 24311 23730 0 -1 64 3773 0 1 0 327 3 0 0 25 0 9 0 1990253523 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4126601991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24327] ppid=24324 vsize=868388 CPUtime=2.02
/proc/24325/task/24327/stat : 24327 (java) S 24324 24311 23730 0 -1 64 22203 0 0 0 192 10 0 0 16 0 9 0 1990253524 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24328] ppid=24324 vsize=868388 CPUtime=0
/proc/24325/task/24328/stat : 24328 (java) S 24324 24311 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990253524 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24329] ppid=24324 vsize=868388 CPUtime=0
/proc/24325/task/24329/stat : 24329 (java) S 24324 24311 23730 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990253524 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24330] ppid=24324 vsize=868388 CPUtime=0
/proc/24325/task/24330/stat : 24330 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990253526 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24331] ppid=24324 vsize=868388 CPUtime=0.2
/proc/24325/task/24331/stat : 24331 (java) S 24324 24311 23730 0 -1 64 1462 0 0 0 19 1 0 0 15 0 9 0 1990253526 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24332] ppid=24324 vsize=868388 CPUtime=0
/proc/24325/task/24332/stat : 24332 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990253526 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24333] ppid=24324 vsize=868388 CPUtime=0
/proc/24325/task/24333/stat : 24333 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990253526 889229312 27302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887344

[startup+12.7019 s]
/proc/loadavg: 2.12 2.03 2.01 4/91 24333
/proc/meminfo: memFree=1064912/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.61
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 974 5305 0 1 4 0 53 4 16 0 1 0 1990253453 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 797 370 3 0 500 0
[pid=24324] ppid=24311 vsize=5356 CPUtime=0
/proc/24324/stat : 24324 (sh) S 24311 24311 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990253522 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24324/statm: 1339 233 193 169 0 50 0
[pid=24325] ppid=24324 vsize=888876 CPUtime=11.87
/proc/24325/stat : 24325 (java) S 24324 24311 23730 0 -1 0 70707 0 1 0 1152 35 0 0 18 0 9 0 1990253522 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24325/statm: 222219 57045 2540 9 0 216794 0
[pid=24325/tid=24326] ppid=24324 vsize=888876 CPUtime=6.49
/proc/24325/task/24326/stat : 24326 (java) R 24324 24311 23730 0 -1 64 4532 0 1 0 646 3 0 0 25 0 9 0 1990253523 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24327] ppid=24324 vsize=888876 CPUtime=5.15
/proc/24325/task/24327/stat : 24327 (java) R 24324 24311 23730 0 -1 64 64020 0 0 0 486 29 0 0 17 0 9 0 1990253524 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 102731931 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24328] ppid=24324 vsize=888876 CPUtime=0
/proc/24325/task/24328/stat : 24328 (java) S 24324 24311 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990253524 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24329] ppid=24324 vsize=888876 CPUtime=0
/proc/24325/task/24329/stat : 24329 (java) S 24324 24311 23730 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990253524 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24330] ppid=24324 vsize=888876 CPUtime=0
/proc/24325/task/24330/stat : 24330 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990253526 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24331] ppid=24324 vsize=888876 CPUtime=0.2
/proc/24325/task/24331/stat : 24331 (java) S 24324 24311 23730 0 -1 64 1462 0 0 0 19 1 0 0 15 0 9 0 1990253526 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24332] ppid=24324 vsize=888876 CPUtime=0
/proc/24325/task/24332/stat : 24332 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990253526 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24333] ppid=24324 vsize=888876 CPUtime=0
/proc/24325/task/24333/stat : 24333 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990253526 910209024 57045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 907832

[startup+25.5027 s]
/proc/loadavg: 2.09 2.03 2.01 3/91 24333
/proc/meminfo: memFree=915472/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=0.61
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 974 5305 0 1 4 0 53 4 15 0 1 0 1990253453 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 797 370 3 0 500 0
[pid=24324] ppid=24311 vsize=5356 CPUtime=0
/proc/24324/stat : 24324 (sh) S 24311 24311 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990253522 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24324/statm: 1339 233 193 169 0 50 0
[pid=24325] ppid=24324 vsize=868500 CPUtime=24.53
/proc/24325/stat : 24325 (java) S 24324 24311 23730 0 -1 0 115590 0 1 0 2390 63 0 0 18 0 9 0 1990253522 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24325/statm: 217125 87138 2566 9 0 211672 0
[pid=24325/tid=24326] ppid=24324 vsize=868500 CPUtime=14.86
/proc/24325/task/24326/stat : 24326 (java) R 24324 24311 23730 0 -1 64 7873 0 1 0 1473 13 0 0 25 0 9 0 1990253523 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4127035372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24327] ppid=24324 vsize=868500 CPUtime=9.37
/proc/24325/task/24327/stat : 24327 (java) S 24324 24311 23730 0 -1 64 105510 0 0 0 889 48 0 0 16 0 9 0 1990253524 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24328] ppid=24324 vsize=868500 CPUtime=0
/proc/24325/task/24328/stat : 24328 (java) S 24324 24311 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990253524 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24329] ppid=24324 vsize=868500 CPUtime=0
/proc/24325/task/24329/stat : 24329 (java) S 24324 24311 23730 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990253524 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24330] ppid=24324 vsize=868500 CPUtime=0
/proc/24325/task/24330/stat : 24330 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990253526 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24331] ppid=24324 vsize=868500 CPUtime=0.28
/proc/24325/task/24331/stat : 24331 (java) S 24324 24311 23730 0 -1 64 1514 0 0 0 27 1 0 0 16 0 9 0 1990253526 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24332] ppid=24324 vsize=868500 CPUtime=0
/proc/24325/task/24332/stat : 24332 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990253526 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24325/tid=24333] ppid=24324 vsize=868500 CPUtime=0
/proc/24325/task/24333/stat : 24333 (java) S 24324 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990253526 889344000 87138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887456

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

[startup+31.9069 s]
/proc/loadavg: 2.09 2.03 2.01 3/83 24335
/proc/meminfo: memFree=1164176/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=29.55
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 1033 121228 0 2 4 0 2865 86 16 0 1 0 1990253453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 799 370 3 0 500 0
[pid=24334] ppid=24311 vsize=5356 CPUtime=0
/proc/24334/stat : 24334 (sh) S 24311 24311 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990256452 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24334/statm: 1339 232 193 169 0 50 0
[pid=24335] ppid=24334 vsize=73224 CPUtime=1.87
/proc/24335/stat : 24335 (minisat) R 24334 24311 23730 0 -1 4194304 17870 0 0 0 174 13 0 0 25 0 1 0 1990256452 74981376 17856 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24335/statm: 18306 17856 76 150 0 18153 0
Current children cumulated CPU time (s) 31.42
Current children cumulated vsize (KiB) 92180

[startup+38.3011 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 24335
/proc/meminfo: memFree=1161424/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=29.55
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 1033 121228 0 2 4 0 2865 86 16 0 1 0 1990253453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 799 370 3 0 500 0
[pid=24334] ppid=24311 vsize=5356 CPUtime=0
/proc/24334/stat : 24334 (sh) S 24311 24311 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990256452 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24334/statm: 1339 232 193 169 0 50 0
[pid=24335] ppid=24334 vsize=75336 CPUtime=8.21
/proc/24335/stat : 24335 (minisat) R 24334 24311 23730 0 -1 4194304 18387 0 0 0 807 14 0 0 25 0 1 0 1990256452 77144064 18373 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24335/statm: 18834 18373 76 150 0 18681 0
Current children cumulated CPU time (s) 37.76
Current children cumulated vsize (KiB) 94292

[startup+41.5017 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 24335
/proc/meminfo: memFree=1161424/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=29.55
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 1033 121228 0 2 4 0 2865 86 16 0 1 0 1990253453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 799 370 3 0 500 0
[pid=24334] ppid=24311 vsize=5356 CPUtime=0
/proc/24334/stat : 24334 (sh) S 24311 24311 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990256452 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24334/statm: 1339 232 193 169 0 50 0
[pid=24335] ppid=24334 vsize=75468 CPUtime=11.38
/proc/24335/stat : 24335 (minisat) R 24334 24311 23730 0 -1 4194304 18426 0 0 0 1124 14 0 0 25 0 1 0 1990256452 77279232 18412 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24335/statm: 18867 18412 76 150 0 18714 0
Current children cumulated CPU time (s) 40.93
Current children cumulated vsize (KiB) 94424

[startup+43.102 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 24335
/proc/meminfo: memFree=1161360/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=29.55
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 1033 121228 0 2 4 0 2865 86 16 0 1 0 1990253453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 799 370 3 0 500 0
[pid=24334] ppid=24311 vsize=5356 CPUtime=0
/proc/24334/stat : 24334 (sh) S 24311 24311 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990256452 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24334/statm: 1339 232 193 169 0 50 0
[pid=24335] ppid=24334 vsize=75600 CPUtime=12.97
/proc/24335/stat : 24335 (minisat) R 24334 24311 23730 0 -1 4194304 18444 0 0 0 1283 14 0 0 25 0 1 0 1990256452 77414400 18430 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24335/statm: 18900 18430 76 150 0 18747 0
Current children cumulated CPU time (s) 42.52
Current children cumulated vsize (KiB) 94556

[startup+43.9011 s]
/proc/loadavg: 2.07 2.03 2.00 4/91 24345
/proc/meminfo: memFree=1228880/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=43.06
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 1090 140053 0 2 4 0 4200 102 16 0 1 0 1990253453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 799 370 3 0 500 0
[pid=24336] ppid=24311 vsize=5356 CPUtime=0
/proc/24336/stat : 24336 (sh) S 24311 24311 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990257818 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24336/statm: 1339 233 193 169 0 50 0
[pid=24337] ppid=24336 vsize=863720 CPUtime=0.24
/proc/24337/stat : 24337 (java) S 24336 24311 23730 0 -1 0 3474 0 1 0 22 2 0 0 18 0 9 0 1990257818 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24337/statm: 215930 2943 1657 9 0 210512 0
[pid=24337/tid=24338] ppid=24336 vsize=863720 CPUtime=0.22
/proc/24337/task/24338/stat : 24338 (java) R 24336 24311 23730 0 -1 64 2473 0 1 0 21 1 0 0 18 0 9 0 1990257819 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24339] ppid=24336 vsize=863720 CPUtime=0
/proc/24337/task/24339/stat : 24339 (java) S 24336 24311 23730 0 -1 64 103 0 0 0 0 0 0 0 16 0 9 0 1990257820 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24340] ppid=24336 vsize=863720 CPUtime=0
/proc/24337/task/24340/stat : 24340 (java) S 24336 24311 23730 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1990257820 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24341] ppid=24336 vsize=863720 CPUtime=0
/proc/24337/task/24341/stat : 24341 (java) S 24336 24311 23730 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990257820 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24342] ppid=24336 vsize=863720 CPUtime=0
/proc/24337/task/24342/stat : 24342 (java) S 24336 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990257822 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24343] ppid=24336 vsize=863720 CPUtime=0
/proc/24337/task/24343/stat : 24343 (java) R 24336 24311 23730 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 1990257823 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 101740535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24344] ppid=24336 vsize=863720 CPUtime=0
/proc/24337/task/24344/stat : 24344 (java) S 24336 24311 23730 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990257823 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24345] ppid=24336 vsize=863720 CPUtime=0
/proc/24337/task/24345/stat : 24345 (java) S 24336 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1990257823 884449280 2943 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.3
Current children cumulated vsize (KiB) 882676

[startup+44.1012 s]
/proc/loadavg: 2.07 2.03 2.00 4/91 24345
/proc/meminfo: memFree=1228880/2055920 swapFree=4180456/4192956
[pid=24311] ppid=24309 vsize=13600 CPUtime=43.06
/proc/24311/stat : 24311 (sugar) S 24309 24311 23730 0 -1 4194304 1090 140053 0 2 4 0 4200 102 16 0 1 0 1990253453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24311/statm: 3400 799 370 3 0 500 0
[pid=24336] ppid=24311 vsize=5356 CPUtime=0
/proc/24336/stat : 24336 (sh) S 24311 24311 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990257818 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24336/statm: 1339 233 193 169 0 50 0
[pid=24337] ppid=24336 vsize=864040 CPUtime=0.43
/proc/24337/stat : 24337 (java) S 24336 24311 23730 0 -1 0 3568 0 1 0 41 2 0 0 18 0 9 0 1990257818 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24337/statm: 216010 3037 1673 9 0 210592 0
[pid=24337/tid=24338] ppid=24336 vsize=864040 CPUtime=0.37
/proc/24337/task/24338/stat : 24338 (java) R 24336 24311 23730 0 -1 64 2473 0 1 0 36 1 0 0 20 0 9 0 1990257819 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4126487203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24339] ppid=24336 vsize=864040 CPUtime=0
/proc/24337/task/24339/stat : 24339 (java) S 24336 24311 23730 0 -1 64 103 0 0 0 0 0 0 0 16 0 9 0 1990257820 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24340] ppid=24336 vsize=864040 CPUtime=0
/proc/24337/task/24340/stat : 24340 (java) S 24336 24311 23730 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1990257820 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24341] ppid=24336 vsize=864040 CPUtime=0
/proc/24337/task/24341/stat : 24341 (java) S 24336 24311 23730 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990257820 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24342] ppid=24336 vsize=864040 CPUtime=0
/proc/24337/task/24342/stat : 24342 (java) S 24336 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990257822 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24343] ppid=24336 vsize=864040 CPUtime=0.04
/proc/24337/task/24343/stat : 24343 (java) S 24336 24311 23730 0 -1 64 300 0 0 0 4 0 0 0 19 0 9 0 1990257823 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24344] ppid=24336 vsize=864040 CPUtime=0
/proc/24337/task/24344/stat : 24344 (java) S 24336 24311 23730 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990257823 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24337/tid=24345] ppid=24336 vsize=864040 CPUtime=0
/proc/24337/task/24345/stat : 24345 (java) S 24336 24311 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990257823 884776960 3037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.49
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 44.1868
CPU time (s): 43.6054
CPU user time (s): 42.5165
CPU system time (s): 1.08883
CPU usage (%): 98.6841
Max. virtual memory (cumulated for all children) (KiB): 907832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.5165
system time used= 1.08883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145129
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= 4861
involuntary context switches= 5579

runsolver used 0.06299 second user time and 0.169974 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 21:19:51
IDJOB=1058056
IDBENCH=54104
IDSOLVER=346
FILE ID=node19/1058056-1215112791
PBS_JOBID= 7877165
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-15.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-1058056-1215112791/watcher-1058056-1215112791 -o /tmp/evaluation-result-1058056-1215112791/solver-1058056-1215112791 -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-1058056-1215112791.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e388ff74a36a9bb17963ab4d6d8a2381
RANDOM SEED=1734280745

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1266248 kB
Buffers:         53156 kB
Cached:         222776 kB
SwapCached:       6540 kB
Active:         587116 kB
Inactive:       134408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266248 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:         461948 kB
Slab:            52432 kB
Committed_AS:  4146360 kB
PageTables:       2716 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= 66544 MiB
End job on node19 at 2008-07-03 21:20:35