Trace number 1058280

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 604.875 610.904

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-1.xml
MD5SUM6883734acbcc3ab6a8ec48c2640bc7eb
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark80.8737
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints33842
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33642
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:38:59 2008
0.00/0.05	c 0	PID 16691
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058280-1215113938.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-1058280-1215113938.xml' 'HOME/temp.csp'
2.15/2.24	c 2	40 domains, 800 variables, 1 predicates, 0 relations, 33842 constraints
2.15/2.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.20/2.30	c 2	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'
2.20/2.38	c 2	Parsing HOME/temp.csp
2.20/2.77	c 3	parsed 10000 expressions
2.20/3.11	c 3	parsed 20000 expressions
3.17/3.36	c 3	parsed 30000 expressions
3.37/3.56	c 3	parsed 34683 expressions
3.37/3.57	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.37/3.57	c 3	Converting to clausal form CSP
3.76/3.97	c 4	converted 3469 (10%) expressions
4.17/4.34	c 4	converted 6937 (20%) expressions
4.36/4.57	c 4	converted 10405 (30%) expressions
4.65/4.80	c 5	converted 13874 (40%) expressions
4.84/5.03	c 5	converted 17342 (50%) expressions
5.34/5.52	c 5	converted 20810 (60%) expressions
5.54/5.74	c 6	converted 24279 (70%) expressions
5.73/5.96	c 6	converted 27747 (80%) expressions
5.94/6.19	c 6	converted 31215 (90%) expressions
7.52/7.74	c 8	converted 34683 (100%) expressions
7.52/7.74	c 8	CSP : 800 integers, 0 booleans, 63905 clauses, largest domain size 45
7.52/7.74	c 8	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.52/7.74	c 8	Propagation in CSP
7.92/8.17	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.92/8.17	c 8	CSP : 800 integers, 0 booleans, 63905 clauses, largest domain size 45
7.92/8.17	c 8	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.02/8.21	c 8	Simplifing CSP by introducing new Boolean variables
9.71/9.91	c 10	CSP : 800 integers, 176983 booleans, 240888 clauses, largest domain size 45
9.71/9.92	c 10	Heap : 131 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.49/10.74	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.49/10.79	c 11	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
10.60/10.80	c 11	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
10.60/10.80	c 11	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
10.60/10.81	c 11	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
10.60/10.81	c 11	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
10.60/10.82	c 11	480 (60%) CSP integer variables are encoded (17220 clauses, 236658 bytes)
10.60/10.82	c 11	560 (70%) CSP integer variables are encoded (17248 clauses, 237078 bytes)
10.60/10.82	c 11	640 (80%) CSP integer variables are encoded (17288 clauses, 237678 bytes)
10.60/10.82	c 11	720 (90%) CSP integer variables are encoded (17304 clauses, 237918 bytes)
10.60/10.82	c 11	800 (100%) CSP integer variables are encoded (17318 clauses, 238128 bytes)
11.69/11.95	c 12	24089 (10%) CSP clauses are encoded (519167 clauses, 9976493 bytes)
12.67/13.00	c 13	48178 (20%) CSP clauses are encoded (1028437 clauses, 20250176 bytes)
13.76/14.03	c 14	72267 (30%) CSP clauses are encoded (1525411 clauses, 30297187 bytes)
14.73/15.10	c 15	96356 (40%) CSP clauses are encoded (2029666 clauses, 40537999 bytes)
15.83/16.18	c 16	120444 (50%) CSP clauses are encoded (2528967 clauses, 51071990 bytes)
17.00/17.31	c 17	144533 (60%) CSP clauses are encoded (3026255 clauses, 62211972 bytes)
18.29/18.68	c 18	168622 (70%) CSP clauses are encoded (3699010 clauses, 76723134 bytes)
19.75/20.17	c 20	192711 (80%) CSP clauses are encoded (4426483 clauses, 92304004 bytes)
21.24/21.64	c 21	216800 (90%) CSP clauses are encoded (5154132 clauses, 108001348 bytes)
22.72/23.11	c 23	240888 (100%) CSP clauses are encoded (5882044 clauses, 123610431 bytes)
22.72/23.11	c 23	240888 CSP clauses encoded
22.72/23.11	c 23	Writing map file : HOME/temp.map
22.72/23.15	c 23	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.72/23.15	c 23	SAT : 194968 SAT variables, 5882044 SAT clauses, 123610431 bytes
22.72/23.15	c 23	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.77/23.23	c 23	SOLVING HOME/temp.cnf
22.77/23.23	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.77/23.23	c 23	This is MiniSat 2.0 beta
22.77/23.23	c 23	WARNING: for repeatability, setting FPU to use double precision
22.77/23.23	c 23	============================[ Problem Statistics ]=============================
22.77/23.23	c 23	|                                                                             |
22.77/23.23	c 23	|  Number of variables:  194968                                               |
22.77/23.23	c 23	|  Number of clauses:    5882044                                              |
25.82/26.36	c 26	|  Parsing time:         2.64         s                                       |
26.02/26.51	c 26	============================[ Search Statistics ]==============================
26.02/26.51	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.02/26.51	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.02/26.51	c 26	===============================================================================
26.02/26.51	c 26	|         0 |  194968  5882044 17310398 |  1960681        0    nan |  0.000 % |
27.60/28.20	c 28	|       102 |  194968  5882044 17310398 |  2156749      102     19 |  0.000 % |
28.39/28.98	c 29	|       252 |  194968  5882044 17310398 |  2372424      252     13 |  0.000 % |
29.09/29.69	c 29	|       477 |  194968  5882044 17310398 |  2609666      477     13 |  0.000 % |
29.69/30.27	c 30	|       816 |  194968  5882044 17310398 |  2870633      816     14 |  0.000 % |
30.38/30.92	c 31	|      1322 |  194968  5882044 17310398 |  3157696     1322     14 |  0.000 % |
30.77/31.37	c 31	|      2081 |  194968  5882044 17310398 |  3473466     2081     14 |  0.000 % |
30.97/31.59	c 31	|      3221 |  194968  5882044 17310398 |  3820813     3221     13 |  0.000 % |
37.71/38.30	c 38	|      4929 |  194968  5882044 17310398 |  4202894     4929     20 |  0.000 % |
38.80/39.41	c 39	|      7492 |  194968  5882044 17310398 |  4623184     7492     24 |  0.000 % |
40.28/40.95	c 41	|     11338 |  194968  5882044 17310398 |  5085502    11338     23 |  0.000 % |
82.38/83.49	c 83	|     17104 |  194968  5882044 17310398 |  5594052    17104     29 |  0.000 % |
89.60/90.79	c 91	|     25753 |  194968  5882044 17310398 |  6153457    25753     27 |  0.000 % |
93.47/94.60	c 94	|     38728 |  194968  5882044 17310398 |  6768803    38728     28 |  0.000 % |
96.93/98.14	c 98	|     58189 |  194968  5882044 17310398 |  7445684    58189     24 |  0.000 % |
293.94/297.03	c 297	|     87382 |  194968  5882044 17310398 |  8190252    87382     33 |  0.000 % |
313.45/316.76	c 317	|    131171 |  194968  5882044 17310398 |  9009277   131171     30 |  0.000 % |
469.27/474.05	c 474	|    196857 |  194968  5882044 17310398 |  9910205   196857     41 |  0.000 % |
519.88/525.18	c 525	|    295383 |  194968  5882044 17310398 | 10901226   295383     37 |  0.000 % |
603.97/610.02	c 610	===============================================================================
603.97/610.05	c 610	restarts              : 19
603.97/610.05	c 610	conflicts             : 353589         (609 /sec)
603.97/610.05	c 610	decisions             : 7326349        (1.58 % random) (12620 /sec)
603.97/610.05	c 610	propagations          : 263525091      (453936 /sec)
603.97/610.05	c 610	conflict literals     : 13075601       (2.58 % deleted)
603.97/610.05	c 610	Memory used           : 331.55 MB
603.97/610.05	c 610	CPU time              : 580.534 s
603.97/610.05	c 610	
604.08/610.14	c 610	SATISFIABLE
604.08/610.19	c 610	DECODING HOME/temp.out WITH HOME/temp.map
604.08/610.19	c 610	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
604.18/610.28	c 610	Decoding HOME/temp.out
604.65/610.78	s SATISFIABLE
604.74/610.82	v 14 8 4 2 41 5 15 2 36 30 2 35 10 42 21 2 11 37 13 16 30 42 8 3 10 15 26 30 42 20 39 22 23 19 44 25 21 44 43 0 31 8 1 17 44 28 11 4 19 23 21 23 26 40 22 5 40 22 8 43 17 38 25 11 7 34 36 33 44 38 16 12 14 8 21 18 10 4 41 38 19 27 9 23 20 12 44 39 36 37 1 33 32 25 24 24 5 13 18 40 40 37 43 34 44 25 7 4 41 9 15 33 7 7 19 31 28 20 24 43 6 28 20 29 26 29 32 0 0 22 37 13 14 36 13 35 3 6 24 40 27 38 19 34 32 3 30 36 43 21 39 14 14 12 28 20 16 33 33 7 35 13 18 18 40 29 41 3 0 27 40 13 37 18 12 28 11 10 5 31 26 1 32 35 17 36 23 25 33 0 30 36 37 17 18 0 34 15 31 7 9 24 13 6 17 11 17 27 0 24 28 22 44 32 13 41 1 43 11 41 9 6 37 17 21 41 6 38 14 4 20 33 31 30 39 38 37 39 9 23 16 38 43 26 0 29 12 27 4 23 2 26 27 5 14 23 26 17 15 24 35 18 10 31 39 29 29 32 17 20 31 42 7 29 6 10 5 36 37 15 8 1 34 28 22 6 9 26 14 41 5 16 7 34 16 7 21 31 32 1 21 13 4 25 16 27 6 38 44 5 42 35 10 18 19 35 43 22 27 3 10 41 22 42 12 30 34 39 40 35 30 6 24 42 40 4 28 36 29 31 24 42 2 9 43 39 8 33 20 30 16 37 23 24 15 44 19 3 8 40 25 35 22 5 19 12 9 34 27 33 39 33 44 11 12 38 30 1 28 20 19 2 10 34 39 15 25 28 2 15 16 38 3 12 29 42 32 18 43 26 2 0 8 3 6 4 2 8 5 4 5 3 4 5 1 9 9 0 6 2 3 2 5 6 7 5 5 5 4 4 3 3 2 2 5 3 0 0 4 2 9 2 0 3 2 0 6 0 5 4 8 1 9 9 2 1 0 6 9 0 2 8 2 7 4 5 9 7 6 4 3 7 4 1 6 4 1 5 1 5 6 2 6 3 0 0 7 4 0 3 8 8 4 1 8 6 2 9 5 7 8 6 6 6 4 4 5 3 8 3 7 5 9 3 1 4 2 7 7 2 7 4 2 3 8 7 2 6 8 1 5 0 1 4 8 4 1 4 0 6 1 6 4 4 8 3 7 2 3 4 2 8 6 8 6 1 6 0 2 6 6 2 2 9 4 4 9 4 4 4 5 3 9 1 2 3 8 2 9 6 0 6 3 1 8 8 6 9 4 5 0 3 4 7 6 7 8 1 1 2 0 5 4 8 1 3 6 7 9 3 7 9 8 6 1 0 2 7 2 7 8 1 7 9 3 4 6 3 3 4 8 1 3 6 9 7 2 7 1 9 1 1 5 3 1 8 3 0 6 5 2 1 3 7 9 0 2 5 3 4 2 8 3 7 6 6 1 5 4 5 2 3 7 9 9 5 8 7 8 9 3 4 2 5 8 5 7 7 7 2 3 5 8 1 0 0 2 8 9 5 9 7 7 7 8 8 3 2 1 5 1 5 8 7 8 8 8 5 5 8 9 5 4 8 5 2 9 5 1 9 1 0 1 9 2 9 8 1 2 5 9 6 1 4 9 8 4 6 6 8 9 1 8 2 8 3 3 9 7 3 8 0 0 0 0 9 9 3 9 9 1 3 9 4 4 9 9 9 9 9 9 4 0 0 0 4 0 1 0 0 4 0 0 1 0 0 1 0 1 4
604.74/610.82	c 611	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
604.74/610.84	c 611	CPU 602.69 (0.04 0.01 602.65 2.09)
604.74/610.84	c 611	END Thu Jul  3 21:49:10 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-1058280-1215113938/watcher-1058280-1215113938 -o /tmp/evaluation-result-1058280-1215113938/solver-1058280-1215113938 -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-1058280-1215113938.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.03 2.03 2.00 4/80 16691
/proc/meminfo: memFree=1399244/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=18572 CPUtime=0
/proc/16691/stat : 16691 (runsolver) R 16689 16691 16028 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990366768 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16691/statm: 4643 292 257 25 0 2626 0

[startup+0.106828 s]
/proc/loadavg: 2.03 2.03 2.00 4/80 16691
/proc/meminfo: memFree=1399244/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=0.03
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990366768 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202408 s]
/proc/loadavg: 2.03 2.03 2.00 4/80 16691
/proc/meminfo: memFree=1399244/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=0.03
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990366768 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.300832 s]
/proc/loadavg: 2.03 2.03 2.00 4/80 16691
/proc/meminfo: memFree=1399244/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=0.03
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990366768 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701887 s]
/proc/loadavg: 2.03 2.03 2.00 4/80 16691
/proc/meminfo: memFree=1399244/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=0.03
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990366768 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50196 s]
/proc/loadavg: 2.02 2.03 2.00 4/91 16703
/proc/meminfo: memFree=1365172/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=0.03
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990366768 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 796 370 3 0 500 0
[pid=16694] ppid=16691 vsize=5356 CPUtime=0
/proc/16694/stat : 16694 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1990366773 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16694/statm: 1339 233 193 169 0 50 0
[pid=16695] ppid=16694 vsize=866684 CPUtime=1.42
/proc/16695/stat : 16695 (java) S 16694 16691 16028 0 -1 0 17418 0 1 0 132 10 0 0 18 0 9 0 1990366773 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16695/statm: 216671 15002 2529 9 0 211253 0
[pid=16695/tid=16696] ppid=16694 vsize=866684 CPUtime=0.63
/proc/16695/task/16696/stat : 16696 (java) R 16694 16691 16028 0 -1 64 3022 0 1 0 61 2 0 0 25 0 9 0 1990366774 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16697] ppid=16694 vsize=866684 CPUtime=0.63
/proc/16695/task/16697/stat : 16697 (java) R 16694 16691 16028 0 -1 64 13197 0 0 0 57 6 0 0 16 0 9 0 1990366775 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 104180111 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16698] ppid=16694 vsize=866684 CPUtime=0
/proc/16695/task/16698/stat : 16698 (java) S 16694 16691 16028 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990366775 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16699] ppid=16694 vsize=866684 CPUtime=0
/proc/16695/task/16699/stat : 16699 (java) S 16694 16691 16028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990366775 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16700] ppid=16694 vsize=866684 CPUtime=0
/proc/16695/task/16700/stat : 16700 (java) S 16694 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990366777 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16701] ppid=16694 vsize=866684 CPUtime=0.12
/proc/16695/task/16701/stat : 16701 (java) S 16694 16691 16028 0 -1 64 500 0 0 0 12 0 0 0 16 0 9 0 1990366777 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16702] ppid=16694 vsize=866684 CPUtime=0
/proc/16695/task/16702/stat : 16702 (java) S 16694 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990366777 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16703] ppid=16694 vsize=866684 CPUtime=0
/proc/16695/task/16703/stat : 16703 (java) S 16694 16691 16028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990366777 887484416 15002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 885640

[startup+3.10111 s]
/proc/loadavg: 2.02 2.03 2.00 4/91 16703
/proc/meminfo: memFree=1341172/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=2.2
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 973 19454 0 1 3 0 203 14 15 0 1 0 1990366768 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 13600

[startup+6.30602 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 16713
/proc/meminfo: memFree=1346484/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=2.2
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 974 19454 0 1 3 0 203 14 15 0 1 0 1990366768 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 797 370 3 0 500 0
[pid=16704] ppid=16691 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16691 16691 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990366998 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 233 193 169 0 50 0
[pid=16705] ppid=16704 vsize=868400 CPUtime=3.94
/proc/16705/stat : 16705 (java) S 16704 16691 16028 0 -1 0 19855 0 1 0 382 12 0 0 18 0 9 0 1990366998 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16705/statm: 217100 18208 2540 9 0 211675 0
[pid=16705/tid=16706] ppid=16704 vsize=868400 CPUtime=2.43
/proc/16705/task/16706/stat : 16706 (java) R 16704 16691 16028 0 -1 64 3341 0 1 0 241 2 0 0 25 0 9 0 1990366999 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16707] ppid=16704 vsize=868400 CPUtime=1.28
/proc/16705/task/16707/stat : 16707 (java) S 16704 16691 16028 0 -1 64 14351 0 0 0 120 8 0 0 15 0 9 0 1990367000 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16708] ppid=16704 vsize=868400 CPUtime=0
/proc/16705/task/16708/stat : 16708 (java) S 16704 16691 16028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990367001 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16709] ppid=16704 vsize=868400 CPUtime=0
/proc/16705/task/16709/stat : 16709 (java) S 16704 16691 16028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990367001 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16710] ppid=16704 vsize=868400 CPUtime=0
/proc/16705/task/16710/stat : 16710 (java) S 16704 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990367003 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16711] ppid=16704 vsize=868400 CPUtime=0.19
/proc/16705/task/16711/stat : 16711 (java) S 16704 16691 16028 0 -1 64 1466 0 0 0 19 0 0 0 16 0 9 0 1990367003 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16712] ppid=16704 vsize=868400 CPUtime=0
/proc/16705/task/16712/stat : 16712 (java) S 16704 16691 16028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990367003 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16713] ppid=16704 vsize=868400 CPUtime=0
/proc/16705/task/16713/stat : 16713 (java) S 16704 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990367003 889241600 18208 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887356

[startup+12.7021 s]
/proc/loadavg: 2.10 2.05 2.01 3/91 16713
/proc/meminfo: memFree=1237108/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=2.22
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 974 19454 0 1 4 1 203 14 16 0 1 0 1990366768 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 797 370 3 0 500 0
[pid=16704] ppid=16691 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16691 16691 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990366998 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 233 193 169 0 50 0
[pid=16705] ppid=16704 vsize=868512 CPUtime=10.25
/proc/16705/stat : 16705 (java) S 16704 16691 16028 0 -1 0 65872 0 1 0 982 43 0 0 18 0 9 0 1990366998 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16705/statm: 217128 39167 2566 9 0 211675 0
[pid=16705/tid=16706] ppid=16704 vsize=868512 CPUtime=5.4
/proc/16705/task/16706/stat : 16706 (java) R 16704 16691 16028 0 -1 64 4563 0 1 0 528 12 0 0 25 0 9 0 1990366999 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4126953373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16707] ppid=16704 vsize=868512 CPUtime=4.54
/proc/16705/task/16707/stat : 16707 (java) S 16704 16691 16028 0 -1 64 59090 0 0 0 425 29 0 0 16 0 9 0 1990367000 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16708] ppid=16704 vsize=868512 CPUtime=0
/proc/16705/task/16708/stat : 16708 (java) S 16704 16691 16028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990367001 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16709] ppid=16704 vsize=868512 CPUtime=0
/proc/16705/task/16709/stat : 16709 (java) S 16704 16691 16028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990367001 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16710] ppid=16704 vsize=868512 CPUtime=0
/proc/16705/task/16710/stat : 16710 (java) S 16704 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990367003 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16711] ppid=16704 vsize=868512 CPUtime=0.28
/proc/16705/task/16711/stat : 16711 (java) S 16704 16691 16028 0 -1 64 1522 0 0 0 28 0 0 0 16 0 9 0 1990367003 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16712] ppid=16704 vsize=868512 CPUtime=0
/proc/16705/task/16712/stat : 16712 (java) S 16704 16691 16028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990367003 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16705/tid=16713] ppid=16704 vsize=868512 CPUtime=0
/proc/16705/task/16713/stat : 16713 (java) S 16704 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990367003 889356288 39167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887468

[startup+25.5041 s]
/proc/loadavg: 2.31 2.09 2.02 3/83 16715
/proc/meminfo: memFree=1118324/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=176036 CPUtime=2.22
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 42059 0 0 0 190 32 0 0 25 0 1 0 1990369091 180260864 42045 996147200 134512640 135127466 4294956272 18446744073709551615 134542006 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 44009 42045 62 150 0 43856 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 194992

[startup+51.1029 s]
/proc/loadavg: 2.26 2.10 2.02 3/83 16715
/proc/meminfo: memFree=1005364/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=278940 CPUtime=27.57
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 67276 0 0 0 2706 51 0 0 25 0 1 0 1990369091 285634560 67262 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 69735 67262 76 150 0 69582 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 297896

[startup+102.303 s]
/proc/loadavg: 2.10 2.08 2.02 3/83 16715
/proc/meminfo: memFree=1001844/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=282644 CPUtime=78.29
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 68162 0 0 0 7777 52 0 0 25 0 1 0 1990369091 289427456 68148 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 70661 68148 76 150 0 70508 0

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

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16715
/proc/meminfo: memFree=975284/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=308968 CPUtime=434.86
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 74747 0 0 0 43425 61 0 0 25 0 1 0 1990369091 316383232 74733 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 77242 74733 76 150 0 77089 0
Current children cumulated CPU time (s) 457.67
Current children cumulated vsize (KiB) 327924

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 16715
/proc/meminfo: memFree=956212/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=328080 CPUtime=494.31
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 79510 0 0 0 49365 66 0 0 25 0 1 0 1990369091 335953920 79496 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 82020 79496 76 150 0 81867 0
Current children cumulated CPU time (s) 517.12
Current children cumulated vsize (KiB) 347036

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16715
/proc/meminfo: memFree=946548/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=338088 CPUtime=553.73
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 81898 0 0 0 55304 69 0 0 25 0 1 0 1990369091 346202112 81884 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 84522 81884 76 150 0 84369 0
Current children cumulated CPU time (s) 576.54
Current children cumulated vsize (KiB) 357044

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

[startup+588.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16715
/proc/meminfo: memFree=946292/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=338352 CPUtime=560.17
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 81994 0 0 0 55948 69 0 0 25 0 1 0 1990369091 346472448 81980 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 84588 81980 76 150 0 84435 0
Current children cumulated CPU time (s) 582.98
Current children cumulated vsize (KiB) 357308

[startup+601.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16715
/proc/meminfo: memFree=945588/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=339012 CPUtime=572.85
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 82139 0 0 0 57216 69 0 0 25 0 1 0 1990369091 347148288 82125 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 84753 82125 76 150 0 84600 0
Current children cumulated CPU time (s) 595.66
Current children cumulated vsize (KiB) 357968

[startup+604.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16715
/proc/meminfo: memFree=945588/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=339012 CPUtime=576.02
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 82150 0 0 0 57533 69 0 0 25 0 1 0 1990369091 347148288 82136 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 84753 82136 76 150 0 84600 0
Current children cumulated CPU time (s) 598.83
Current children cumulated vsize (KiB) 357968

[startup+608.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16715
/proc/meminfo: memFree=945460/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=339144 CPUtime=579.19
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 82165 0 0 0 57850 69 0 0 25 0 1 0 1990369091 347283456 82151 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 84786 82151 76 150 0 84633 0
Current children cumulated CPU time (s) 602
Current children cumulated vsize (KiB) 358100

[startup+609.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16715
/proc/meminfo: memFree=945460/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=22.81
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1033 85899 0 2 4 1 2147 129 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16714] ppid=16691 vsize=5356 CPUtime=0
/proc/16714/stat : 16714 (sh) S 16691 16691 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990369091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16714/statm: 1339 232 193 169 0 50 0
[pid=16715] ppid=16714 vsize=339144 CPUtime=580.77
/proc/16715/stat : 16715 (minisat) R 16714 16691 16028 0 -1 4194304 82169 0 0 0 58008 69 0 0 25 0 1 0 1990369091 347283456 82155 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/16715/statm: 84786 82155 76 150 0 84633 0
Current children cumulated CPU time (s) 603.58
Current children cumulated vsize (KiB) 358100

[startup+610.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16715
/proc/meminfo: memFree=945460/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=604.18
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1090 168503 0 2 4 1 60208 205 16 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 604.18
Current children cumulated vsize (KiB) 13600

[startup+610.802 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 16725
/proc/meminfo: memFree=1267636/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=604.18
/proc/16691/stat : 16691 (sugar) S 16689 16691 16028 0 -1 4194304 1090 168503 0 2 4 1 60208 205 15 0 1 0 1990366768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16691/statm: 3400 799 370 3 0 500 0
[pid=16716] ppid=16691 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (sh) S 16691 16691 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990427787 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 233 193 169 0 50 0
[pid=16717] ppid=16716 vsize=864040 CPUtime=0.56
/proc/16717/stat : 16717 (java) S 16716 16691 16028 0 -1 0 3554 0 1 0 54 2 0 0 18 0 9 0 1990427788 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16717/statm: 216010 3023 1677 9 0 210592 0
[pid=16717/tid=16718] ppid=16716 vsize=864040 CPUtime=0.5
/proc/16717/task/16718/stat : 16718 (java) R 16716 16691 16028 0 -1 64 2476 0 1 0 48 2 0 0 21 0 9 0 1990427789 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4125978693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16719] ppid=16716 vsize=864040 CPUtime=0
/proc/16717/task/16719/stat : 16719 (java) S 16716 16691 16028 0 -1 64 80 0 0 0 0 0 0 0 16 0 9 0 1990427790 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16720] ppid=16716 vsize=864040 CPUtime=0
/proc/16717/task/16720/stat : 16720 (java) S 16716 16691 16028 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990427791 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16721] ppid=16716 vsize=864040 CPUtime=0
/proc/16717/task/16721/stat : 16721 (java) S 16716 16691 16028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990427791 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16722] ppid=16716 vsize=864040 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16716 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990427793 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16723] ppid=16716 vsize=864040 CPUtime=0.05
/proc/16717/task/16723/stat : 16723 (java) S 16716 16691 16028 0 -1 64 306 0 0 0 5 0 0 0 16 0 9 0 1990427793 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16724] ppid=16716 vsize=864040 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16716 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990427793 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16725] ppid=16716 vsize=864040 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16716 16691 16028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990427793 884776960 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 604.74
Current children cumulated vsize (KiB) 882996

[startup+610.903 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 16725
/proc/meminfo: memFree=1267636/2055920 swapFree=4179028/4192956
[pid=16691] ppid=16689 vsize=13600 CPUtime=604.86
/proc/16691/stat : 16691 (sugar) R 16689 16691 16028 0 -1 4194304 1120 172412 0 3 4 8 60265 209 16 0 1 0 1990366768 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16691/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 604.86
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 610.904
CPU time (s): 604.875
CPU user time (s): 602.699
CPU system time (s): 2.17567
CPU usage (%): 99.0131
Max. virtual memory (cumulated for all children) (KiB): 908352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 602.699
system time used= 2.17567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173562
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= 8376
involuntary context switches= 31986

runsolver used 0.84987 second user time and 2.04369 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-03 21:38:59
IDJOB=1058280
IDBENCH=54118
IDSOLVER=346
FILE ID=node36/1058280-1215113938
PBS_JOBID= 7877132
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-1.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-1058280-1215113938/watcher-1058280-1215113938 -o /tmp/evaluation-result-1058280-1215113938/solver-1058280-1215113938 -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-1058280-1215113938.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6883734acbcc3ab6a8ec48c2640bc7eb
RANDOM SEED=177775146

node36.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.240
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.240
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:       1399724 kB
Buffers:         44076 kB
Cached:         297512 kB
SwapCached:       7932 kB
Active:         406588 kB
Inactive:       183104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399724 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            6080 kB
Writeback:           0 kB
Mapped:         261788 kB
Slab:            51336 kB
Committed_AS:  3990360 kB
PageTables:       2192 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= 66532 MiB
End job on node36 at 2008-07-03 21:49:10