Trace number 1042200

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 118.323 123.739

General information on the benchmark

Namecsp/allsquares/
normalized-squares-28-28.xml
MD5SUMf089d5d42bb32345cd570359b785e582
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark66.9468
Satisfiable
(Un)Satisfiability was proved
Number of variables1568
Number of constraints1893
Maximum constraint arity28
Maximum domain size89
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1513
Global constraints used (with number of constraints)cumulative(2),weightedsum(378)

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:45:57 2008
0.00/0.04	c 0	PID 9087
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042200-1215002757.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-1042200-1215002757.xml' 'HOME/temp.csp'
0.03/0.59	c 1	29 domains, 1568 variables, 2 predicates, 0 relations, 1893 constraints
0.03/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/0.70	c 1	Parsing HOME/temp.csp
0.56/0.94	c 1	parsed 3492 expressions
0.56/0.94	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.94	c 1	Converting to clausal form CSP
0.56/0.97	c 1	converted 350 (10%) expressions
0.56/0.98	c 1	converted 699 (20%) expressions
0.56/0.98	c 1	converted 1048 (30%) expressions
0.56/0.98	c 1	converted 1397 (40%) expressions
1.02/1.13	c 1	converted 1746 (50%) expressions
1.02/1.19	c 1	converted 2096 (60%) expressions
1.12/1.23	c 1	converted 2445 (70%) expressions
1.12/1.26	c 1	converted 2794 (80%) expressions
1.12/1.29	c 1	converted 3143 (90%) expressions
2.31/2.44	c 3	converted 3492 (100%) expressions
2.31/2.44	c 3	CSP : 11180 integers, 3298 booleans, 29339 clauses, largest domain size 215
2.31/2.44	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.44	c 3	Propagation in CSP
2.61/2.74	c 3	36216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.75	c 3	CSP : 11180 integers, 3298 booleans, 29339 clauses, largest domain size 90
2.61/2.75	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.76	c 3	Simplifing CSP by introducing new Boolean variables
2.61/2.78	c 3	CSP : 11180 integers, 3298 booleans, 29339 clauses, largest domain size 90
2.61/2.78	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.90	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.81/3.07	c 3	1118 (10%) CSP integer variables are encoded (4054 clauses, 50581 bytes)
2.81/3.09	c 3	2236 (20%) CSP integer variables are encoded (14562 clauses, 199956 bytes)
2.87/3.11	c 3	3354 (30%) CSP integer variables are encoded (32579 clauses, 470211 bytes)
2.87/3.13	c 3	4472 (40%) CSP integer variables are encoded (50166 clauses, 734016 bytes)
2.87/3.16	c 3	5590 (50%) CSP integer variables are encoded (67107 clauses, 988131 bytes)
2.87/3.18	c 3	6708 (60%) CSP integer variables are encoded (84690 clauses, 1251876 bytes)
2.97/3.20	c 3	7826 (70%) CSP integer variables are encoded (102402 clauses, 1536747 bytes)
2.97/3.23	c 3	8944 (80%) CSP integer variables are encoded (119584 clauses, 1828841 bytes)
2.97/3.25	c 3	10062 (90%) CSP integer variables are encoded (137116 clauses, 2126885 bytes)
2.97/3.28	c 3	11180 (100%) CSP integer variables are encoded (154609 clauses, 2424266 bytes)
3.38/3.75	c 4	2934 (10%) CSP clauses are encoded (332221 clauses, 5595637 bytes)
4.26/4.63	c 5	5868 (20%) CSP clauses are encoded (820833 clauses, 15534128 bytes)
5.12/5.52	c 6	8802 (30%) CSP clauses are encoded (1283853 clauses, 25307951 bytes)
5.91/6.33	c 7	11736 (40%) CSP clauses are encoded (1725135 clauses, 34621655 bytes)
6.70/7.18	c 7	14670 (50%) CSP clauses are encoded (2186384 clauses, 44358985 bytes)
7.78/8.26	c 8	17604 (60%) CSP clauses are encoded (2773497 clauses, 56726552 bytes)
8.73/9.25	c 9	20538 (70%) CSP clauses are encoded (3262071 clauses, 68067014 bytes)
9.60/10.16	c 10	23472 (80%) CSP clauses are encoded (3702081 clauses, 78645437 bytes)
10.50/11.16	c 11	26406 (90%) CSP clauses are encoded (4153588 clauses, 89501645 bytes)
11.47/12.29	c 12	29339 (100%) CSP clauses are encoded (4701788 clauses, 102655148 bytes)
11.47/12.29	c 12	29339 CSP clauses encoded
11.47/12.29	c 12	Writing map file : HOME/temp.map
11.57/12.33	c 13	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.57/12.33	c 13	SAT : 169025 SAT variables, 4701788 SAT clauses, 102655148 bytes
11.57/12.33	c 13	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.61/12.45	c 13	SOLVING HOME/temp.cnf
11.61/12.45	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.62/12.53	c 13	This is MiniSat 2.0 beta
11.62/12.53	c 13	WARNING: for repeatability, setting FPU to use double precision
11.62/12.53	c 13	============================[ Problem Statistics ]=============================
11.62/12.53	c 13	|                                                                             |
11.62/12.53	c 13	|  Number of variables:  169025                                               |
11.62/12.53	c 13	|  Number of clauses:    4701788                                              |
13.96/15.44	c 16	|  Parsing time:         2.10         s                                       |
14.07/15.56	c 16	============================[ Search Statistics ]==============================
14.07/15.56	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.07/15.56	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.07/15.56	c 16	===============================================================================
14.07/15.56	c 16	|         0 |  169025  4701788 13682799 |  1567262        0    nan |  0.000 % |
15.69/17.38	c 18	|       100 |  169025  4701788 13682799 |  1723988      100     49 |  0.000 % |
17.60/19.49	c 20	|       250 |  169025  4701788 13682799 |  1896387      250     63 |  0.000 % |
21.92/24.25	c 24	|       475 |  169025  4701788 13682799 |  2086026      475     59 |  0.000 % |
27.25/30.10	c 30	|       812 |  169025  4701788 13682799 |  2294629      812     52 |  0.000 % |
36.40/40.21	c 40	|      1319 |  169025  4701788 13682799 |  2524092     1319     56 |  0.000 % |
54.17/58.64	c 59	|      2078 |  169025  4701788 13682799 |  2776501     2078     51 |  0.000 % |
82.31/87.48	c 88	|      3218 |  169025  4701788 13682799 |  3054151     3218     48 |  0.000 % |
117.37/122.83	c 123	===============================================================================
117.37/122.85	c 123	restarts              : 8
117.37/122.85	c 123	conflicts             : 4692           (44 /sec)
117.37/122.85	c 123	decisions             : 7462           (1.02 % random) (71 /sec)
117.37/122.86	c 123	propagations          : 57532934       (545439 /sec)
117.37/122.86	c 123	conflict literals     : 263178         (25.65 % deleted)
117.37/122.86	c 123	Memory used           : 208.50 MB
117.37/122.86	c 123	CPU time              : 105.48 s
117.37/122.86	c 123	
117.46/122.92	c 123	SATISFIABLE
117.46/122.96	c 123	DECODING HOME/temp.out WITH HOME/temp.map
117.46/122.96	c 123	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
117.55/123.06	c 123	Decoding HOME/temp.out
118.05/123.59	s SATISFIABLE
118.15/123.67	v 22 24 48 45 18 41 51 40 18 48 51 52 51 26 74 58 51 0 43 0 68 1 20 27 64 0 62 23 60 60 76 19 46 75 72 81 51 79 19 60 47 75 73 73 30 45 0 3 27 23 0 51 48 63 0 23 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 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 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 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 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0
118.15/123.67	c 124	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
118.15/123.69	c 124	CPU 117 (0.04 0.01 116.96 1.23)
118.15/123.69	c 124	END Wed Jul  2 14:48:01 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-1042200-1215002757/watcher-1042200-1215002757 -o /tmp/evaluation-result-1042200-1215002757/solver-1042200-1215002757 -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-1042200-1215002757.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.28 2.06 2.02 4/83 9087
/proc/meminfo: memFree=1656968/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=18572 CPUtime=0
/proc/9087/stat : 9087 (runsolver) R 9085 9087 4703 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1979248724 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9087/statm: 4643 292 257 25 0 2626 0

[startup+0.103748 s]
/proc/loadavg: 2.28 2.06 2.02 4/83 9087
/proc/meminfo: memFree=1656968/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=0.03
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979248724 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202757 s]
/proc/loadavg: 2.28 2.06 2.02 4/83 9087
/proc/meminfo: memFree=1656968/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=0.03
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979248724 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302771 s]
/proc/loadavg: 2.28 2.06 2.02 4/83 9087
/proc/meminfo: memFree=1656968/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=0.03
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979248724 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702797 s]
/proc/loadavg: 2.28 2.06 2.02 4/83 9087
/proc/meminfo: memFree=1656968/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=0.56
/proc/9087/stat : 9087 (sugar) R 9085 9087 4703 0 -1 4194304 957 5373 0 1 3 0 50 3 16 0 1 0 1979248724 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209156009211 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9087/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 2.28 2.06 2.02 4/94 9109
/proc/meminfo: memFree=1633264/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=0.56
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 974 5373 0 1 3 0 50 3 15 0 1 0 1979248724 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 797 370 3 0 500 0
[pid=9100] ppid=9087 vsize=5356 CPUtime=0
/proc/9100/stat : 9100 (sh) S 9087 9087 4703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979248786 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9100/statm: 1339 233 193 169 0 50 0
[pid=9101] ppid=9100 vsize=868360 CPUtime=0.85
/proc/9101/stat : 9101 (java) S 9100 9087 4703 0 -1 0 7326 0 2 0 82 3 0 0 18 0 9 0 1979248786 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9101/statm: 217090 6559 2541 9 0 211665 0
[pid=9101/tid=9102] ppid=9100 vsize=868360 CPUtime=0.5
/proc/9101/task/9102/stat : 9102 (java) R 9100 9087 4703 0 -1 64 2674 0 1 0 50 0 0 0 20 0 9 0 1979248787 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4126540615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9103] ppid=9100 vsize=868360 CPUtime=0.1
/proc/9101/task/9103/stat : 9103 (java) S 9100 9087 4703 0 -1 64 2495 0 1 0 9 1 0 0 16 0 9 0 1979248788 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9104] ppid=9100 vsize=868360 CPUtime=0
/proc/9101/task/9104/stat : 9104 (java) S 9100 9087 4703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979248789 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9105] ppid=9100 vsize=868360 CPUtime=0
/proc/9101/task/9105/stat : 9105 (java) S 9100 9087 4703 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979248789 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9106] ppid=9100 vsize=868360 CPUtime=0
/proc/9101/task/9106/stat : 9106 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979248790 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9107] ppid=9100 vsize=868360 CPUtime=0.22
/proc/9101/task/9107/stat : 9107 (java) S 9100 9087 4703 0 -1 64 1464 0 0 0 21 1 0 0 16 0 9 0 1979248791 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9108] ppid=9100 vsize=868360 CPUtime=0
/proc/9101/task/9108/stat : 9108 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979248791 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9109] ppid=9100 vsize=868360 CPUtime=0
/proc/9101/task/9109/stat : 9109 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979248791 889200640 6559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887316

[startup+3.10201 s]
/proc/loadavg: 2.28 2.06 2.02 3/94 9109
/proc/meminfo: memFree=1613872/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=0.56
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 974 5373 0 1 3 0 50 3 15 0 1 0 1979248724 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 797 370 3 0 500 0
[pid=9100] ppid=9087 vsize=5356 CPUtime=0
/proc/9100/stat : 9100 (sh) S 9087 9087 4703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979248786 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9100/statm: 1339 233 193 169 0 50 0
[pid=9101] ppid=9100 vsize=868472 CPUtime=2.31
/proc/9101/stat : 9101 (java) S 9100 9087 4703 0 -1 0 11810 0 2 0 224 7 0 0 18 0 9 0 1979248786 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9101/statm: 217118 10617 2565 9 0 211665 0
[pid=9101/tid=9102] ppid=9100 vsize=868472 CPUtime=1.33
/proc/9101/task/9102/stat : 9102 (java) R 9100 9087 4703 0 -1 64 3034 0 1 0 132 1 0 0 24 0 9 0 1979248787 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9103] ppid=9100 vsize=868472 CPUtime=0.67
/proc/9101/task/9103/stat : 9103 (java) S 9100 9087 4703 0 -1 64 6568 0 1 0 63 4 0 0 16 0 9 0 1979248788 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9104] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9104/stat : 9104 (java) S 9100 9087 4703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979248789 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9105] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9105/stat : 9105 (java) S 9100 9087 4703 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979248789 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9106] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9106/stat : 9106 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979248790 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9107] ppid=9100 vsize=868472 CPUtime=0.29
/proc/9101/task/9107/stat : 9107 (java) S 9100 9087 4703 0 -1 64 1515 0 0 0 28 1 0 0 16 0 9 0 1979248791 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9108] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9108/stat : 9108 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979248791 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9109] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9109/stat : 9109 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979248791 889315328 10617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 887428

[startup+6.30249 s]
/proc/loadavg: 2.26 2.06 2.02 3/94 9109
/proc/meminfo: memFree=1550896/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=0.56
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 974 5373 0 1 3 0 50 3 16 0 1 0 1979248724 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 797 370 3 0 500 0
[pid=9100] ppid=9087 vsize=5356 CPUtime=0
/proc/9100/stat : 9100 (sh) S 9087 9087 4703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979248786 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9100/statm: 1339 233 193 169 0 50 0
[pid=9101] ppid=9100 vsize=868472 CPUtime=5.35
/proc/9101/stat : 9101 (java) S 9100 9087 4703 0 -1 0 12223 0 2 0 502 33 0 0 18 0 9 0 1979248786 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9101/statm: 217118 10636 2565 9 0 211665 0
[pid=9101/tid=9102] ppid=9100 vsize=868472 CPUtime=4.19
/proc/9101/task/9102/stat : 9102 (java) R 9100 9087 4703 0 -1 64 3430 0 1 0 395 24 0 0 25 0 9 0 1979248787 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4127146280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9103] ppid=9100 vsize=868472 CPUtime=0.81
/proc/9101/task/9103/stat : 9103 (java) S 9100 9087 4703 0 -1 64 6568 0 1 0 75 6 0 0 16 0 9 0 1979248788 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9104] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9104/stat : 9104 (java) S 9100 9087 4703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979248789 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9105] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9105/stat : 9105 (java) S 9100 9087 4703 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979248789 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9106] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9106/stat : 9106 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979248790 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9107] ppid=9100 vsize=868472 CPUtime=0.31
/proc/9101/task/9107/stat : 9107 (java) S 9100 9087 4703 0 -1 64 1532 0 0 0 30 1 0 0 17 0 9 0 1979248791 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9108] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9108/stat : 9108 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979248791 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9101/tid=9109] ppid=9100 vsize=868472 CPUtime=0
/proc/9101/task/9109/stat : 9109 (java) S 9100 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979248791 889315328 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 887428

[startup+12.7011 s]
/proc/loadavg: 2.40 2.09 2.03 3/94 9109
/proc/meminfo: memFree=1379184/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 15 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.62
Current children cumulated vsize (KiB) 13600

[startup+25.5012 s]
/proc/loadavg: 2.61 2.15 2.05 3/86 9111
/proc/meminfo: memFree=1076848/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9110] ppid=9087 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9087 9087 4703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979249967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 232 193 169 0 50 0
[pid=9111] ppid=9110 vsize=206592 CPUtime=11.57
/proc/9111/stat : 9111 (minisat) R 9110 9087 4703 0 -1 4194304 50282 0 0 0 1126 31 0 0 25 0 1 0 1979249977 211550208 50268 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9111/statm: 51648 50268 76 150 0 51495 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 225548

[startup+51.1014 s]
/proc/loadavg: 2.52 2.17 2.06 3/86 9111
/proc/meminfo: memFree=943024/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9110] ppid=9087 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9087 9087 4703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979249967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 232 193 169 0 50 0
[pid=9111] ppid=9110 vsize=211084 CPUtime=35.12
/proc/9111/stat : 9111 (minisat) R 9110 9087 4703 0 -1 4194304 51422 0 0 0 3480 32 0 0 25 0 1 0 1979249977 216150016 51408 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9111/statm: 52771 51408 76 150 0 52618 0
Current children cumulated CPU time (s) 46.74
Current children cumulated vsize (KiB) 230040

[startup+102.302 s]
/proc/loadavg: 2.49 2.23 2.08 3/86 9111
/proc/meminfo: memFree=920752/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9110] ppid=9087 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9087 9087 4703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979249967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 232 193 169 0 50 0
[pid=9111] ppid=9110 vsize=212800 CPUtime=85.45
/proc/9111/stat : 9111 (minisat) R 9110 9087 4703 0 -1 4194304 51839 0 0 0 8512 33 0 0 25 0 1 0 1979249977 217907200 51825 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9111/statm: 53200 51825 76 150 0 53047 0
Current children cumulated CPU time (s) 97.07
Current children cumulated vsize (KiB) 231756

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

[startup+102.407 s]
/proc/loadavg: 2.49 2.23 2.08 3/86 9111
/proc/meminfo: memFree=920752/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9110] ppid=9087 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9087 9087 4703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979249967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 232 193 169 0 50 0
[pid=9111] ppid=9110 vsize=212800 CPUtime=85.55
/proc/9111/stat : 9111 (minisat) R 9110 9087 4703 0 -1 4194304 51839 0 0 0 8522 33 0 0 25 0 1 0 1979249977 217907200 51825 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9111/statm: 53200 51825 76 150 0 53047 0
Current children cumulated CPU time (s) 97.17
Current children cumulated vsize (KiB) 231756

[startup+115.201 s]
/proc/loadavg: 2.38 2.22 2.08 3/86 9111
/proc/meminfo: memFree=856240/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9110] ppid=9087 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9087 9087 4703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979249967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 232 193 169 0 50 0
[pid=9111] ppid=9110 vsize=213196 CPUtime=98.22
/proc/9111/stat : 9111 (minisat) R 9110 9087 4703 0 -1 4194304 51934 0 0 0 9789 33 0 0 25 0 1 0 1979249977 218312704 51920 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9111/statm: 53299 51920 76 150 0 53146 0
Current children cumulated CPU time (s) 109.84
Current children cumulated vsize (KiB) 232152

[startup+118.402 s]
/proc/loadavg: 2.38 2.22 2.08 3/86 9111
/proc/meminfo: memFree=920368/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9110] ppid=9087 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9087 9087 4703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979249967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 232 193 169 0 50 0
[pid=9111] ppid=9110 vsize=213196 CPUtime=101.39
/proc/9111/stat : 9111 (minisat) R 9110 9087 4703 0 -1 4194304 51941 0 0 0 10106 33 0 0 25 0 1 0 1979249977 218312704 51927 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9111/statm: 53299 51927 76 150 0 53146 0
Current children cumulated CPU time (s) 113.01
Current children cumulated vsize (KiB) 232152

[startup+121.602 s]
/proc/loadavg: 2.35 2.21 2.08 3/86 9111
/proc/meminfo: memFree=920304/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9110] ppid=9087 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9087 9087 4703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979249967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 232 193 169 0 50 0
[pid=9111] ppid=9110 vsize=213328 CPUtime=104.56
/proc/9111/stat : 9111 (minisat) R 9110 9087 4703 0 -1 4194304 51960 0 0 0 10423 33 0 0 25 0 1 0 1979249977 218447872 51946 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9111/statm: 53332 51946 76 150 0 53179 0
Current children cumulated CPU time (s) 116.18
Current children cumulated vsize (KiB) 232284

[startup+122.402 s]
/proc/loadavg: 2.35 2.21 2.08 3/86 9111
/proc/meminfo: memFree=920240/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=11.62
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1033 18654 0 3 3 0 1077 82 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9110] ppid=9087 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9087 9087 4703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979249967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 232 193 169 0 50 0
[pid=9111] ppid=9110 vsize=213328 CPUtime=105.35
/proc/9111/stat : 9111 (minisat) R 9110 9087 4703 0 -1 4194304 51963 0 0 0 10502 33 0 0 25 0 1 0 1979249977 218447872 51949 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9111/statm: 53332 51949 76 150 0 53179 0
Current children cumulated CPU time (s) 116.97
Current children cumulated vsize (KiB) 232284

[startup+123.202 s]
/proc/loadavg: 2.40 2.23 2.09 4/94 9121
/proc/meminfo: memFree=1121712/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=117.55
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1090 70961 0 3 3 0 11632 120 16 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9112] ppid=9087 vsize=5356 CPUtime=0
/proc/9112/stat : 9112 (sh) S 9087 9087 4703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979261020 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9112/statm: 1339 233 193 169 0 50 0
[pid=9113] ppid=9112 vsize=864744 CPUtime=0.21
/proc/9113/stat : 9113 (java) S 9112 9087 4703 0 -1 0 3409 0 1 0 19 2 0 0 18 0 9 0 1979261021 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9113/statm: 216186 2885 1638 9 0 210768 0
[pid=9113/tid=9114] ppid=9112 vsize=864744 CPUtime=0.19
/proc/9113/task/9114/stat : 9114 (java) R 9112 9087 4703 0 -1 64 2434 0 1 0 18 1 0 0 18 0 9 0 1979261022 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4125977651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9115] ppid=9112 vsize=864744 CPUtime=0
/proc/9113/task/9115/stat : 9115 (java) S 9112 9087 4703 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 1979261024 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9116] ppid=9112 vsize=864744 CPUtime=0
/proc/9113/task/9116/stat : 9116 (java) S 9112 9087 4703 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1979261024 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9117] ppid=9112 vsize=864744 CPUtime=0
/proc/9113/task/9117/stat : 9117 (java) S 9112 9087 4703 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1979261024 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9118] ppid=9112 vsize=864744 CPUtime=0
/proc/9113/task/9118/stat : 9118 (java) S 9112 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979261026 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9119] ppid=9112 vsize=864744 CPUtime=0
/proc/9113/task/9119/stat : 9119 (java) R 9112 9087 4703 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 1979261026 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 101739826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9120] ppid=9112 vsize=864744 CPUtime=0
/proc/9113/task/9120/stat : 9120 (java) S 9112 9087 4703 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979261026 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9121] ppid=9112 vsize=864744 CPUtime=0
/proc/9113/task/9121/stat : 9121 (java) S 9112 9087 4703 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 1979261026 885497856 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.76
Current children cumulated vsize (KiB) 883700

[startup+123.603 s]
/proc/loadavg: 2.40 2.23 2.09 4/94 9121
/proc/meminfo: memFree=1121712/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=117.55
/proc/9087/stat : 9087 (sugar) S 9085 9087 4703 0 -1 4194304 1090 70961 0 3 3 0 11632 120 15 0 1 0 1979248724 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9087/statm: 3400 799 370 3 0 500 0
[pid=9112] ppid=9087 vsize=5356 CPUtime=0
/proc/9112/stat : 9112 (sh) S 9087 9087 4703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979261020 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9112/statm: 1339 233 193 169 0 50 0
[pid=9113] ppid=9112 vsize=865032 CPUtime=0.6
/proc/9113/stat : 9113 (java) S 9112 9087 4703 0 -1 0 3613 0 1 0 58 2 0 0 18 0 9 0 1979261021 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9113/statm: 216258 3086 1671 9 0 210840 0
[pid=9113/tid=9114] ppid=9112 vsize=865032 CPUtime=0.5
/proc/9113/task/9114/stat : 9114 (java) R 9112 9087 4703 0 -1 64 2470 0 1 0 49 1 0 0 21 0 9 0 1979261022 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9115] ppid=9112 vsize=865032 CPUtime=0
/proc/9113/task/9115/stat : 9115 (java) S 9112 9087 4703 0 -1 64 126 0 0 0 0 0 0 0 16 0 9 0 1979261024 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9116] ppid=9112 vsize=865032 CPUtime=0
/proc/9113/task/9116/stat : 9116 (java) S 9112 9087 4703 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1979261024 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9117] ppid=9112 vsize=865032 CPUtime=0
/proc/9113/task/9117/stat : 9117 (java) S 9112 9087 4703 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1979261024 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9118] ppid=9112 vsize=865032 CPUtime=0
/proc/9113/task/9118/stat : 9118 (java) S 9112 9087 4703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979261026 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9119] ppid=9112 vsize=865032 CPUtime=0.08
/proc/9113/task/9119/stat : 9119 (java) S 9112 9087 4703 0 -1 64 324 0 0 0 8 0 0 0 16 0 9 0 1979261026 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9120] ppid=9112 vsize=865032 CPUtime=0
/proc/9113/task/9120/stat : 9120 (java) S 9112 9087 4703 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979261026 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9113/tid=9121] ppid=9112 vsize=865032 CPUtime=0
/proc/9113/task/9121/stat : 9121 (java) S 9112 9087 4703 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1979261026 885792768 3086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.15
Current children cumulated vsize (KiB) 883988

[startup+123.703 s]
/proc/loadavg: 2.40 2.23 2.09 4/94 9121
/proc/meminfo: memFree=1121712/2055920 swapFree=4180676/4192956
[pid=9087] ppid=9085 vsize=13600 CPUtime=118.27
/proc/9087/stat : 9087 (sugar) R 9085 9087 4703 0 -1 4194304 1119 74940 0 4 4 4 11696 123 16 0 1 0 1979248724 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9087/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 118.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 123.739
CPU time (s): 118.323
CPU user time (s): 117.006
CPU system time (s): 1.3168
CPU usage (%): 95.6229
Max. virtual memory (cumulated for all children) (KiB): 887568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.006
system time used= 1.3168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76089
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13351
involuntary context switches= 17027

runsolver used 0.163975 second user time and 0.418936 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-02 14:45:57
IDJOB=1042200
IDBENCH=53882
IDSOLVER=346
FILE ID=node41/1042200-1215002757
PBS_JOBID= 7870841
Free space on /tmp= 66196 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-28-28.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-1042200-1215002757/watcher-1042200-1215002757 -o /tmp/evaluation-result-1042200-1215002757/solver-1042200-1215002757 -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-1042200-1215002757.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f089d5d42bb32345cd570359b785e582
RANDOM SEED=578757633

node41.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:       1657448 kB
Buffers:          6868 kB
Cached:          56904 kB
SwapCached:       6608 kB
Active:         332468 kB
Inactive:        11916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657448 kB
SwapTotal:     4192956 kB
SwapFree:      4180676 kB
Dirty:            3364 kB
Writeback:           0 kB
Mapped:         291608 kB
Slab:            38956 kB
Committed_AS:  4118672 kB
PageTables:       2248 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= 66196 MiB
End job on node41 at 2008-07-02 14:48:01