Trace number 2083908

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 123.398 126.397

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-8.xml
MD5SUM6e460b84f999771fc63912f5692a6b09
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.5853
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

0.06/0.21	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.22	c 0	BEGIN Sun Jul 12 08:01:07 2009
0.06/0.22	c 0	PID 27309
0.06/0.22	c 0	HOST node78.alineos.net
0.06/0.22	c 0	CONVERTING HOME/instance-2083908-1247378467.xml TO HOME/temp.csp
0.06/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083908-1247378467.xml' 'HOME/temp.csp'
0.73/1.08	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
0.73/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.73/1.10	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/1.18	c 1	Parsing HOME/temp.csp
0.82/1.37	c 1	parsed 9632 expressions
0.82/1.38	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.82/1.38	c 1	Converting to clausal form CSP
2.18/2.55	c 3	converted 964 (10%) expressions
3.87/4.26	c 4	converted 1927 (20%) expressions
5.15/5.54	c 6	converted 2890 (30%) expressions
6.13/6.54	c 6	converted 3853 (40%) expressions
7.32/7.77	c 8	converted 4816 (50%) expressions
8.31/8.73	c 9	converted 5780 (60%) expressions
8.98/9.49	c 9	converted 6743 (70%) expressions
10.38/10.90	c 11	converted 7706 (80%) expressions
11.26/11.74	c 12	converted 8669 (90%) expressions
12.15/12.61	c 13	converted 9632 (100%) expressions
12.15/12.61	c 13	CSP : 1198 integers, 25934 booleans, 53672 clauses, largest domain size 2721
12.15/12.61	c 13	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.15/12.61	c 13	Propagation in CSP
12.55/13.05	c 13	480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.55/13.05	c 13	CSP : 1198 integers, 25934 booleans, 53672 clauses, largest domain size 2721
12.55/13.05	c 13	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.55/13.08	c 13	Simplifing CSP by introducing new Boolean variables
12.65/13.17	c 13	CSP : 1198 integers, 43744 booleans, 71482 clauses, largest domain size 2721
12.65/13.17	c 13	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.23/13.79	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.73/14.26	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.23/14.70	c 15	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
14.62/15.14	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
15.02/15.59	c 16	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
15.52/16.06	c 16	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
15.80/16.35	c 16	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
16.09/16.61	c 17	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
16.29/16.87	c 17	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
16.59/17.18	c 17	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
16.88/17.46	c 17	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
20.52/21.18	c 21	7149 (10%) CSP clauses are encoded (2334914 clauses, 48820701 bytes)
24.55/25.21	c 25	14297 (20%) CSP clauses are encoded (3680765 clauses, 82315974 bytes)
28.28/29.05	c 29	21445 (30%) CSP clauses are encoded (5041651 clauses, 116695829 bytes)
31.75/32.51	c 32	28593 (40%) CSP clauses are encoded (6392184 clauses, 151308035 bytes)
35.44/36.37	c 36	35741 (50%) CSP clauses are encoded (7753983 clauses, 186392324 bytes)
39.94/40.94	c 41	42890 (60%) CSP clauses are encoded (9439459 clauses, 229464577 bytes)
44.18/45.23	c 45	50038 (70%) CSP clauses are encoded (11104033 clauses, 271800632 bytes)
48.29/49.99	c 50	57186 (80%) CSP clauses are encoded (12755666 clauses, 313974472 bytes)
52.72/54.49	c 54	64334 (90%) CSP clauses are encoded (14542585 clauses, 359539985 bytes)
57.23/59.04	c 59	71482 (100%) CSP clauses are encoded (16294120 clauses, 404266140 bytes)
57.23/59.04	c 59	71482 CSP clauses encoded
57.23/59.05	c 59	Writing map file : HOME/temp.map
57.33/59.10	c 59	Heap : 83 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
57.33/59.10	c 59	SAT : 1210658 SAT variables, 16294120 SAT clauses, 404266140 bytes
57.33/59.10	c 59	Heap : 83 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
57.33/59.17	c 59	SOLVING HOME/temp.cnf
57.33/59.17	c 59	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
57.33/59.17	c 59	This is MiniSat 2.0 beta
57.33/59.17	c 59	WARNING: for repeatability, setting FPU to use double precision
57.33/59.17	c 59	============================[ Problem Statistics ]=============================
57.33/59.17	c 59	|                                                                             |
57.33/59.17	c 59	|  Number of variables:  1210658                                              |
57.33/59.17	c 59	|  Number of clauses:    16294120                                             |
67.26/69.56	c 70	|  Parsing time:         8.65         s                                       |
67.76/70.03	c 70	============================[ Search Statistics ]==============================
67.76/70.03	c 70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
67.76/70.03	c 70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
67.76/70.03	c 70	===============================================================================
67.76/70.03	c 70	|         0 | 1210648 16294110 46544228 |  5431370        0    nan |  0.000 % |
69.33/71.61	c 72	|       101 | 1210643 16294110 46544228 |  5974507       98      3 |  0.031 % |
71.91/74.23	c 74	|       251 | 1210642 16294110 46544228 |  6571957      247      3 |  0.031 % |
76.48/78.87	c 79	|       476 | 1210609 16294110 46544228 |  7229153      461      3 |  0.059 % |
83.45/85.81	c 86	|       813 | 1210604 16294110 46544228 |  7952068      794      4 |  0.063 % |
86.53/88.90	c 89	|      1319 | 1210557 16294110 46544228 |  8747275     1296      5 |  0.496 % |
94.39/96.86	c 97	|      2078 | 1199163 16120356 46046237 |  9622003     2040      5 |  0.981 % |
105.73/108.26	c 108	|      3217 | 1198896 16120356 46046237 | 10584203     3160      6 |  2.524 % |
122.63/125.27	c 125	===============================================================================
122.63/125.29	c 125	restarts              : 8
122.63/125.29	c 125	conflicts             : 4798           (75 /sec)
122.63/125.29	c 125	decisions             : 201315         (1.60 % random) (3154 /sec)
122.63/125.29	c 125	propagations          : 110857629      (1736565 /sec)
122.63/125.29	c 125	conflict literals     : 29351          (11.04 % deleted)
122.63/125.29	c 125	Memory used           : 782.78 MB
122.63/125.29	c 125	CPU time              : 63.8373 s
122.63/125.29	c 125	
122.63/125.29	c 125	UNSATISFIABLE
122.80/125.44	c 125	DECODING HOME/temp.out WITH HOME/temp.map
122.80/125.44	c 125	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
122.86/125.70	c 126	Decoding HOME/temp.out
122.86/126.02	s UNSATISFIABLE
122.86/126.03	c 126	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
122.86/126.07	c 126	CPU 123.25 (0.06 0.02 118.62 4.55)
122.86/126.07	c 126	END Sun Jul 12 08:03:13 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083908-1247378467/watcher-2083908-1247378467 -o /tmp/evaluation-result-2083908-1247378467/solver-2083908-1247378467 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083908-1247378467.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.51 2.25 2.14 4/83 27309
/proc/meminfo: memFree=872272/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=18576 CPUtime=0
/proc/27309/stat : 27309 (runsolver) R 27307 27309 27042 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24911253 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27309/statm: 4644 284 249 26 0 2626 0

[startup+0.067646 s]
/proc/loadavg: 2.51 2.25 2.14 4/83 27309
/proc/meminfo: memFree=872272/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=12272 CPUtime=0
/proc/27309/stat : 27309 (sugar) R 27307 27309 27042 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 24911253 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 0 4224 0 0 0 0 17 1 0 0
/proc/27309/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102638 s]
/proc/loadavg: 2.51 2.25 2.14 4/83 27309
/proc/meminfo: memFree=872272/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=12808 CPUtime=0.01
/proc/27309/stat : 27309 (sugar) R 27307 27309 27042 0 -1 4194304 583 0 0 0 1 0 0 0 18 0 1 0 24911253 13115392 551 996147200 4194304 4206940 548682068608 18446744073709551615 255390868858 0 0 4224 0 0 0 0 17 1 0 0
/proc/27309/statm: 3202 551 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.302664 s]
/proc/loadavg: 2.51 2.25 2.14 4/83 27309
/proc/meminfo: memFree=872272/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=0.07
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24911253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27309/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702708 s]
/proc/loadavg: 2.51 2.25 2.14 4/83 27309
/proc/meminfo: memFree=872272/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=0.07
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24911253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27309/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50179 s]
/proc/loadavg: 2.51 2.25 2.14 3/94 27321
/proc/meminfo: memFree=840824/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=0.82
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1309 8938 0 1 5 2 69 6 15 0 1 0 24911253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 16868

[startup+3.10195 s]
/proc/loadavg: 2.51 2.25 2.14 3/94 27331
/proc/meminfo: memFree=833656/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=0.82
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1309 8938 0 1 5 2 69 6 16 0 1 0 24911253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1111 409 3 0 796 0
[pid=27322] ppid=27309 vsize=5356 CPUtime=0
/proc/27322/stat : 27322 (sh) S 27309 27309 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27322/statm: 1339 233 193 169 0 50 0
[pid=27323] ppid=27322 vsize=868576 CPUtime=1.96
/proc/27323/stat : 27323 (java) S 27322 27309 27042 0 -1 0 9026 0 1 0 190 6 0 0 19 0 9 0 24911363 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27323/statm: 217144 8130 2566 9 0 211649 0
[pid=27323/tid=27324] ppid=27322 vsize=868576 CPUtime=1.52
/proc/27323/task/27324/stat : 27324 (java) R 27322 27309 27042 0 -1 64 2773 0 1 0 150 2 0 0 25 0 9 0 24911364 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4126545740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27325] ppid=27322 vsize=868576 CPUtime=0.24
/proc/27323/task/27325/stat : 27325 (java) S 27322 27309 27042 0 -1 64 4079 0 0 0 22 2 0 0 16 0 9 0 24911365 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27326] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27326/stat : 27326 (java) S 27322 27309 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911366 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27327] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27327/stat : 27327 (java) S 27322 27309 27042 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24911366 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27328] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27328/stat : 27328 (java) S 27322 27309 27042 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911368 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27329] ppid=27322 vsize=868576 CPUtime=0.17
/proc/27323/task/27329/stat : 27329 (java) S 27322 27309 27042 0 -1 64 1475 0 0 0 17 0 0 0 15 0 9 0 24911368 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27330] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27330/stat : 27330 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911368 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27331] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27331/stat : 27331 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911368 889421824 8130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 890800

[startup+6.30329 s]
/proc/loadavg: 2.47 2.24 2.14 3/94 27331
/proc/meminfo: memFree=791544/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=0.82
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1309 8938 0 1 5 2 69 6 16 0 1 0 24911253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1111 409 3 0 796 0
[pid=27322] ppid=27309 vsize=5356 CPUtime=0
/proc/27322/stat : 27322 (sh) S 27309 27309 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27322/statm: 1339 233 193 169 0 50 0
[pid=27323] ppid=27322 vsize=868576 CPUtime=5.12
/proc/27323/stat : 27323 (java) S 27322 27309 27042 0 -1 0 14688 0 1 0 503 9 0 0 19 0 9 0 24911363 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27323/statm: 217144 13619 2566 9 0 211649 0
[pid=27323/tid=27324] ppid=27322 vsize=868576 CPUtime=4.1
/proc/27323/task/27324/stat : 27324 (java) R 27322 27309 27042 0 -1 64 3172 0 1 0 408 2 0 0 25 0 9 0 24911364 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27325] ppid=27322 vsize=868576 CPUtime=0.79
/proc/27323/task/27325/stat : 27325 (java) R 27322 27309 27042 0 -1 64 9337 0 0 0 75 4 0 0 15 0 9 0 24911365 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 102759246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27326] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27326/stat : 27326 (java) S 27322 27309 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911366 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27327] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27327/stat : 27327 (java) S 27322 27309 27042 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24911366 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27328] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27328/stat : 27328 (java) S 27322 27309 27042 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911368 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27329] ppid=27322 vsize=868576 CPUtime=0.18
/proc/27323/task/27329/stat : 27329 (java) S 27322 27309 27042 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24911368 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27330] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27330/stat : 27330 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911368 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27331] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27331/stat : 27331 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911368 889421824 13619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 890800

[startup+12.703 s]
/proc/loadavg: 2.43 2.24 2.14 3/94 27331
/proc/meminfo: memFree=693880/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=0.82
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1310 8938 0 1 5 2 69 6 16 0 1 0 24911253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1111 409 3 0 796 0
[pid=27322] ppid=27309 vsize=5356 CPUtime=0
/proc/27322/stat : 27322 (sh) S 27309 27309 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27322/statm: 1339 233 193 169 0 50 0
[pid=27323] ppid=27322 vsize=868576 CPUtime=11.43
/proc/27323/stat : 27323 (java) S 27322 27309 27042 0 -1 0 35062 0 1 0 1122 21 0 0 19 0 9 0 24911363 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27323/statm: 217144 25870 2569 9 0 211649 0
[pid=27323/tid=27324] ppid=27322 vsize=868576 CPUtime=8.99
/proc/27323/task/27324/stat : 27324 (java) R 27322 27309 27042 0 -1 64 3933 0 1 0 895 4 0 0 25 0 9 0 24911364 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4126508803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27325] ppid=27322 vsize=868576 CPUtime=2.21
/proc/27323/task/27325/stat : 27325 (java) S 27322 27309 27042 0 -1 64 28943 0 0 0 206 15 0 0 16 0 9 0 24911365 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27326] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27326/stat : 27326 (java) S 27322 27309 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911366 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27327] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27327/stat : 27327 (java) S 27322 27309 27042 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24911366 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27328] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27328/stat : 27328 (java) S 27322 27309 27042 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911368 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27329] ppid=27322 vsize=868576 CPUtime=0.2
/proc/27323/task/27329/stat : 27329 (java) S 27322 27309 27042 0 -1 64 1487 0 0 0 20 0 0 0 16 0 9 0 24911368 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27330] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27330/stat : 27330 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911368 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27331] ppid=27322 vsize=868576 CPUtime=0
/proc/27323/task/27331/stat : 27331 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911368 889421824 25870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 890800

[startup+25.5023 s]
/proc/loadavg: 2.42 2.24 2.14 3/94 27331
/proc/meminfo: memFree=510968/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=0.82
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1310 8938 0 1 5 2 69 6 16 0 1 0 24911253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1111 409 3 0 796 0
[pid=27322] ppid=27309 vsize=5356 CPUtime=0
/proc/27322/stat : 27322 (sh) S 27309 27309 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27322/statm: 1339 233 193 169 0 50 0
[pid=27323] ppid=27322 vsize=868688 CPUtime=24.02
/proc/27323/stat : 27323 (java) S 27322 27309 27042 0 -1 0 37994 0 1 0 2325 77 0 0 19 0 9 0 24911363 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27323/statm: 217172 26948 2593 9 0 211649 0
[pid=27323/tid=27324] ppid=27322 vsize=868688 CPUtime=20.74
/proc/27323/task/27324/stat : 27324 (java) R 27322 27309 27042 0 -1 64 4464 0 1 0 2017 57 0 0 25 0 9 0 24911364 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4127032512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27325] ppid=27322 vsize=868688 CPUtime=2.96
/proc/27323/task/27325/stat : 27325 (java) S 27322 27309 27042 0 -1 64 31294 0 0 0 279 17 0 0 16 0 9 0 24911365 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27326] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27326/stat : 27326 (java) S 27322 27309 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911366 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27327] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27327/stat : 27327 (java) S 27322 27309 27042 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24911366 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27328] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27328/stat : 27328 (java) S 27322 27309 27042 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911368 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27329] ppid=27322 vsize=868688 CPUtime=0.28
/proc/27323/task/27329/stat : 27329 (java) S 27322 27309 27042 0 -1 64 1537 0 0 0 27 1 0 0 17 0 9 0 24911368 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27323/tid=27330] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27330/stat : 27330 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911368 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27331] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27331/stat : 27331 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911368 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 890912

[startup+51.103 s]
/proc/loadavg: 2.64 2.30 2.16 3/94 27331
/proc/meminfo: memFree=112440/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=0.82
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1310 8938 0 1 5 2 69 6 16 0 1 0 24911253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27309/statm: 4217 1111 409 3 0 796 0
[pid=27322] ppid=27309 vsize=5356 CPUtime=0
/proc/27322/stat : 27322 (sh) S 27309 27309 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27322/statm: 1339 233 193 169 0 50 0
[pid=27323] ppid=27322 vsize=868688 CPUtime=48.65
/proc/27323/stat : 27323 (java) S 27322 27309 27042 0 -1 0 38611 0 1 0 4636 229 0 0 19 0 9 0 24911363 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27323/statm: 217172 26948 2593 9 0 211649 0
[pid=27323/tid=27324] ppid=27322 vsize=868688 CPUtime=44.99
/proc/27323/task/27324/stat : 27324 (java) R 27322 27309 27042 0 -1 64 5081 0 1 0 4293 206 0 0 25 0 9 0 24911364 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4127021538 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27323/tid=27325] ppid=27322 vsize=868688 CPUtime=3.36
/proc/27323/task/27325/stat : 27325 (java) S 27322 27309 27042 0 -1 64 31294 0 0 0 315 21 0 0 16 0 9 0 24911365 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27323/tid=27326] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27326/stat : 27326 (java) S 27322 27309 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911366 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27327] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27327/stat : 27327 (java) S 27322 27309 27042 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24911366 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27328] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27328/stat : 27328 (java) S 27322 27309 27042 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911368 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27329] ppid=27322 vsize=868688 CPUtime=0.28
/proc/27323/task/27329/stat : 27329 (java) S 27322 27309 27042 0 -1 64 1537 0 0 0 27 1 0 0 17 0 9 0 24911368 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27323/tid=27330] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27330/stat : 27330 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911368 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27323/tid=27331] ppid=27322 vsize=868688 CPUtime=0
/proc/27323/task/27331/stat : 27331 (java) S 27322 27309 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911368 889536512 26948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 890912

[startup+102.307 s]
/proc/loadavg: 2.55 2.33 2.18 3/86 27333
/proc/meminfo: memFree=16184/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=57.37
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1377 48058 0 4 6 2 5444 285 16 0 1 0 24911253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1114 409 3 0 796 0
[pid=27332] ppid=27309 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (sh) S 27309 27309 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 232 193 169 0 50 0
[pid=27333] ppid=27332 vsize=799444 CPUtime=42.49
/proc/27333/stat : 27333 (minisat) R 27332 27309 27042 0 -1 4194304 192251 0 0 0 4102 147 0 0 25 0 1 0 24917171 818630656 192237 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 199861 192237 76 150 0 199708 0
Current children cumulated CPU time (s) 99.86
Current children cumulated vsize (KiB) 821668

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

[startup+115.102 s]
/proc/loadavg: 2.43 2.31 2.18 3/86 27333
/proc/meminfo: memFree=15096/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=57.37
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1377 48058 0 4 6 2 5444 285 16 0 1 0 24911253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1114 409 3 0 796 0
[pid=27332] ppid=27309 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (sh) S 27309 27309 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 232 193 169 0 50 0
[pid=27333] ppid=27332 vsize=801272 CPUtime=55.22
/proc/27333/stat : 27333 (minisat) R 27332 27309 27042 0 -1 4194304 192720 0 0 0 5372 150 0 0 25 0 1 0 24917171 820502528 192706 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 200318 192706 76 150 0 200165 0
Current children cumulated CPU time (s) 112.59
Current children cumulated vsize (KiB) 823496

[startup+121.501 s]
/proc/loadavg: 2.39 2.31 2.18 3/86 27333
/proc/meminfo: memFree=15224/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=57.37
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1377 48058 0 4 6 2 5444 285 16 0 1 0 24911253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1114 409 3 0 796 0
[pid=27332] ppid=27309 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (sh) S 27309 27309 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 232 193 169 0 50 0
[pid=27333] ppid=27332 vsize=801560 CPUtime=61.58
/proc/27333/stat : 27333 (minisat) R 27332 27309 27042 0 -1 4194304 192786 0 0 0 6008 150 0 0 25 0 1 0 24917171 820797440 192772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 200390 192772 76 150 0 200237 0
Current children cumulated CPU time (s) 118.95
Current children cumulated vsize (KiB) 823784

[startup+124.702 s]
/proc/loadavg: 2.44 2.32 2.18 3/86 27333
/proc/meminfo: memFree=14968/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=57.37
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1377 48058 0 4 6 2 5444 285 16 0 1 0 24911253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1114 409 3 0 796 0
[pid=27332] ppid=27309 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (sh) S 27309 27309 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 232 193 169 0 50 0
[pid=27333] ppid=27332 vsize=801560 CPUtime=64.76
/proc/27333/stat : 27333 (minisat) R 27332 27309 27042 0 -1 4194304 192787 0 0 0 6326 150 0 0 25 0 1 0 24917171 820797440 192773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 200390 192773 76 150 0 200237 0
Current children cumulated CPU time (s) 122.13
Current children cumulated vsize (KiB) 823784

[startup+125.502 s]
/proc/loadavg: 2.44 2.32 2.18 3/86 27333
/proc/meminfo: memFree=39736/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=122.86
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1431 241137 0 6 6 2 11828 450 16 0 1 0 24911253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27309/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 122.86
Current children cumulated vsize (KiB) 16868

[startup+125.902 s]
/proc/loadavg: 2.44 2.32 2.18 3/86 27333
/proc/meminfo: memFree=39736/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=122.86
/proc/27309/stat : 27309 (sugar) S 27307 27309 27042 0 -1 4194304 1449 241137 0 6 6 2 11828 450 16 0 1 0 24911253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27309/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 122.86
Current children cumulated vsize (KiB) 16868

[startup+126.302 s]
/proc/loadavg: 2.44 2.32 2.18 3/86 27333
/proc/meminfo: memFree=39736/2055912 swapFree=4192812/4192956
[pid=27309] ppid=27307 vsize=16868 CPUtime=123.37
/proc/27309/stat : 27309 (sugar) D 27307 27309 27042 0 -1 4194304 1478 248051 0 16 6 14 11862 455 15 0 1 0 24911253 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27309/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 123.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 126.397
CPU time (s): 123.398
CPU user time (s): 118.69
CPU system time (s): 4.70828
CPU usage (%): 97.6276
Max. virtual memory (cumulated for all children) (KiB): 903612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.69
system time used= 4.70828
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249589
page faults= 16
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16805
involuntary context switches= 18059

runsolver used 0.199969 second user time and 0.451931 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 08:01:07
IDJOB=2083908
IDBENCH=57973
IDSOLVER=739
FILE ID=node78/2083908-1247378467
PBS_JOBID= 9507167
Free space on /tmp= 126056 MiB

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

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

MD5SUM BENCH= 6e460b84f999771fc63912f5692a6b09
RANDOM SEED=464474490

node78.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.232
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.232
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:      2055912 kB
MemFree:        872880 kB
Buffers:          4736 kB
Cached:         811196 kB
SwapCached:          0 kB
Active:        1004240 kB
Inactive:       105508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        872880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          211068 kB
Writeback:           0 kB
Mapped:         315120 kB
Slab:            57724 kB
Committed_AS:   610548 kB
PageTables:       2524 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 125212 MiB
End job on node78 at 2009-07-12 08:03:13