Trace number 2061963

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 978.401 987.577

General information on the benchmark

Namecsp/allsquares/
normalized-squares-23-23.xml
MD5SUMd185c075f1a00620d8d7e72bfffb9da4
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark320.803
Satisfiable
(Un)Satisfiability was proved
Number of variables1058
Number of constraints1268
Maximum constraint arity23
Maximum domain size66
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1013
Global constraints used (with number of constraints)cumulative(2),weightedsum(253)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:58:43 2009
0.00/0.08	c 0	PID 11463
0.00/0.08	c 0	HOST node60.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2061963-1247327923.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-2061963-1247327923.xml' 'HOME/temp.csp'
0.07/0.78	c 1	24 domains, 1058 variables, 2 predicates, 0 relations, 1268 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.02/1.12	c 1	parsed 2352 expressions
1.02/1.13	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.13	c 1	Converting to clausal form CSP
1.02/1.16	c 1	converted 236 (10%) expressions
1.02/1.16	c 1	converted 471 (20%) expressions
1.02/1.17	c 1	converted 706 (30%) expressions
1.02/1.17	c 1	converted 941 (40%) expressions
1.22/1.30	c 1	converted 1176 (50%) expressions
1.22/1.36	c 1	converted 1412 (60%) expressions
1.22/1.39	c 1	converted 1647 (70%) expressions
1.32/1.41	c 1	converted 1882 (80%) expressions
1.32/1.44	c 1	converted 2117 (90%) expressions
2.01/2.10	c 2	converted 2352 (100%) expressions
2.01/2.10	c 2	CSP : 4490 integers, 1892 booleans, 13008 clauses, largest domain size 67
2.01/2.10	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.01/2.10	c 2	Propagation in CSP
2.01/2.16	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.16	c 2	CSP : 4490 integers, 1892 booleans, 13008 clauses, largest domain size 67
2.01/2.16	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.01/2.17	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.19	c 2	CSP : 4490 integers, 1892 booleans, 13008 clauses, largest domain size 67
2.01/2.19	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.12/2.26	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.12/2.29	c 2	449 (10%) CSP integer variables are encoded (2394 clauses, 29011 bytes)
2.12/2.29	c 2	898 (20%) CSP integer variables are encoded (2394 clauses, 29011 bytes)
2.12/2.29	c 2	1347 (30%) CSP integer variables are encoded (4055 clauses, 50604 bytes)
2.12/2.30	c 2	1796 (40%) CSP integer variables are encoded (6514 clauses, 82571 bytes)
2.21/2.30	c 2	2245 (50%) CSP integer variables are encoded (9081 clauses, 118187 bytes)
2.21/2.31	c 2	2694 (60%) CSP integer variables are encoded (11713 clauses, 157667 bytes)
2.21/2.31	c 2	3143 (70%) CSP integer variables are encoded (14366 clauses, 197462 bytes)
2.21/2.32	c 2	3592 (80%) CSP integer variables are encoded (16825 clauses, 234347 bytes)
2.21/2.32	c 2	4041 (90%) CSP integer variables are encoded (19392 clauses, 272852 bytes)
2.21/2.33	c 2	4490 (100%) CSP integer variables are encoded (22110 clauses, 313622 bytes)
2.30/2.47	c 2	1301 (10%) CSP clauses are encoded (79699 clauses, 1294340 bytes)
2.41/2.59	c 2	2602 (20%) CSP clauses are encoded (113238 clauses, 1968468 bytes)
2.61/2.77	c 3	3903 (30%) CSP clauses are encoded (132330 clauses, 2505629 bytes)
2.80/2.91	c 3	5204 (40%) CSP clauses are encoded (147110 clauses, 2917535 bytes)
2.90/3.06	c 3	6504 (50%) CSP clauses are encoded (162672 clauses, 3404285 bytes)
3.20/3.34	c 3	7805 (60%) CSP clauses are encoded (234753 clauses, 4962659 bytes)
3.39/3.53	c 3	9106 (70%) CSP clauses are encoded (254380 clauses, 5608431 bytes)
3.49/3.67	c 4	10407 (80%) CSP clauses are encoded (269703 clauses, 6106295 bytes)
3.69/3.82	c 4	11708 (90%) CSP clauses are encoded (284520 clauses, 6585824 bytes)
3.89/4.08	c 4	13008 (100%) CSP clauses are encoded (355190 clauses, 8178996 bytes)
3.89/4.09	c 4	13008 CSP clauses encoded
3.89/4.09	c 4	Writing map file : HOME/temp.map
3.99/4.10	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.99/4.10	c 4	SAT : 28442 SAT variables, 355190 SAT clauses, 8178996 bytes
3.99/4.10	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.99/4.15	c 4	SOLVING HOME/temp.cnf
3.99/4.15	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.99/4.15	c 4	This is MiniSat 2.0 beta
3.99/4.15	c 4	WARNING: for repeatability, setting FPU to use double precision
3.99/4.15	c 4	============================[ Problem Statistics ]=============================
3.99/4.15	c 4	|                                                                             |
3.99/4.15	c 4	|  Number of variables:  28442                                                |
3.99/4.15	c 4	|  Number of clauses:    355190                                               |
4.00/4.35	c 4	|  Parsing time:         0.18         s                                       |
4.00/4.37	c 4	============================[ Search Statistics ]==============================
4.00/4.37	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.00/4.37	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.00/4.37	c 4	===============================================================================
4.00/4.37	c 4	|         0 |   28442   355190  1269050 |   118396        0    nan |  0.000 % |
4.34/4.59	c 4	|       102 |   28442   355190  1269050 |   130236      102     22 |  0.000 % |
4.74/4.94	c 5	|       252 |   28442   355190  1269050 |   143259      252     27 |  0.000 % |
5.13/5.33	c 5	|       477 |   28442   355190  1269050 |   157585      477     29 |  0.000 % |
5.72/5.94	c 6	|       814 |   28442   355190  1269050 |   173344      814     30 |  0.000 % |
6.52/6.76	c 7	|      1321 |   28442   355190  1269050 |   190679     1321     28 |  0.000 % |
8.00/8.25	c 8	|      2081 |   28442   355190  1269050 |   209746     2081     27 |  0.000 % |
10.08/10.35	c 10	|      3220 |   28442   355190  1269050 |   230721     3220     26 |  0.000 % |
13.05/13.36	c 13	|      4929 |   28442   355190  1269050 |   253793     4929     29 |  0.000 % |
16.82/17.15	c 17	|      7491 |   28442   355190  1269050 |   279173     7491     28 |  0.000 % |
24.93/25.30	c 25	|     11337 |   28442   355190  1269050 |   307090    11337     28 |  0.000 % |
37.02/37.52	c 37	|     17104 |   28442   355190  1269050 |   337799    17104     29 |  0.000 % |
54.46/55.14	c 55	|     25754 |   28442   355190  1269050 |   371579    25754     30 |  0.000 % |
81.89/82.84	c 83	|     38729 |   28442   355190  1269050 |   408737    38729     31 |  0.000 % |
121.12/122.43	c 122	|     58190 |   28442   355190  1269050 |   449611    58190     33 |  0.000 % |
191.83/193.88	c 194	|     87388 |   28442   355190  1269050 |   494572    87388     34 |  0.000 % |
328.84/332.19	c 332	|    131177 |   28442   355190  1269050 |   544029   131177     34 |  0.000 % |
574.72/580.34	c 580	|    196861 |   28442   355190  1269050 |   598432   196861     33 |  0.000 % |
978.01/987.21	c 987	===============================================================================
978.01/987.21	c 987	restarts              : 18
978.01/987.21	c 987	conflicts             : 290261         (298 /sec)
978.01/987.21	c 987	decisions             : 354003         (1.48 % random) (364 /sec)
978.01/987.21	c 987	propagations          : 592262594      (608225 /sec)
978.01/987.21	c 987	conflict literals     : 10125404       (43.08 % deleted)
978.01/987.21	c 987	Memory used           : 70.77 MB
978.01/987.21	c 987	CPU time              : 973.755 s
978.01/987.21	c 987	
978.01/987.22	c 987	SATISFIABLE
978.01/987.24	c 987	DECODING HOME/temp.out WITH HOME/temp.map
978.01/987.24	c 987	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'
978.08/987.33	c 987	Decoding HOME/temp.out
978.08/987.48	s SATISFIABLE
978.09/987.53	v 40 39 36 41 40 45 39 41 40 36 40 40 23 52 51 23 49 22 21 46 0 0 0 58 22 10 22 17 20 10 58 49 0 26 37 0 35 20 13 49 29 47 0 45 23 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1
978.09/987.54	c 987	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
978.09/987.57	c 987	CPU 978.38 (0.07 0.02 977.77 0.52)
978.09/987.57	c 987	END Sat Jul 11 18:15:10 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-2061963-1247327923/watcher-2061963-1247327923 -o /tmp/evaluation-result-2061963-1247327923/solver-2061963-1247327923 -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-2061963-1247327923.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: 1.84 1.92 1.90 4/73 11463
/proc/meminfo: memFree=705616/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=12000 CPUtime=0
/proc/11463/stat : 11463 (sugar) R 11461 11463 10025 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 19855315 12288000 171 996147200 4194304 4206940 548682068608 18446744073709551615 271894133777 0 0 4224 0 0 0 0 17 1 0 0
/proc/11463/statm: 3000 171 132 3 0 100 0

[startup+0.146239 s]
/proc/loadavg: 1.84 1.92 1.90 4/73 11463
/proc/meminfo: memFree=705616/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=0.07
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 19855315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201244 s]
/proc/loadavg: 1.84 1.92 1.90 4/73 11463
/proc/meminfo: memFree=705616/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=0.07
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 19855315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301247 s]
/proc/loadavg: 1.84 1.92 1.90 4/73 11463
/proc/meminfo: memFree=705616/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=0.07
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 19855315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70129 s]
/proc/loadavg: 1.84 1.92 1.90 4/73 11463
/proc/meminfo: memFree=705616/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=0.07
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 19855315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50236 s]
/proc/loadavg: 1.84 1.92 1.90 4/84 11485
/proc/meminfo: memFree=696824/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=0.76
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1309 5158 0 1 6 1 65 4 15 0 1 0 19855315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1111 409 3 0 796 0
[pid=11476] ppid=11463 vsize=5356 CPUtime=0
/proc/11476/stat : 11476 (sh) S 11463 11463 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19855397 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11476/statm: 1339 233 193 169 0 50 0
[pid=11477] ppid=11476 vsize=868524 CPUtime=0.66
/proc/11477/stat : 11477 (java) S 11476 11463 10025 0 -1 0 5634 0 1 0 63 3 0 0 18 0 9 0 19855397 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11477/statm: 217131 5061 1747 9 0 211636 0
[pid=11477/tid=11478] ppid=11476 vsize=868524 CPUtime=0.45
/proc/11477/task/11478/stat : 11478 (java) R 11476 11463 10025 0 -1 64 2678 0 1 0 44 1 0 0 21 0 9 0 19855398 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4126569357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11479] ppid=11476 vsize=868524 CPUtime=0.03
/proc/11477/task/11479/stat : 11479 (java) S 11476 11463 10025 0 -1 64 798 0 0 0 3 0 0 0 16 0 9 0 19855399 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11480] ppid=11476 vsize=868524 CPUtime=0
/proc/11477/task/11480/stat : 11480 (java) S 11476 11463 10025 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19855399 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11481] ppid=11476 vsize=868524 CPUtime=0
/proc/11477/task/11481/stat : 11481 (java) S 11476 11463 10025 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19855399 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11482] ppid=11476 vsize=868524 CPUtime=0
/proc/11477/task/11482/stat : 11482 (java) S 11476 11463 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19855401 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11483] ppid=11476 vsize=868524 CPUtime=0.16
/proc/11477/task/11483/stat : 11483 (java) S 11476 11463 10025 0 -1 64 1464 0 0 0 16 0 0 0 16 0 9 0 19855401 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11484] ppid=11476 vsize=868524 CPUtime=0
/proc/11477/task/11484/stat : 11484 (java) S 11476 11463 10025 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19855401 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11485] ppid=11476 vsize=868524 CPUtime=0
/proc/11477/task/11485/stat : 11485 (java) S 11476 11463 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19855401 889368576 5061 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890748

[startup+3.10251 s]
/proc/loadavg: 1.84 1.92 1.90 4/84 11485
/proc/meminfo: memFree=680248/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=0.76
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1310 5158 0 1 6 1 65 4 15 0 1 0 19855315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1111 409 3 0 796 0
[pid=11476] ppid=11463 vsize=5356 CPUtime=0
/proc/11476/stat : 11476 (sh) S 11463 11463 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19855397 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11476/statm: 1339 233 193 169 0 50 0
[pid=11477] ppid=11476 vsize=868744 CPUtime=2.24
/proc/11477/stat : 11477 (java) S 11476 11463 10025 0 -1 0 9025 0 1 0 216 8 0 0 18 0 9 0 19855397 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11477/statm: 217186 8058 2591 9 0 211663 0
[pid=11477/tid=11478] ppid=11476 vsize=868744 CPUtime=1.63
/proc/11477/task/11478/stat : 11478 (java) R 11476 11463 10025 0 -1 64 2917 0 1 0 159 4 0 0 25 0 9 0 19855398 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4127077873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11479] ppid=11476 vsize=868744 CPUtime=0.32
/proc/11477/task/11479/stat : 11479 (java) S 11476 11463 10025 0 -1 64 3872 0 0 0 30 2 0 0 16 0 9 0 19855399 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11480] ppid=11476 vsize=868744 CPUtime=0
/proc/11477/task/11480/stat : 11480 (java) S 11476 11463 10025 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19855399 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11481] ppid=11476 vsize=868744 CPUtime=0
/proc/11477/task/11481/stat : 11481 (java) S 11476 11463 10025 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19855399 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11482] ppid=11476 vsize=868744 CPUtime=0
/proc/11477/task/11482/stat : 11482 (java) S 11476 11463 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19855401 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11483] ppid=11476 vsize=868744 CPUtime=0.27
/proc/11477/task/11483/stat : 11483 (java) S 11476 11463 10025 0 -1 64 1537 0 0 0 26 1 0 0 16 0 9 0 19855401 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11484] ppid=11476 vsize=868744 CPUtime=0
/proc/11477/task/11484/stat : 11484 (java) S 11476 11463 10025 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19855401 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11477/tid=11485] ppid=11476 vsize=868744 CPUtime=0
/proc/11477/task/11485/stat : 11485 (java) S 11476 11463 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19855401 889593856 8058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890968

[startup+6.30281 s]
/proc/loadavg: 1.86 1.92 1.90 3/76 11487
/proc/meminfo: memFree=674296/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 15 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=21264 CPUtime=2.12
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 5034 0 0 0 209 3 0 0 25 0 1 0 19855730 21774336 5020 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 5316 5020 76 150 0 5163 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 43488

[startup+12.7014 s]
/proc/loadavg: 1.87 1.92 1.90 3/76 11487
/proc/meminfo: memFree=673720/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=21792 CPUtime=8.46
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 5186 0 0 0 843 3 0 0 25 0 1 0 19855730 22315008 5172 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 5448 5172 76 150 0 5295 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 44016

[startup+25.5016 s]
/proc/loadavg: 1.90 1.93 1.90 3/76 11487
/proc/meminfo: memFree=672760/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=22848 CPUtime=21.13
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 5440 0 0 0 2110 3 0 0 25 0 1 0 19855730 23396352 5426 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 5712 5426 76 150 0 5559 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 45072

[startup+51.102 s]
/proc/loadavg: 1.93 1.93 1.90 3/76 11487
/proc/meminfo: memFree=670776/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=24924 CPUtime=46.49
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 5969 0 0 0 4645 4 0 0 25 0 1 0 19855730 25522176 5955 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 6231 5955 76 150 0 6078 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 47148

[startup+102.302 s]
/proc/loadavg: 1.97 1.94 1.91 3/76 11487
/proc/meminfo: memFree=666616/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=29260 CPUtime=97.22
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 7034 0 0 0 9716 6 0 0 25 0 1 0 19855730 29962240 7020 996147200 134512640 135127466 4294956256 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 7315 7020 76 150 0 7162 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 51484

[startup+162.301 s]
/proc/loadavg: 1.99 1.95 1.91 3/76 11493
/proc/meminfo: memFree=661688/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+822.301 s]
/proc/loadavg: 1.83 1.92 1.89 3/87 12256
/proc/meminfo: memFree=596776/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=64780 CPUtime=810.67
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 15849 0 0 0 81043 24 0 0 25 0 1 0 19855730 66334720 15835 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 16195 15835 76 150 0 16042 0
Current children cumulated CPU time (s) 814.67
Current children cumulated vsize (KiB) 87004

[startup+882.306 s]
/proc/loadavg: 1.94 1.93 1.90 3/87 12256
/proc/meminfo: memFree=580008/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=67040 CPUtime=870.11
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 16409 0 0 0 86985 26 0 0 25 0 1 0 19855730 68648960 16395 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 16760 16395 76 150 0 16607 0
Current children cumulated CPU time (s) 874.11
Current children cumulated vsize (KiB) 89264

[startup+942.302 s]
/proc/loadavg: 1.97 1.94 1.91 3/87 12256
/proc/meminfo: memFree=564584/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=70352 CPUtime=929.54
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 17271 0 0 0 92927 27 0 0 25 0 1 0 19855730 72040448 17257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 17588 17257 76 150 0 17435 0
Current children cumulated CPU time (s) 933.54
Current children cumulated vsize (KiB) 92576

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

[startup+947.207 s]
/proc/loadavg: 1.98 1.94 1.91 3/87 12256
/proc/meminfo: memFree=563624/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=70616 CPUtime=934.39
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 17336 0 0 0 93412 27 0 0 25 0 1 0 19855730 72310784 17322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 17654 17322 76 150 0 17501 0
Current children cumulated CPU time (s) 938.39
Current children cumulated vsize (KiB) 92840

[startup+972.803 s]
/proc/loadavg: 1.98 1.94 1.91 3/87 12256
/proc/meminfo: memFree=559400/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=71672 CPUtime=959.75
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 17617 0 0 0 95947 28 0 0 25 0 1 0 19855730 73392128 17603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 17918 17603 76 150 0 17765 0
Current children cumulated CPU time (s) 963.75
Current children cumulated vsize (KiB) 93896

[startup+979.201 s]
/proc/loadavg: 1.99 1.94 1.91 3/87 12256
/proc/meminfo: memFree=558504/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=71936 CPUtime=966.09
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 17677 0 0 0 96581 28 0 0 25 0 1 0 19855730 73662464 17663 996147200 134512640 135127466 4294956256 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 17984 17663 76 150 0 17831 0
Current children cumulated CPU time (s) 970.09
Current children cumulated vsize (KiB) 94160

[startup+982.408 s]
/proc/loadavg: 1.99 1.94 1.91 3/87 12256
/proc/meminfo: memFree=557608/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=72200 CPUtime=969.26
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 17725 0 0 0 96898 28 0 0 25 0 1 0 19855730 73932800 17711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 18050 17711 76 150 0 17897 0
Current children cumulated CPU time (s) 973.26
Current children cumulated vsize (KiB) 94424

[startup+985.602 s]
/proc/loadavg: 1.99 1.94 1.91 3/87 12256
/proc/meminfo: memFree=557160/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=72332 CPUtime=972.43
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 17776 0 0 0 97215 28 0 0 25 0 1 0 19855730 74067968 17762 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 18083 17762 76 150 0 17930 0
Current children cumulated CPU time (s) 976.43
Current children cumulated vsize (KiB) 94556

[startup+986.401 s]
/proc/loadavg: 1.99 1.94 1.91 3/87 12256
/proc/meminfo: memFree=557160/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=72464 CPUtime=973.22
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 17790 0 0 0 97294 28 0 0 25 0 1 0 19855730 74203136 17776 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 18116 17776 76 150 0 17963 0
Current children cumulated CPU time (s) 977.22
Current children cumulated vsize (KiB) 94688

[startup+987.201 s]
/proc/loadavg: 1.99 1.94 1.91 3/87 12256
/proc/meminfo: memFree=556968/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=4
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1376 14618 0 2 6 1 375 18 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
[pid=11486] ppid=11463 vsize=5356 CPUtime=0
/proc/11486/stat : 11486 (sh) S 11463 11463 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11486/statm: 1339 232 193 169 0 50 0
[pid=11487] ppid=11486 vsize=72464 CPUtime=974.01
/proc/11487/stat : 11487 (minisat) R 11486 11463 10025 0 -1 4194304 17804 0 0 0 97373 28 0 0 25 0 1 0 19855730 74203136 17790 996147200 134512640 135127466 4294956256 18446744073709551615 134521694 0 0 4096 3 0 0 0 17 1 0 0
/proc/11487/statm: 18116 17790 76 150 0 17963 0
Current children cumulated CPU time (s) 978.01
Current children cumulated vsize (KiB) 94688

[startup+987.401 s]
/proc/loadavg: 1.99 1.94 1.91 3/87 12256
/proc/meminfo: memFree=556968/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=978.08
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1448 32724 0 2 7 1 97752 48 16 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 978.08
Current children cumulated vsize (KiB) 16868

[startup+987.501 s]
/proc/loadavg: 1.99 1.94 1.91 3/87 12256
/proc/meminfo: memFree=556968/2055920 swapFree=4192956/4192956
[pid=11463] ppid=11461 vsize=16868 CPUtime=978.09
/proc/11463/stat : 11463 (sugar) S 11461 11463 10025 0 -1 4194304 1449 32724 0 2 7 2 97752 48 15 0 1 0 19855315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11463/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 978.09
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 987.577
CPU time (s): 978.401
CPU user time (s): 977.848
CPU system time (s): 0.552915
CPU usage (%): 99.0709
Max. virtual memory (cumulated for all children) (KiB): 890992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 977.848
system time used= 0.552915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38245
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= 5940
involuntary context switches= 26579

runsolver used 1.23081 second user time and 3.2505 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-11 17:58:43
IDJOB=2061963
IDBENCH=53856
IDSOLVER=739
FILE ID=node60/2061963-1247327923
PBS_JOBID= 9506510
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-23-23.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-2061963-1247327923/watcher-2061963-1247327923 -o /tmp/evaluation-result-2061963-1247327923/solver-2061963-1247327923 -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-2061963-1247327923.xml

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

MD5SUM BENCH= d185c075f1a00620d8d7e72bfffb9da4
RANDOM SEED=463112476

node60.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:      2055920 kB
MemFree:        706096 kB
Buffers:         57236 kB
Cached:        1221776 kB
SwapCached:          0 kB
Active:         247088 kB
Inactive:      1051176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        706096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:          29908 kB
Slab:            36740 kB
Committed_AS:   209504 kB
PageTables:       1828 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= 66388 MiB
End job on node60 at 2009-07-11 18:15:10