Trace number 2059752

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+minisatSAT 275.321 277.167

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-49021_ext.xml
MD5SUMb8f04230c7487cb4fc1c07ea1557788e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.84765
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:06:27 2009
0.00/0.08	c 0	PID 11778
0.00/0.08	c 0	HOST node62.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2059752-1247324787.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2059752-1247324787.xml' 'HOME/temp.csp'
0.07/0.76	c 1	1 domains, 23 variables, 0 predicates, 253 relations, 253 constraints
0.07/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	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.07/0.89	c 1	Parsing HOME/temp.csp
1.01/1.11	c 1	parsed 530 expressions
1.01/1.11	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.11	c 1	Converting to clausal form CSP
1.01/1.14	c 2	converted 53 (10%) expressions
1.01/1.14	c 2	converted 106 (20%) expressions
1.01/1.15	c 2	converted 159 (30%) expressions
1.01/1.15	c 2	converted 212 (40%) expressions
1.01/1.19	c 2	converted 265 (50%) expressions
1.10/1.22	c 2	converted 318 (60%) expressions
1.10/1.24	c 2	converted 371 (70%) expressions
1.10/1.25	c 2	converted 424 (80%) expressions
1.10/1.27	c 2	converted 477 (90%) expressions
1.10/1.28	c 2	converted 530 (100%) expressions
1.10/1.28	c 2	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.10/1.28	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.28	c 2	Propagation in CSP
1.10/1.29	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.29	c 2	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.10/1.29	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.29	c 2	Simplifing CSP by introducing new Boolean variables
1.10/1.29	c 2	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.10/1.29	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.34	c 2	3 (10%) CSP integer variables are encoded (63 clauses, 614 bytes)
1.20/1.34	c 2	5 (20%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.20/1.34	c 2	7 (30%) CSP integer variables are encoded (147 clauses, 1475 bytes)
1.20/1.34	c 2	10 (40%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.20/1.34	c 2	12 (50%) CSP integer variables are encoded (252 clauses, 2630 bytes)
1.20/1.34	c 2	14 (60%) CSP integer variables are encoded (294 clauses, 3092 bytes)
1.20/1.34	c 2	17 (70%) CSP integer variables are encoded (357 clauses, 3785 bytes)
1.20/1.34	c 2	19 (80%) CSP integer variables are encoded (399 clauses, 4247 bytes)
1.20/1.35	c 2	21 (90%) CSP integer variables are encoded (441 clauses, 4709 bytes)
1.20/1.35	c 2	23 (100%) CSP integer variables are encoded (483 clauses, 5171 bytes)
1.20/1.40	c 2	26 (10%) CSP clauses are encoded (2755 clauses, 41547 bytes)
1.30/1.42	c 2	51 (20%) CSP clauses are encoded (4970 clauses, 79209 bytes)
1.30/1.43	c 2	76 (30%) CSP clauses are encoded (7218 clauses, 117633 bytes)
1.30/1.45	c 2	102 (40%) CSP clauses are encoded (9512 clauses, 158809 bytes)
1.30/1.46	c 2	127 (50%) CSP clauses are encoded (11733 clauses, 201190 bytes)
1.30/1.47	c 2	152 (60%) CSP clauses are encoded (13939 clauses, 243090 bytes)
1.30/1.49	c 2	178 (70%) CSP clauses are encoded (16225 clauses, 286645 bytes)
1.40/1.50	c 2	203 (80%) CSP clauses are encoded (18440 clauses, 328740 bytes)
1.40/1.51	c 2	228 (90%) CSP clauses are encoded (20628 clauses, 370370 bytes)
1.40/1.53	c 2	253 (100%) CSP clauses are encoded (22841 clauses, 412545 bytes)
1.40/1.53	c 2	253 CSP clauses encoded
1.40/1.53	c 2	Writing map file : HOME/temp.map
1.40/1.53	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.53	c 2	SAT : 506 SAT variables, 22841 SAT clauses, 412545 bytes
1.40/1.53	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.55	c 2	SOLVING HOME/temp.cnf
1.40/1.55	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.40/1.56	c 2	This is MiniSat 2.0 beta
1.40/1.56	c 2	WARNING: for repeatability, setting FPU to use double precision
1.40/1.56	c 2	============================[ Problem Statistics ]=============================
1.40/1.56	c 2	|                                                                             |
1.40/1.56	c 2	|  Number of variables:  506                                                  |
1.40/1.56	c 2	|  Number of clauses:    22841                                                |
1.40/1.57	c 2	|  Parsing time:         0.01         s                                       |
1.40/1.57	c 2	============================[ Search Statistics ]==============================
1.40/1.57	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.57	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.57	c 2	===============================================================================
1.40/1.57	c 2	|         0 |     506    22841    85576 |     7613        0    nan |  0.000 % |
1.40/1.58	c 2	|       100 |     506    22841    85576 |     8375      100      9 |  0.000 % |
1.44/1.60	c 2	|       251 |     506    22841    85576 |     9212      251      9 |  0.012 % |
1.44/1.63	c 2	|       476 |     506    22841    85576 |    10133      476     10 |  0.013 % |
1.44/1.67	c 2	|       813 |     506    22841    85576 |    11147      813     10 |  0.013 % |
1.44/1.75	c 2	|      1320 |     506    22841    85576 |    12261     1320     10 |  0.012 % |
1.44/1.84	c 2	|      2079 |     506    22841    85576 |    13488     2079     11 |  0.013 % |
1.44/1.99	c 2	|      3220 |     506    22841    85576 |    14836     3220     11 |  0.013 % |
2.07/2.24	c 3	|      4929 |     506    22841    85576 |    16320     4929     11 |  0.012 % |
2.46/2.61	c 3	|      7492 |     506    22841    85576 |    17952     7492     12 |  0.009 % |
3.06/3.24	c 4	|     11337 |     506    22841    85576 |    19747    11337     12 |  0.012 % |
4.04/4.29	c 5	|     17103 |     506    22841    85576 |    21722    17103     13 |  0.009 % |
5.93/6.14	c 7	|     25752 |     506    22841    85576 |    23894    14790     13 |  0.009 % |
8.90/9.12	c 10	|     38727 |     506    22841    85576 |    26284    15637     14 |  0.009 % |
13.35/13.66	c 14	|     58188 |     506    22841    85576 |    28912    20484     14 |  0.009 % |
20.38/20.72	c 21	|     87380 |     506    22841    85576 |    31804    15518     14 |  0.014 % |
30.99/31.47	c 32	|    131170 |     506    22841    85576 |    34984    20001     15 |  0.018 % |
48.22/48.84	c 49	|    196855 |     505    22759    85341 |    38483    15621     14 |  0.198 % |
75.76/76.62	c 77	|    295384 |     505    22759    85341 |    42331    36623     15 |  0.205 % |
120.56/121.84	c 122	|    443174 |     505    22759    85341 |    46564    39547     15 |  0.214 % |
182.44/183.99	c 184	|    664858 |     505    22759    85341 |    51220    25071     16 |  0.198 % |
275.06/276.99	c 277	===============================================================================
275.06/276.99	c 277	restarts              : 21
275.06/276.99	c 277	conflicts             : 964948         (3526 /sec)
275.06/276.99	c 277	decisions             : 1146383        (1.24 % random) (4189 /sec)
275.06/276.99	c 277	propagations          : 92507838       (338014 /sec)
275.06/276.99	c 277	conflict literals     : 15160396       (31.80 % deleted)
275.06/276.99	c 277	Memory used           : 12.54 MB
275.06/276.99	c 277	CPU time              : 273.68 s
275.06/276.99	c 277	
275.06/276.99	c 277	SATISFIABLE
275.16/277.00	c 277	DECODING HOME/temp.out WITH HOME/temp.map
275.16/277.00	c 277	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'
275.16/277.08	c 277	Decoding HOME/temp.out
275.16/277.10	s SATISFIABLE
275.16/277.10	v 1 16 7 0 14 22 10 1 3 13 18 8 8 13 2 22 19 9 12 5 7 16 12
275.26/277.12	c 277	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
275.26/277.16	c 278	CPU 275.3 (0.06 0.01 275.06 0.17)
275.26/277.16	c 278	END Sat Jul 11 17:11:05 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2059752-1247324787/watcher-2059752-1247324787 -o /tmp/evaluation-result-2059752-1247324787/solver-2059752-1247324787 -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-2059752-1247324787.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.03 2.00 2.00 4/80 11778
/proc/meminfo: memFree=818040/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=18576 CPUtime=0
/proc/11778/stat : 11778 (runsolver) R 11776 11778 10909 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19542648 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11778/statm: 4644 284 249 26 0 2626 0

[startup+0.085506 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 11778
/proc/meminfo: memFree=818040/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=0.07
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19542648 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101551 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 11778
/proc/meminfo: memFree=818040/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=0.07
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19542648 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301529 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 11778
/proc/meminfo: memFree=818040/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=0.07
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19542648 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701582 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 11778
/proc/meminfo: memFree=818040/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=0.07
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19542648 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 2.03 2.00 2.00 3/91 11800
/proc/meminfo: memFree=808608/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=0.74
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1310 4766 0 1 6 1 63 4 15 0 1 0 19542648 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1111 409 3 0 796 0
[pid=11791] ppid=11778 vsize=5356 CPUtime=0
/proc/11791/stat : 11791 (sh) S 11778 11778 10909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19542729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11791/statm: 1339 233 193 169 0 50 0
[pid=11792] ppid=11791 vsize=864312 CPUtime=0.66
/proc/11792/stat : 11792 (java) S 11791 11778 10909 0 -1 0 6706 0 1 0 62 4 0 0 18 0 9 0 19542730 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11792/statm: 216078 5934 2590 9 0 210555 0
[pid=11792/tid=11793] ppid=11791 vsize=864312 CPUtime=0.42
/proc/11792/task/11793/stat : 11793 (java) R 11791 11778 10909 0 -1 64 2738 0 1 0 40 2 0 0 19 0 9 0 19542731 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4125980899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11792/tid=11794] ppid=11791 vsize=864312 CPUtime=0.15
/proc/11792/task/11794/stat : 11794 (java) S 11791 11778 10909 0 -1 64 2934 0 0 0 14 1 0 0 16 0 9 0 19542732 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11792/tid=11795] ppid=11791 vsize=864312 CPUtime=0
/proc/11792/task/11795/stat : 11795 (java) S 11791 11778 10909 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19542732 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11792/tid=11796] ppid=11791 vsize=864312 CPUtime=0
/proc/11792/task/11796/stat : 11796 (java) S 11791 11778 10909 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19542732 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11792/tid=11797] ppid=11791 vsize=864312 CPUtime=0
/proc/11792/task/11797/stat : 11797 (java) S 11791 11778 10909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19542734 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11792/tid=11798] ppid=11791 vsize=864312 CPUtime=0.07
/proc/11792/task/11798/stat : 11798 (java) S 11791 11778 10909 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 19542734 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11792/tid=11799] ppid=11791 vsize=864312 CPUtime=0
/proc/11792/task/11799/stat : 11799 (java) S 11791 11778 10909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19542734 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11792/tid=11800] ppid=11791 vsize=864312 CPUtime=0
/proc/11792/task/11800/stat : 11800 (java) S 11791 11778 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19542734 885055488 5934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886536

[startup+3.10185 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 11802
/proc/meminfo: memFree=812000/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 15 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=3712 CPUtime=1.52
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 701 0 0 0 152 0 0 0 25 0 1 0 19542804 3801088 687 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11802/statm: 928 687 75 150 0 775 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 25936

[startup+6.30222 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 11802
/proc/meminfo: memFree=810464/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=4724 CPUtime=4.68
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 943 0 0 0 468 0 0 0 25 0 1 0 19542804 4837376 929 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11802/statm: 1181 929 75 150 0 1028 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 26948

[startup+12.702 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 11802
/proc/meminfo: memFree=809568/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=5516 CPUtime=11.02
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 1125 0 0 0 1102 0 0 0 25 0 1 0 19542804 5648384 1111 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/11802/statm: 1379 1111 75 150 0 1226 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 27740

[startup+25.5014 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 11802
/proc/meminfo: memFree=808672/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=6356 CPUtime=23.7
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 1342 0 0 0 2370 0 0 0 25 0 1 0 19542804 6508544 1328 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/11802/statm: 1589 1328 75 150 0 1436 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28580

[startup+51.1014 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 11802
/proc/meminfo: memFree=807648/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=7416 CPUtime=49.06
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 1589 0 0 0 4905 1 0 0 25 0 1 0 19542804 7593984 1575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11802/statm: 1854 1575 75 150 0 1701 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 29640

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11802
/proc/meminfo: memFree=805600/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=9268 CPUtime=99.78
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2052 0 0 0 9977 1 0 0 25 0 1 0 19542804 9490432 2038 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/11802/statm: 2317 2038 75 150 0 2164 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 31492

[startup+162.301 s]
/proc/loadavg: 1.91 1.97 1.99 3/76 11831
/proc/meminfo: memFree=864288/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=11304 CPUtime=159.48
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2549 0 0 0 15945 3 0 0 25 0 1 0 19542804 11575296 2535 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 2826 2535 75 150 0 2673 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 33528

[startup+222.302 s]
/proc/loadavg: 1.96 1.97 1.99 3/76 11831
/proc/meminfo: memFree=863008/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=12396 CPUtime=219.24
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2808 0 0 0 21920 4 0 0 25 0 1 0 19542804 12693504 2794 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 3099 2794 75 150 0 2946 0
Current children cumulated CPU time (s) 220.68
Current children cumulated vsize (KiB) 34620

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

[startup+230.302 s]
/proc/loadavg: 1.97 1.97 1.99 3/76 11831
/proc/meminfo: memFree=862880/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=12568 CPUtime=227.21
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2855 0 0 0 22717 4 0 0 25 0 1 0 19542804 12869632 2841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 3142 2841 75 150 0 2989 0
Current children cumulated CPU time (s) 228.65
Current children cumulated vsize (KiB) 34792

[startup+255.902 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 11831
/proc/meminfo: memFree=862880/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=12568 CPUtime=252.7
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2856 0 0 0 25266 4 0 0 25 0 1 0 19542804 12869632 2842 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 3142 2842 75 150 0 2989 0
Current children cumulated CPU time (s) 254.14
Current children cumulated vsize (KiB) 34792

[startup+268.701 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 11831
/proc/meminfo: memFree=862816/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=12568 CPUtime=265.45
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2874 0 0 0 26541 4 0 0 25 0 1 0 19542804 12869632 2860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 3142 2860 75 150 0 2989 0
Current children cumulated CPU time (s) 266.89
Current children cumulated vsize (KiB) 34792

[startup+271.903 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 11831
/proc/meminfo: memFree=862816/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=12568 CPUtime=268.64
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2879 0 0 0 26860 4 0 0 25 0 1 0 19542804 12869632 2865 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 3142 2865 75 150 0 2989 0
Current children cumulated CPU time (s) 270.08
Current children cumulated vsize (KiB) 34792

[startup+275.102 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 11831
/proc/meminfo: memFree=862752/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=12704 CPUtime=271.82
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2891 0 0 0 27178 4 0 0 25 0 1 0 19542804 13008896 2877 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 3176 2877 75 150 0 3023 0
Current children cumulated CPU time (s) 273.26
Current children cumulated vsize (KiB) 34928

[startup+275.901 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 11831
/proc/meminfo: memFree=862752/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=12704 CPUtime=272.62
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2909 0 0 0 27258 4 0 0 25 0 1 0 19542804 13008896 2895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 3176 2895 75 150 0 3023 0
Current children cumulated CPU time (s) 274.06
Current children cumulated vsize (KiB) 34928

[startup+276.701 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 11831
/proc/meminfo: memFree=862624/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=1.44
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1374 11782 0 2 6 1 128 9 16 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11801] ppid=11778 vsize=5356 CPUtime=0
/proc/11801/stat : 11801 (sh) S 11778 11778 10909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19542804 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11801/statm: 1339 232 193 169 0 50 0
[pid=11802] ppid=11801 vsize=12836 CPUtime=273.42
/proc/11802/stat : 11802 (minisat) R 11801 11778 10909 0 -1 4194304 2921 0 0 0 27338 4 0 0 25 0 1 0 19542804 13144064 2907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11802/statm: 3209 2907 75 150 0 3056 0
Current children cumulated CPU time (s) 274.86
Current children cumulated vsize (KiB) 35060

[startup+277.101 s]
/proc/loadavg: 1.98 1.97 1.99 4/84 11841
/proc/meminfo: memFree=869408/2055920 swapFree=4192956/4192956
[pid=11778] ppid=11776 vsize=16868 CPUtime=275.18
/proc/11778/stat : 11778 (sugar) S 11776 11778 10909 0 -1 4194304 1447 14998 0 2 6 1 27497 14 15 0 1 0 19542648 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11778/statm: 4217 1112 409 3 0 796 0
[pid=11832] ppid=11778 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (sh) S 11778 11778 10909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19570348 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11832/statm: 1339 233 193 169 0 50 0
[pid=11833] ppid=11832 vsize=862008 CPUtime=0.08
/proc/11833/stat : 11833 (java) S 11832 11778 10909 0 -1 0 2853 0 1 0 6 2 0 0 19 0 9 0 19570349 882696192 2324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11833/statm: 215502 2324 1254 9 0 210415 0
[pid=11833/tid=11834] ppid=11832 vsize=862008 CPUtime=0.07
/proc/11833/task/11834/stat : 11834 (java) R 11832 11778 10909 0 -1 64 1940 0 1 0 6 1 0 0 25 0 9 0 19570350 882696192 2326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 0 0 0
[pid=11833/tid=11835] ppid=11832 vsize=862008 CPUtime=0
/proc/11833/task/11835/stat : 11835 (java) S 11832 11778 10909 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 19570351 882696192 2326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11833/tid=11836] ppid=11832 vsize=862008 CPUtime=0
/proc/11833/task/11836/stat : 11836 (java) S 11832 11778 10909 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 19570351 882696192 2326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11833/tid=11837] ppid=11832 vsize=862008 CPUtime=0
/proc/11833/task/11837/stat : 11837 (java) S 11832 11778 10909 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 19570351 882696192 2326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11833/tid=11838] ppid=11832 vsize=862008 CPUtime=0
/proc/11833/task/11838/stat : 11838 (java) S 11832 11778 10909 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19570353 882696192 2326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11833/tid=11839] ppid=11832 vsize=862008 CPUtime=0
/proc/11833/task/11839/stat : 11839 (java) R 11832 11778 10909 0 -1 64 220 0 0 0 0 0 0 0 24 0 9 0 19570353 882696192 2326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11833/tid=11840] ppid=11832 vsize=862008 CPUtime=0
/proc/11833/task/11840/stat : 11840 (java) S 11832 11778 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19570353 882696192 2326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11833/tid=11841] ppid=11832 vsize=862008 CPUtime=0
/proc/11833/task/11841/stat : 11841 (java) S 11832 11778 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19570353 882696192 2326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.26
Current children cumulated vsize (KiB) 884232

Child status: 0
Real time (s): 277.167
CPU time (s): 275.321
CPU user time (s): 275.128
CPU system time (s): 0.19297
CPU usage (%): 99.334
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.128
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20266
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= 1577
involuntary context switches= 8203

runsolver used 0.337948 second user time and 0.829873 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-11 17:06:27
IDJOB=2059752
IDBENCH=53610
IDSOLVER=739
FILE ID=node62/2059752-1247324787
PBS_JOBID= 9506506
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-49021_ext.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-2059752-1247324787/watcher-2059752-1247324787 -o /tmp/evaluation-result-2059752-1247324787/solver-2059752-1247324787 -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-2059752-1247324787.xml

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

MD5SUM BENCH= b8f04230c7487cb4fc1c07ea1557788e
RANDOM SEED=566085431

node62.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.220
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.220
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:        818520 kB
Buffers:         59764 kB
Cached:        1045032 kB
SwapCached:          0 kB
Active:         204896 kB
Inactive:       979400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        818520 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          97336 kB
Slab:            38024 kB
Committed_AS:   892212 kB
PageTables:       2020 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= 66324 MiB
End job on node62 at 2009-07-11 17:11:05