Trace number 1041940

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 424.381 428.583

General information on the benchmark

Namecsp/allsquares/
normalized-squares-23-23.xml
MD5SUMd185c075f1a00620d8d7e72bfffb9da4
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark424.381
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:26:11 2008
0.00/0.04	c 0	PID 32074
0.00/0.05	c 0	HOST node58.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1041940-1215001571.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041940-1215001571.xml' 'HOME/temp.csp'
0.03/0.56	c 0	24 domains, 1058 variables, 2 predicates, 0 relations, 1268 constraints
0.03/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.53/0.65	c 0	Parsing HOME/temp.csp
0.93/1.03	c 1	parsed 2352 expressions
0.93/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.03	c 1	Converting to clausal form CSP
0.93/1.05	c 1	converted 236 (10%) expressions
0.93/1.06	c 1	converted 471 (20%) expressions
0.93/1.06	c 1	converted 706 (30%) expressions
0.93/1.07	c 1	converted 941 (40%) expressions
1.13/1.20	c 1	converted 1176 (50%) expressions
1.13/1.25	c 1	converted 1412 (60%) expressions
1.13/1.28	c 1	converted 1647 (70%) expressions
1.23/1.31	c 1	converted 1882 (80%) expressions
1.23/1.33	c 1	converted 2117 (90%) expressions
1.92/2.05	c 2	converted 2352 (100%) expressions
1.92/2.05	c 2	CSP : 6866 integers, 1892 booleans, 17760 clauses, largest domain size 145
1.92/2.05	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.05	c 2	Propagation in CSP
2.13/2.26	c 2	19841 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.26	c 2	CSP : 6866 integers, 1892 booleans, 17760 clauses, largest domain size 67
2.13/2.26	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.27	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.29	c 2	CSP : 6866 integers, 1892 booleans, 17760 clauses, largest domain size 67
2.13/2.29	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.37	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.40	c 2	687 (10%) CSP integer variables are encoded (2394 clauses, 29011 bytes)
2.32/2.41	c 2	1374 (20%) CSP integer variables are encoded (6747 clauses, 85600 bytes)
2.32/2.43	c 2	2060 (30%) CSP integer variables are encoded (15555 clauses, 214255 bytes)
2.32/2.44	c 2	2747 (40%) CSP integer variables are encoded (24315 clauses, 345655 bytes)
2.32/2.45	c 2	3433 (50%) CSP integer variables are encoded (32929 clauses, 474865 bytes)
2.32/2.46	c 2	4120 (60%) CSP integer variables are encoded (40985 clauses, 595705 bytes)
2.32/2.48	c 2	4807 (70%) CSP integer variables are encoded (50133 clauses, 732925 bytes)
2.41/2.50	c 2	5493 (80%) CSP integer variables are encoded (58921 clauses, 864745 bytes)
2.41/2.51	c 2	6180 (90%) CSP integer variables are encoded (67359 clauses, 991315 bytes)
2.41/2.53	c 2	6866 (100%) CSP integer variables are encoded (75663 clauses, 1115875 bytes)
2.61/2.72	c 2	1776 (10%) CSP clauses are encoded (153504 clauses, 2468558 bytes)
2.91/3.02	c 3	3552 (20%) CSP clauses are encoded (317410 clauses, 5506443 bytes)
3.22/3.34	c 3	5328 (30%) CSP clauses are encoded (480014 clauses, 8908827 bytes)
3.49/3.65	c 3	7104 (40%) CSP clauses are encoded (634050 clauses, 12132665 bytes)
3.80/3.95	c 4	8880 (50%) CSP clauses are encoded (792037 clauses, 15437586 bytes)
4.20/4.32	c 4	10656 (60%) CSP clauses are encoded (987018 clauses, 19503146 bytes)
4.49/4.65	c 4	12432 (70%) CSP clauses are encoded (1159820 clauses, 23119970 bytes)
4.79/4.93	c 5	14208 (80%) CSP clauses are encoded (1307798 clauses, 26216653 bytes)
5.09/5.23	c 5	15984 (90%) CSP clauses are encoded (1464629 clauses, 29499427 bytes)
5.38/5.56	c 5	17760 (100%) CSP clauses are encoded (1638884 clauses, 33130196 bytes)
5.38/5.56	c 5	17760 CSP clauses encoded
5.38/5.56	c 5	Writing map file : HOME/temp.map
5.38/5.58	c 5	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.38/5.58	c 5	SAT : 84371 SAT variables, 1638884 SAT clauses, 33130196 bytes
5.38/5.58	c 5	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/5.63	c 5	SOLVING HOME/temp.cnf
5.46/5.63	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.46/5.63	c 5	This is MiniSat 2.0 beta
5.46/5.63	c 5	WARNING: for repeatability, setting FPU to use double precision
5.46/5.63	c 5	============================[ Problem Statistics ]=============================
5.46/5.63	c 5	|                                                                             |
5.46/5.63	c 5	|  Number of variables:  84371                                                |
5.46/5.63	c 5	|  Number of clauses:    1638884                                              |
5.47/6.45	c 6	|  Parsing time:         0.70         s                                       |
5.47/6.49	c 6	============================[ Search Statistics ]==============================
5.47/6.49	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.47/6.49	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.47/6.49	c 6	===============================================================================
5.47/6.49	c 6	|         0 |   84371  1638884  4708616 |   546294        0    nan |  0.000 % |
7.31/7.58	c 7	|       101 |   84371  1638884  4708616 |   600924      101     62 |  0.000 % |
8.89/9.19	c 9	|       252 |   84371  1638884  4708616 |   661016      252     43 |  0.000 % |
10.77/11.05	c 11	|       477 |   84371  1638884  4708616 |   727118      477     40 |  0.000 % |
13.24/13.59	c 13	|       815 |   84371  1638884  4708616 |   799830      815     44 |  0.000 % |
17.80/18.19	c 18	|      1321 |   84371  1638884  4708616 |   879813     1321     43 |  0.000 % |
24.64/25.08	c 25	|      2083 |   84371  1638884  4708616 |   967794     2083     41 |  0.000 % |
34.83/35.32	c 35	|      3222 |   84371  1638884  4708616 |  1064573     3222     39 |  0.000 % |
48.01/48.66	c 48	|      4930 |   84369  1638848  4708518 |  1171031     4929     38 |  0.002 % |
70.59/71.44	c 71	|      7492 |   84369  1638848  4708518 |  1288134     7491     38 |  0.002 % |
98.72/99.82	c 100	|     11337 |   84369  1638848  4708518 |  1416947    11336     39 |  0.002 % |
148.15/149.79	c 150	|     17103 |   84369  1638848  4708518 |  1558642    17102     39 |  0.002 % |
241.55/244.00	c 244	|     25752 |   84367  1638812  4708420 |  1714506    25750     37 |  0.005 % |
344.07/347.58	c 347	|     38726 |   84367  1638812  4708420 |  1885957    38724     38 |  0.005 % |
423.72/427.93	c 428	===============================================================================
423.72/427.94	c 428	restarts              : 14
423.72/427.94	c 428	conflicts             : 48405          (116 /sec)
423.72/427.94	c 428	decisions             : 60705          (1.43 % random) (145 /sec)
423.72/427.94	c 428	propagations          : 333437553      (797407 /sec)
423.72/427.94	c 428	conflict literals     : 1743722        (38.36 % deleted)
423.72/427.94	c 428	Memory used           : 87.21 MB
423.72/427.94	c 428	CPU time              : 418.152 s
423.72/427.94	c 428	
423.72/427.97	c 428	SATISFIABLE
423.72/427.99	c 428	DECODING HOME/temp.out WITH HOME/temp.map
423.72/427.99	c 428	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
423.84/428.08	c 428	Decoding HOME/temp.out
423.84/428.46	s SATISFIABLE
423.85/428.51	v 22 21 43 39 39 44 42 38 37 39 38 41 53 23 23 50 49 21 22 46 0 0 0 20 18 16 15 10 10 47 28 19 0 36 54 53 18 32 0 36 0 47 16 0 44 21 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1
423.85/428.51	c 428	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
423.85/428.57	c 428	CPU 423.78 (0.04 0.02 423.74 0.55)
423.85/428.57	c 428	END Wed Jul  2 14:33:19 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041940-1215001571/watcher-1041940-1215001571 -o /tmp/evaluation-result-1041940-1215001571/solver-1041940-1215001571 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1041940-1215001571.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.05 2.01 4/80 32074
/proc/meminfo: memFree=1827800/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=12268 CPUtime=0
/proc/32074/stat : 32074 (sugar) R 32072 32074 30858 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 684123475 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226238364261 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/32074/statm: 3067 316 241 3 0 167 0

[startup+0.0600401 s]
/proc/loadavg: 2.20 2.05 2.01 4/80 32074
/proc/meminfo: memFree=1827800/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=0.03
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 684123475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101199 s]
/proc/loadavg: 2.20 2.05 2.01 4/80 32074
/proc/meminfo: memFree=1827800/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=0.03
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 684123475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302231 s]
/proc/loadavg: 2.20 2.05 2.01 4/80 32074
/proc/meminfo: memFree=1827800/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=0.03
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 684123475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702296 s]
/proc/loadavg: 2.20 2.05 2.01 4/80 32074
/proc/meminfo: memFree=1827800/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=0.53
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 973 5090 0 1 3 0 46 4 16 0 1 0 684123475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50143 s]
/proc/loadavg: 2.20 2.05 2.01 4/91 32096
/proc/meminfo: memFree=1819328/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=0.53
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 974 5090 0 1 3 0 46 4 15 0 1 0 684123475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 797 370 3 0 500 0
[pid=32087] ppid=32074 vsize=5356 CPUtime=0
/proc/32087/stat : 32087 (sh) S 32074 32074 30858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 684123533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32087/statm: 1339 233 193 169 0 50 0
[pid=32088] ppid=32087 vsize=868256 CPUtime=0.89
/proc/32088/stat : 32088 (java) S 32087 32074 30858 0 -1 0 5889 0 1 0 86 3 0 0 18 0 9 0 684123533 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32088/statm: 217064 5278 1735 9 0 211639 0
[pid=32088/tid=32089] ppid=32087 vsize=868256 CPUtime=0.61
/proc/32088/task/32089/stat : 32089 (java) R 32087 32074 30858 0 -1 64 2666 0 1 0 60 1 0 0 19 0 9 0 684123534 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32090] ppid=32087 vsize=868256 CPUtime=0.05
/proc/32088/task/32090/stat : 32090 (java) R 32087 32074 30858 0 -1 64 1050 0 0 0 5 0 0 0 16 0 9 0 684123535 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32091] ppid=32087 vsize=868256 CPUtime=0
/proc/32088/task/32091/stat : 32091 (java) S 32087 32074 30858 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 684123536 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32092] ppid=32087 vsize=868256 CPUtime=0
/proc/32088/task/32092/stat : 32092 (java) S 32087 32074 30858 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 684123536 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32093] ppid=32087 vsize=868256 CPUtime=0
/proc/32088/task/32093/stat : 32093 (java) S 32087 32074 30858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 684123538 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32094] ppid=32087 vsize=868256 CPUtime=0.2
/proc/32088/task/32094/stat : 32094 (java) S 32087 32074 30858 0 -1 64 1481 0 0 0 20 0 0 0 16 0 9 0 684123538 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32095] ppid=32087 vsize=868256 CPUtime=0
/proc/32088/task/32095/stat : 32095 (java) S 32087 32074 30858 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 684123538 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32096] ppid=32087 vsize=868256 CPUtime=0
/proc/32088/task/32096/stat : 32096 (java) S 32087 32074 30858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684123538 889094144 5278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887212

[startup+3.1027 s]
/proc/loadavg: 2.20 2.05 2.01 4/91 32096
/proc/meminfo: memFree=1802176/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=0.54
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 974 5090 0 1 3 1 46 4 15 0 1 0 684123475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 797 370 3 0 500 0
[pid=32087] ppid=32074 vsize=5356 CPUtime=0
/proc/32087/stat : 32087 (sh) S 32074 32074 30858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 684123533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32087/statm: 1339 233 193 169 0 50 0
[pid=32088] ppid=32087 vsize=868484 CPUtime=2.47
/proc/32088/stat : 32088 (java) S 32087 32074 30858 0 -1 0 9637 0 1 0 236 11 0 0 18 0 9 0 684123533 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32088/statm: 217121 8544 2565 9 0 211668 0
[pid=32088/tid=32089] ppid=32087 vsize=868484 CPUtime=1.68
/proc/32088/task/32089/stat : 32089 (java) R 32087 32074 30858 0 -1 64 2993 0 1 0 162 6 0 0 25 0 9 0 684123534 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32090] ppid=32087 vsize=868484 CPUtime=0.45
/proc/32088/task/32090/stat : 32090 (java) S 32087 32074 30858 0 -1 64 4403 0 0 0 42 3 0 0 16 0 9 0 684123535 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32091] ppid=32087 vsize=868484 CPUtime=0
/proc/32088/task/32091/stat : 32091 (java) S 32087 32074 30858 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 684123536 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32092] ppid=32087 vsize=868484 CPUtime=0
/proc/32088/task/32092/stat : 32092 (java) S 32087 32074 30858 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 684123536 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32093] ppid=32087 vsize=868484 CPUtime=0
/proc/32088/task/32093/stat : 32093 (java) S 32087 32074 30858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 684123538 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32094] ppid=32087 vsize=868484 CPUtime=0.3
/proc/32088/task/32094/stat : 32094 (java) S 32087 32074 30858 0 -1 64 1547 0 0 0 30 0 0 0 16 0 9 0 684123538 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32095] ppid=32087 vsize=868484 CPUtime=0
/proc/32088/task/32095/stat : 32095 (java) S 32087 32074 30858 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 684123538 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32088/tid=32096] ppid=32087 vsize=868484 CPUtime=0
/proc/32088/task/32096/stat : 32096 (java) S 32087 32074 30858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684123538 889327616 8544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887440

[startup+6.30124 s]
/proc/loadavg: 2.27 2.06 2.02 3/91 32096
/proc/meminfo: memFree=1769664/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 13600

[startup+12.7013 s]
/proc/loadavg: 2.33 2.08 2.02 3/83 32098
/proc/meminfo: memFree=1718016/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=78560 CPUtime=6.98
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 18674 0 0 0 686 12 0 0 25 0 1 0 684124038 80445440 18660 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 19640 18660 76 150 0 19487 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 97516

[startup+25.5025 s]
/proc/loadavg: 2.33 2.09 2.03 3/83 32098
/proc/meminfo: memFree=1717376/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=79220 CPUtime=19.66
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 18841 0 0 0 1954 12 0 0 25 0 1 0 684124038 81121280 18827 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 19805 18827 76 150 0 19652 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 98176

[startup+51.1028 s]
/proc/loadavg: 2.21 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1716416/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=80264 CPUtime=45.01
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 19101 0 0 0 4489 12 0 0 25 0 1 0 684124038 82190336 19087 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 20066 19087 76 150 0 19913 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 99220

[startup+102.307 s]
/proc/loadavg: 2.14 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1714624/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=81984 CPUtime=95.73
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 19518 0 0 0 9561 12 0 0 25 0 1 0 684124038 83951616 19504 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 20496 19504 76 150 0 20343 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 100940

[startup+162.302 s]
/proc/loadavg: 2.09 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1712960/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=83492 CPUtime=155.16
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 19917 0 0 0 15503 13 0 0 25 0 1 0 684124038 85495808 19903 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 20873 19903 76 150 0 20720 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 102448

[startup+222.301 s]
/proc/loadavg: 2.03 2.06 2.02 3/83 32098
/proc/meminfo: memFree=1711808/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=84636 CPUtime=214.59
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 20194 0 0 0 21446 13 0 0 25 0 1 0 684124038 86667264 20180 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 21159 20180 76 150 0 21006 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 103592

[startup+282.302 s]
/proc/loadavg: 2.16 2.09 2.03 3/83 32098
/proc/meminfo: memFree=1710528/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=85988 CPUtime=274.02
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 20519 0 0 0 27389 13 0 0 25 0 1 0 684124038 88051712 20505 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 21497 20505 76 150 0 21344 0
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (KiB) 104944

[startup+342.302 s]
/proc/loadavg: 2.13 2.09 2.03 3/83 32098
/proc/meminfo: memFree=1708992/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=87444 CPUtime=333.45
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 20880 0 0 0 33332 13 0 0 25 0 1 0 684124038 89542656 20866 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 21861 20866 76 150 0 21708 0
Current children cumulated CPU time (s) 338.92
Current children cumulated vsize (KiB) 106400

[startup+402.302 s]
/proc/loadavg: 2.11 2.09 2.03 3/83 32098
/proc/meminfo: memFree=1707648/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=88712 CPUtime=392.89
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 21185 0 0 0 39275 14 0 0 25 0 1 0 684124038 90841088 21171 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 22178 21171 76 150 0 22025 0
Current children cumulated CPU time (s) 398.36
Current children cumulated vsize (KiB) 107668

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

[startup+409.502 s]
/proc/loadavg: 2.10 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1707520/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=88844 CPUtime=400.02
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 21216 0 0 0 39988 14 0 0 25 0 1 0 684124038 90976256 21202 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 22211 21202 76 150 0 22058 0
Current children cumulated CPU time (s) 405.49
Current children cumulated vsize (KiB) 107800

[startup+422.302 s]
/proc/loadavg: 2.08 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1707264/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=88976 CPUtime=412.71
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 21283 0 0 0 41257 14 0 0 25 0 1 0 684124038 91111424 21269 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 22244 21269 76 150 0 22091 0
Current children cumulated CPU time (s) 418.18
Current children cumulated vsize (KiB) 107932

[startup+425.502 s]
/proc/loadavg: 2.07 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1707200/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=89108 CPUtime=415.87
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 21300 0 0 0 41573 14 0 0 25 0 1 0 684124038 91246592 21286 996147200 134512640 135127466 4294956272 18446744073709551615 134530619 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 22277 21286 76 150 0 22124 0
Current children cumulated CPU time (s) 421.34
Current children cumulated vsize (KiB) 108064

[startup+427.103 s]
/proc/loadavg: 2.07 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1707136/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=89108 CPUtime=417.45
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 21308 0 0 0 41731 14 0 0 25 0 1 0 684124038 91246592 21294 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 22277 21294 76 150 0 22124 0
Current children cumulated CPU time (s) 422.92
Current children cumulated vsize (KiB) 108064

[startup+427.907 s]
/proc/loadavg: 2.07 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1707136/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=5.47
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1033 15513 0 2 3 1 508 35 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
[pid=32097] ppid=32074 vsize=5356 CPUtime=0
/proc/32097/stat : 32097 (sh) S 32074 32074 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684124038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32097/statm: 1339 232 193 169 0 50 0
[pid=32098] ppid=32097 vsize=89108 CPUtime=418.25
/proc/32098/stat : 32098 (minisat) R 32097 32074 30858 0 -1 4194304 21311 0 0 0 41811 14 0 0 25 0 1 0 684124038 91246592 21297 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32098/statm: 22277 21297 76 150 0 22124 0
Current children cumulated CPU time (s) 423.72
Current children cumulated vsize (KiB) 108064

[startup+428.301 s]
/proc/loadavg: 2.07 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1707136/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=423.84
/proc/32074/stat : 32074 (sugar) S 32072 32074 30858 0 -1 4194304 1090 37144 0 2 4 1 42327 52 16 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 423.84
Current children cumulated vsize (KiB) 13600

[startup+428.501 s]
/proc/loadavg: 2.07 2.08 2.03 3/83 32098
/proc/meminfo: memFree=1707136/2055920 swapFree=4156316/4192956
[pid=32074] ppid=32072 vsize=13600 CPUtime=423.85
/proc/32074/stat : 32074 (sugar) R 32072 32074 30858 0 -1 4194304 1090 37144 0 2 4 2 42327 52 15 0 1 0 684123475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32074/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 423.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 428.583
CPU time (s): 424.381
CPU user time (s): 423.785
CPU system time (s): 0.596909
CPU usage (%): 99.0197
Max. virtual memory (cumulated for all children) (KiB): 887580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 423.785
system time used= 0.596909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42218
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= 8150
involuntary context switches= 17445

runsolver used 0.605907 second user time and 1.36079 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-02 14:26:11
IDJOB=1041940
IDBENCH=53856
IDSOLVER=346
FILE ID=node58/1041940-1215001571
PBS_JOBID= 7870806
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d185c075f1a00620d8d7e72bfffb9da4
RANDOM SEED=1212212921

node58.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.261
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.261
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:       1828280 kB
Buffers:          5892 kB
Cached:          61568 kB
SwapCached:      30936 kB
Active:         160664 kB
Inactive:        13876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828280 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:         120348 kB
Slab:            38368 kB
Committed_AS:  1749240 kB
PageTables:       1916 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= 66536 MiB
End job on node58 at 2008-07-02 14:33:19