Trace number 1127644

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+minisatMSAT (TO) 3600.09 3621.04

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-3000-775927_ext.xml
MD5SUMaf618ef2ad78a30b043804a4151fac5e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints269
Best CPU time to get the best result obtained on this benchmark756.145
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2572
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2572
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 02:44:21 2008
0.00/0.05	c 0	PID 6960
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127644-1216773861.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127644-1216773861.xml' 'HOME/temp.csp'
0.04/0.82	c 1	1 domains, 40 variables, 0 predicates, 55 relations, 2572 constraints
0.04/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.79/0.92	c 1	Parsing HOME/temp.csp
1.03/1.14	c 1	parsed 2668 expressions
1.03/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.17	c 1	MAX CSP: 2572 constraints
1.03/1.17	c 1	Converting to clausal form CSP
1.13/1.24	c 1	converted 525 (10%) expressions
1.13/1.27	c 2	converted 1049 (20%) expressions
1.22/1.36	c 2	converted 1573 (30%) expressions
1.22/1.38	c 2	converted 2098 (40%) expressions
1.22/1.39	c 2	converted 2622 (50%) expressions
1.33/1.43	c 2	converted 3146 (60%) expressions
1.33/1.44	c 2	converted 3671 (70%) expressions
1.33/1.45	c 2	converted 4195 (80%) expressions
1.33/1.45	c 2	converted 4719 (90%) expressions
1.62/1.73	c 2	converted 5243 (100%) expressions
1.62/1.74	c 2	CSP : 5184 integers, 0 booleans, 7715 clauses, largest domain size 3859
1.62/1.74	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.74	c 2	Propagation in CSP
1.72/1.89	c 2	2568 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.72/1.89	c 2	CSP : 5184 integers, 0 booleans, 7715 clauses, largest domain size 2573
1.72/1.90	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.90	c 2	Simplifing CSP by introducing new Boolean variables
1.82/1.91	c 2	CSP : 5184 integers, 0 booleans, 7715 clauses, largest domain size 2573
1.82/1.91	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.97	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.98	c 2	519 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.99	c 2	1037 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.99	c 2	1556 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.99	c 2	2074 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.99	c 2	2592 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.02	c 2	3111 (60%) CSP integer variables are encoded (16298 clauses, 230729 bytes)
1.92/2.05	c 2	3629 (70%) CSP integer variables are encoded (35015 clauses, 511484 bytes)
1.92/2.06	c 2	4148 (80%) CSP integer variables are encoded (41892 clauses, 614639 bytes)
1.92/2.07	c 2	4666 (90%) CSP integer variables are encoded (46429 clauses, 682694 bytes)
1.92/2.08	c 2	5184 (100%) CSP integer variables are encoded (52493 clauses, 773654 bytes)
2.01/2.16	c 2	772 (10%) CSP clauses are encoded (53322 clauses, 786834 bytes)
2.01/2.19	c 2	1543 (20%) CSP clauses are encoded (54170 clauses, 801364 bytes)
2.11/2.21	c 2	2315 (30%) CSP clauses are encoded (55000 clauses, 816516 bytes)
2.20/2.32	c 3	3086 (40%) CSP clauses are encoded (91187 clauses, 1466022 bytes)
9.50/9.80	c 10	3858 (50%) CSP clauses are encoded (3423843 clauses, 70035860 bytes)
9.79/10.03	c 10	4629 (60%) CSP clauses are encoded (3535318 clauses, 72390754 bytes)
16.27/16.62	c 17	5401 (70%) CSP clauses are encoded (6758350 clauses, 141596480 bytes)
16.46/16.88	c 17	6172 (80%) CSP clauses are encoded (6886365 clauses, 144303998 bytes)
17.16/17.52	c 18	6944 (90%) CSP clauses are encoded (7209563 clauses, 151201134 bytes)
19.51/19.92	c 20	7715 (100%) CSP clauses are encoded (8429241 clauses, 177340064 bytes)
19.51/19.92	c 20	7715 CSP clauses encoded
19.51/19.92	c 20	Writing map file : HOME/temp.map
19.51/19.97	c 20	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.51/19.97	c 20	SAT : 57677 SAT variables, 8429241 SAT clauses, 177340064 bytes
19.51/19.97	c 20	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.59/20.02	c 20	OBJECTIVE minimize _COST
19.59/20.02	c 20	OBJECTIVE BOUND: 0 <= _COST <= 
19.59/20.02	c 20	SEARCHING: _COST <= 1286
19.59/20.02	c 20	SOLVING HOME/temp.cnf
19.59/20.02	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.59/20.02	c 20	This is MiniSat 2.0 beta
19.59/20.02	c 20	WARNING: for repeatability, setting FPU to use double precision
19.59/20.02	c 20	============================[ Problem Statistics ]=============================
19.59/20.02	c 20	|                                                                             |
19.59/20.02	c 20	|  Number of variables:  57677                                                |
19.59/20.02	c 20	|  Number of clauses:    8429242                                              |
24.13/24.63	c 25	|  Parsing time:         3.91         s                                       |
35.22/35.81	c 36	============================[ Search Statistics ]==============================
35.22/35.81	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.22/35.81	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.22/35.81	c 36	===============================================================================
35.22/35.81	c 36	|         0 |   42245  5353077 15946797 |  1784359        0    nan |  0.000 % |
38.98/39.67	c 40	===============================================================================
38.98/39.67	c 40	restarts              : 1
38.98/39.67	c 40	conflicts             : 29             (2 /sec)
38.98/39.67	c 40	decisions             : 1466           (1.16 % random) (78 /sec)
38.98/39.67	c 40	propagations          : 659659         (35097 /sec)
38.98/39.67	c 40	conflict literals     : 315            (15.09 % deleted)
38.98/39.67	c 40	Memory used           : 336.19 MB
38.98/39.67	c 40	CPU time              : 18.7951 s
38.98/39.67	c 40	
38.98/39.69	c 40	SATISFIABLE
39.07/39.75	c 40	FOUND: _COST <= 1286
39.07/39.75	s SATISFIABLE
39.07/39.75	c 40	DECODING HOME/temp.out WITH HOME/temp.map
39.07/39.75	c 40	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
39.14/39.83	c 40	Decoding HOME/temp.out
39.14/40.05	c 40	OBJECTIVE _COST 1219
39.14/40.05	o 1219
39.14/40.06	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
39.14/40.06	c 40	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
39.14/40.12	c 40	OBJECTIVE BOUND: 0 <= _COST <= 1219
39.14/40.12	c 40	SEARCHING: _COST <= 609
39.14/40.12	c 40	SOLVING HOME/temp.cnf
39.14/40.12	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.14/40.12	c 40	This is MiniSat 2.0 beta
39.14/40.12	c 40	WARNING: for repeatability, setting FPU to use double precision
39.14/40.12	c 40	============================[ Problem Statistics ]=============================
39.14/40.12	c 40	|                                                                             |
39.14/40.12	c 40	|  Number of variables:  57677                                                |
39.14/40.12	c 40	|  Number of clauses:    8429242                                              |
44.08/44.81	c 45	|  Parsing time:         3.99         s                                       |
59.63/60.58	c 61	============================[ Search Statistics ]==============================
59.63/60.58	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.63/60.58	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.63/60.58	c 61	===============================================================================
59.63/60.58	c 61	|         0 |   33342  3293701  9794701 |  1097900        0    nan |  0.000 % |
62.99/63.93	c 64	|       100 |   33342  3293701  9794701 |  1207690      100     54 | 42.192 % |
64.68/65.60	c 66	|       250 |   33342  3293701  9794701 |  1328459      250     51 | 42.192 % |
66.97/67.95	c 68	|       476 |   33342  3293701  9794701 |  1461305      476     48 | 42.192 % |
70.83/71.82	c 72	|       814 |   33342  3293701  9794701 |  1607435      814     47 | 42.192 % |
71.43/72.46	c 73	===============================================================================
71.43/72.46	c 73	restarts              : 5
71.43/72.46	c 73	conflicts             : 862            (27 /sec)
71.43/72.46	c 73	decisions             : 3122           (1.25 % random) (100 /sec)
71.43/72.46	c 73	propagations          : 3275601        (104424 /sec)
71.43/72.46	c 73	conflict literals     : 40932          (43.11 % deleted)
71.43/72.46	c 73	Memory used           : 340.52 MB
71.43/72.46	c 73	CPU time              : 31.3682 s
71.43/72.46	c 73	
71.43/72.48	c 73	SATISFIABLE
71.52/72.54	c 73	FOUND: _COST <= 609
71.52/72.54	c 73	DECODING HOME/temp.out WITH HOME/temp.map
71.52/72.54	c 73	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
71.58/72.63	c 73	Decoding HOME/temp.out
71.58/73.05	c 73	OBJECTIVE _COST 609
71.58/73.05	o 609
71.58/73.06	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
71.58/73.07	c 73	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
71.58/73.12	c 73	OBJECTIVE BOUND: 0 <= _COST <= 609
71.58/73.12	c 73	SEARCHING: _COST <= 304
71.58/73.12	c 73	SOLVING HOME/temp.cnf
71.58/73.12	c 73	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
71.58/73.12	c 73	This is MiniSat 2.0 beta
71.58/73.12	c 73	WARNING: for repeatability, setting FPU to use double precision
71.58/73.12	c 73	============================[ Problem Statistics ]=============================
71.58/73.12	c 73	|                                                                             |
71.58/73.12	c 73	|  Number of variables:  57677                                                |
71.58/73.12	c 73	|  Number of clauses:    8429242                                              |
76.73/77.89	c 78	|  Parsing time:         4.07         s                                       |
93.96/95.23	c 95	============================[ Search Statistics ]==============================
93.96/95.23	c 95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
93.96/95.23	c 95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
93.96/95.23	c 95	===============================================================================
93.96/95.23	c 95	|         0 |   28339  1842567  5456003 |   614189        0    nan |  0.000 % |
95.64/96.96	c 97	|       101 |   28339  1842567  5456003 |   675607      101     39 | 50.866 % |
96.93/98.29	c 99	|       251 |   28339  1842567  5456003 |   743168      251     35 | 50.866 % |
99.30/100.69	c 101	|       476 |   28339  1842567  5456003 |   817485      476     48 | 50.866 % |
102.97/104.36	c 105	|       813 |   28339  1842567  5456003 |   899234      813     48 | 50.866 % |
108.91/110.36	c 111	|      1319 |   28339  1842567  5456003 |   989157     1319     49 | 50.866 % |
118.03/119.58	c 120	|      2078 |   28339  1842567  5456003 |  1088073     2078     50 | 50.866 % |
131.79/133.41	c 134	|      3217 |   28339  1842567  5456003 |  1196880     3217     50 | 50.866 % |
150.32/152.13	c 152	|      4925 |   28339  1842567  5456003 |  1316568     4925     50 | 50.866 % |
179.93/182.02	c 182	|      7487 |   28339  1842567  5456003 |  1448225     7487     49 | 50.866 % |
214.80/217.22	c 217	|     11332 |   28339  1842567  5456003 |  1593048    11332     42 | 50.866 % |
281.77/284.88	c 285	|     17099 |   28339  1842567  5456003 |  1752352    17099     44 | 50.866 % |
388.95/393.04	c 393	|     25749 |   28339  1842567  5456003 |  1927588    25749     46 | 50.866 % |
546.26/551.88	c 552	|     38724 |   28339  1842567  5456003 |  2120347    38724     46 | 50.866 % |
784.19/792.01	c 792	|     58186 |   28339  1842567  5456003 |  2332381    58186     47 | 50.866 % |
1182.39/1194.09	c 1194	|     87379 |   28339  1842567  5456003 |  2565619    87379     47 | 50.866 % |
1788.37/1805.79	c 1806	|    131168 |   28339  1842567  5456003 |  2822181   131168     47 | 50.866 % |
2676.70/2697.20	c 2697	|    196853 |   28339  1842567  5456003 |  3104400   196853     47 | 50.866 % |
3600.05/3620.91	c ERROR INTERRUPTED
3600.05/3620.96	c 3621	CPU 68.98 (0.05 0.02 68.93 3.11)
3600.05/3620.96	c 3621	END Wed Jul 23 03:44:42 2008

Verifier Data (download as text)

OK	367	2205
367 unsatisfied constraints, 2205 satisfied constraints

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-1127644-1216773861/watcher-1127644-1216773861 -o /tmp/evaluation-result-1127644-1216773861/solver-1127644-1216773861 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127644-1216773861.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 1.99 2.00 1.91 3/74 6960
/proc/meminfo: memFree=1497000/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=12000 CPUtime=0
/proc/6960/stat : 6960 (sugar) R 6958 6960 6708 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 4474438 12288000 178 996147200 4194304 4206940 548682068592 18446744073709551615 248779930368 0 0 4224 0 0 0 0 17 1 0 0
/proc/6960/statm: 3000 178 139 3 0 100 0

[startup+0.0507499 s]
/proc/loadavg: 1.99 2.00 1.91 3/74 6960
/proc/meminfo: memFree=1497000/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13600 CPUtime=0.03
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 4474438 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102024 s]
/proc/loadavg: 1.99 2.00 1.91 3/74 6960
/proc/meminfo: memFree=1497000/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13600 CPUtime=0.04
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4474438 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301507 s]
/proc/loadavg: 1.99 2.00 1.91 3/74 6960
/proc/meminfo: memFree=1497000/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13600 CPUtime=0.04
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4474438 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701545 s]
/proc/loadavg: 1.99 2.00 1.91 3/74 6960
/proc/meminfo: memFree=1497000/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13600 CPUtime=0.04
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4474438 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 6982
/proc/meminfo: memFree=1489488/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13600 CPUtime=0.79
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 974 5011 0 1 3 1 72 3 15 0 1 0 4474438 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3400 797 370 3 0 500 0
[pid=6973] ppid=6960 vsize=5356 CPUtime=0
/proc/6973/stat : 6973 (sh) S 6960 6960 6708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4474522 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6973/statm: 1339 233 193 169 0 50 0
[pid=6974] ppid=6973 vsize=868364 CPUtime=0.63
/proc/6974/stat : 6974 (java) S 6973 6960 6708 0 -1 0 5870 0 1 0 60 3 0 0 19 0 9 0 4474522 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6974/statm: 217091 5285 1733 9 0 211666 0
[pid=6974/tid=6975] ppid=6973 vsize=868364 CPUtime=0.36
/proc/6974/task/6975/stat : 6975 (java) R 6973 6960 6708 0 -1 64 2649 0 1 0 35 1 0 0 22 0 9 0 4474523 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4125979168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6976] ppid=6973 vsize=868364 CPUtime=0.04
/proc/6974/task/6976/stat : 6976 (java) S 6973 6960 6708 0 -1 64 1065 0 0 0 4 0 0 0 16 0 9 0 4474524 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6977] ppid=6973 vsize=868364 CPUtime=0
/proc/6974/task/6977/stat : 6977 (java) S 6973 6960 6708 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4474525 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6978] ppid=6973 vsize=868364 CPUtime=0
/proc/6974/task/6978/stat : 6978 (java) S 6973 6960 6708 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4474525 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6979] ppid=6973 vsize=868364 CPUtime=0
/proc/6974/task/6979/stat : 6979 (java) S 6973 6960 6708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4474527 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6980] ppid=6973 vsize=868364 CPUtime=0.2
/proc/6974/task/6980/stat : 6980 (java) S 6973 6960 6708 0 -1 64 1465 0 0 0 19 1 0 0 16 0 9 0 4474527 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6981] ppid=6973 vsize=868364 CPUtime=0
/proc/6974/task/6981/stat : 6981 (java) S 6973 6960 6708 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4474527 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6982] ppid=6973 vsize=868364 CPUtime=0
/proc/6974/task/6982/stat : 6982 (java) S 6973 6960 6708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4474527 889204736 5285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887320

[startup+3.10278 s]
/proc/loadavg: 1.99 2.00 1.91 4/85 6982
/proc/meminfo: memFree=1475024/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13600 CPUtime=0.79
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 974 5011 0 1 3 1 72 3 15 0 1 0 4474438 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3400 797 370 3 0 500 0
[pid=6973] ppid=6960 vsize=5356 CPUtime=0
/proc/6973/stat : 6973 (sh) S 6960 6960 6708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4474522 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6973/statm: 1339 233 193 169 0 50 0
[pid=6974] ppid=6973 vsize=868476 CPUtime=2.21
/proc/6974/stat : 6974 (java) S 6973 6960 6708 0 -1 0 8249 0 1 0 213 8 0 0 19 0 9 0 4474522 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6974/statm: 217119 7244 2565 9 0 211666 0
[pid=6974/tid=6975] ppid=6973 vsize=868476 CPUtime=1.58
/proc/6974/task/6975/stat : 6975 (java) R 6973 6960 6708 0 -1 64 2934 0 1 0 155 3 0 0 25 0 9 0 4474523 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4126598279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6976] ppid=6973 vsize=868476 CPUtime=0.31
/proc/6974/task/6976/stat : 6976 (java) S 6973 6960 6708 0 -1 64 3106 0 0 0 29 2 0 0 16 0 9 0 4474524 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6977] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6977/stat : 6977 (java) S 6973 6960 6708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4474525 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6978] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6978/stat : 6978 (java) S 6973 6960 6708 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4474525 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6979] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6979/stat : 6979 (java) S 6973 6960 6708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4474527 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6980] ppid=6973 vsize=868476 CPUtime=0.29
/proc/6974/task/6980/stat : 6980 (java) S 6973 6960 6708 0 -1 64 1517 0 0 0 28 1 0 0 16 0 9 0 4474527 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6981] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6981/stat : 6981 (java) S 6973 6960 6708 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4474527 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6982] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6982/stat : 6982 (java) S 6973 6960 6708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4474527 889319424 7244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887432

[startup+6.30108 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 6982
/proc/meminfo: memFree=1452304/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13600 CPUtime=0.79
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 974 5011 0 1 3 1 72 3 15 0 1 0 4474438 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3400 797 370 3 0 500 0
[pid=6973] ppid=6960 vsize=5356 CPUtime=0
/proc/6973/stat : 6973 (sh) S 6960 6960 6708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4474522 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6973/statm: 1339 233 193 169 0 50 0
[pid=6974] ppid=6973 vsize=868476 CPUtime=5.36
/proc/6974/stat : 6974 (java) S 6973 6960 6708 0 -1 0 9086 0 1 0 499 37 0 0 19 0 9 0 4474522 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6974/statm: 217119 7254 2566 9 0 211666 0
[pid=6974/tid=6975] ppid=6973 vsize=868476 CPUtime=4.48
/proc/6974/task/6975/stat : 6975 (java) R 6973 6960 6708 0 -1 64 3761 0 1 0 421 27 0 0 25 0 9 0 4474523 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4126901664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6976] ppid=6973 vsize=868476 CPUtime=0.54
/proc/6974/task/6976/stat : 6976 (java) S 6973 6960 6708 0 -1 64 3106 0 0 0 46 8 0 0 16 0 9 0 4474524 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6977] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6977/stat : 6977 (java) S 6973 6960 6708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4474525 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6978] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6978/stat : 6978 (java) S 6973 6960 6708 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4474525 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6979] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6979/stat : 6979 (java) S 6973 6960 6708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4474527 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6980] ppid=6973 vsize=868476 CPUtime=0.31
/proc/6974/task/6980/stat : 6980 (java) S 6973 6960 6708 0 -1 64 1527 0 0 0 30 1 0 0 15 0 9 0 4474527 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6981] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6981/stat : 6981 (java) S 6973 6960 6708 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4474527 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6982] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6982/stat : 6982 (java) S 6973 6960 6708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4474527 889319424 7254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887432

[startup+12.7027 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 6982
/proc/meminfo: memFree=1381200/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13600 CPUtime=0.79
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 974 5011 0 1 3 1 72 3 15 0 1 0 4474438 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3400 797 370 3 0 500 0
[pid=6973] ppid=6960 vsize=5356 CPUtime=0
/proc/6973/stat : 6973 (sh) S 6960 6960 6708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4474522 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6973/statm: 1339 233 193 169 0 50 0
[pid=6974] ppid=6973 vsize=868476 CPUtime=11.68
/proc/6974/stat : 6974 (java) S 6973 6960 6708 0 -1 0 10958 0 1 0 1074 94 0 0 19 0 9 0 4474522 889319424 7256 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6974/statm: 217119 7256 2566 9 0 211666 0
[pid=6974/tid=6975] ppid=6973 vsize=868476 CPUtime=10.3
/proc/6974/task/6975/stat : 6975 (java) R 6973 6960 6708 0 -1 64 5631 0 1 0 957 73 0 0 25 0 9 0 4474523 889319424 7256 996147200 134512640 134550740 4294955936 18446744073709551615 4126563896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6976] ppid=6973 vsize=868476 CPUtime=1.04
/proc/6974/task/6976/stat : 6976 (java) S 6973 6960 6708 0 -1 64 3106 0 0 0 85 19 0 0 16 0 9 0 4474524 889319424 7256 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6977] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6977/stat : 6977 (java) S 6973 6960 6708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4474525 889319424 7256 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6978] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6978/stat : 6978 (java) S 6973 6960 6708 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4474525 889319424 7256 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6979] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6979/stat : 6979 (java) S 6973 6960 6708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4474527 889319424 7256 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6980] ppid=6973 vsize=868476 CPUtime=0.31
/proc/6974/task/6980/stat : 6980 (java) S 6973 6960 6708 0 -1 64 1529 0 0 0 30 1 0 0 15 0 9 0 4474527 889319424 7256 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6981] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6981/stat : 6981 (java) S 6973 6960 6708 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4474527 889319424 7256 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6974/tid=6982] ppid=6973 vsize=868476 CPUtime=0
/proc/6974/task/6982/stat : 6982 (java) S 6973 6960 6708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4474527 889319424 7256 996147200 134512640 134550740 4294955936 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) 887432

[startup+25.5019 s]
/proc/loadavg: 1.99 2.00 1.91 3/77 6984
/proc/meminfo: memFree=986000/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=19.61
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1131 18364 0 2 4 1 1794 162 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=6983] ppid=6960 vsize=5356 CPUtime=0
/proc/6983/stat : 6983 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476440 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6983/statm: 1339 232 193 169 0 50 0
[pid=6984] ppid=6983 vsize=344252 CPUtime=5.41
/proc/6984/stat : 6984 (minisat) R 6983 6960 6708 0 -1 4194304 82345 0 0 0 476 65 0 0 25 0 1 0 4476440 352514048 82331 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/6984/statm: 86063 82331 71 150 0 85910 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 363604

[startup+51.1014 s]
/proc/loadavg: 1.99 2.00 1.91 3/77 6996
/proc/meminfo: memFree=981712/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=39.45
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1250 105016 0 3 4 1 3705 235 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356428 CPUtime=3129.49
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85156 0 0 0 312880 69 0 0 25 0 1 0 4481750 364982272 85142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89107 85142 76 150 0 88954 0
Current children cumulated CPU time (s) 3201.59
Current children cumulated vsize (KiB) 375780

[startup+3282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 7103
/proc/meminfo: memFree=1022280/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.1
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1366 192771 0 4 5 2 6893 310 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356508 CPUtime=3189.47
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85177 0 0 0 318878 69 0 0 25 0 1 0 4481750 365064192 85163 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89127 85163 76 150 0 88974 0
Current children cumulated CPU time (s) 3261.57
Current children cumulated vsize (KiB) 375860

[startup+3342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1021128/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.1
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1366 192771 0 4 5 2 6893 310 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356508 CPUtime=3249.45
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85184 0 0 0 324876 69 0 0 25 0 1 0 4481750 365064192 85170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89127 85170 76 150 0 88974 0
Current children cumulated CPU time (s) 3321.55
Current children cumulated vsize (KiB) 375860

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1020680/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.1
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1366 192771 0 4 5 2 6893 310 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356752 CPUtime=3309.43
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85262 0 0 0 330873 70 0 0 25 0 1 0 4481750 365314048 85248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89188 85248 76 150 0 89035 0
Current children cumulated CPU time (s) 3381.53
Current children cumulated vsize (KiB) 376104

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1020424/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.1
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1366 192771 0 4 5 2 6893 310 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356872 CPUtime=3369.41
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85285 0 0 0 336871 70 0 0 25 0 1 0 4481750 365436928 85271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89218 85271 76 150 0 89065 0
Current children cumulated CPU time (s) 3441.51
Current children cumulated vsize (KiB) 376224

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1020360/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.1
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1366 192771 0 4 5 2 6893 310 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356872 CPUtime=3429.38
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85291 0 0 0 342868 70 0 0 25 0 1 0 4481750 365436928 85277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89218 85277 76 150 0 89065 0
Current children cumulated CPU time (s) 3501.48
Current children cumulated vsize (KiB) 376224

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1020232/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.1
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1366 192771 0 4 5 2 6893 310 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356872 CPUtime=3489.36
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85297 0 0 0 348866 70 0 0 25 0 1 0 4481750 365436928 85283 996147200 134512640 135127466 4294956256 18446744073709551615 134529406 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89218 85283 76 150 0 89065 0
Current children cumulated CPU time (s) 3561.46
Current children cumulated vsize (KiB) 376224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1020040/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.1
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1366 192771 0 4 5 2 6893 310 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356872 CPUtime=3527.95
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85301 0 0 0 352725 70 0 0 25 0 1 0 4481750 365436928 85287 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89218 85287 76 150 0 89065 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 376224

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3620.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1020040/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.1
/proc/6960/stat : 6960 (sugar) S 6958 6960 6708 0 -1 4194304 1366 192771 0 4 5 2 6893 310 16 0 1 0 4474438 14331904 879 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6960/statm: 3499 879 374 3 0 599 0
[pid=7007] ppid=6960 vsize=5356 CPUtime=0
/proc/7007/stat : 7007 (sh) S 6960 6960 6708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4481750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7007/statm: 1339 232 193 169 0 50 0
[pid=7008] ppid=7007 vsize=356872 CPUtime=3527.95
/proc/7008/stat : 7008 (minisat) R 7007 6960 6708 0 -1 4194304 85301 0 0 0 352725 70 0 0 25 0 1 0 4481750 365436928 85287 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7008/statm: 89218 85287 76 150 0 89065 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 376224

# WARNING:
# current cumulated CPU time (72.17 s) is less than in the last sample (3600.05 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3527.88 s) to the 'lost time'.

[startup+3621.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1020040/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.17
/proc/6960/stat : 6960 (sugar) R 6958 6960 6708 0 -1 4194304 1399 193048 0 4 5 8 6893 311 17 0 1 0 4474438 14331904 881 996147200 4194304 4206940 548682068592 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/6960/statm: 3499 881 375 3 0 599 0
Current children cumulated CPU time (s) 72.17
Current children cumulated vsize (KiB) 13996

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

[startup+3621.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7103
/proc/meminfo: memFree=1020040/2055920 swapFree=4192956/4192956
[pid=6960] ppid=6958 vsize=13996 CPUtime=72.17
/proc/6960/stat : 6960 (sugar) R 6958 6960 6708 0 -1 4194304 1399 193048 0 4 5 8 6893 311 17 0 1 0 4474438 14331904 881 996147200 4194304 4206940 548682068592 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/6960/statm: 3499 881 375 3 0 599 0
Current children cumulated CPU time (s) 72.17
Current children cumulated vsize (KiB) 13996

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3527.88
#  lost CPU user time (s): 3527.25
#  lost CPU system time (s): 0.63

Real time (s): 3621.04
CPU time (s): 3600.09
CPU user time (s): 3596.24
CPU system time (s): 3.84851
CPU usage (%): 99.4213
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.9915
system time used= 3.21851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194480
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= 38087
involuntary context switches= 39251

runsolver used 4.27835 second user time and 12.2041 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-23 02:44:21
IDJOB=1127644
IDBENCH=63728
IDSOLVER=368
FILE ID=node55/1127644-1216773861
PBS_JOBID= 7974118
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-2100-3000/normalized-cnf-3-40-3000-775927_ext.xml
COMMAND LINE= DIR/sugar -max -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-1127644-1216773861/watcher-1127644-1216773861 -o /tmp/evaluation-result-1127644-1216773861/solver-1127644-1216773861 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127644-1216773861.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= af618ef2ad78a30b043804a4151fac5e
RANDOM SEED=216965090

node55.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:       1497608 kB
Buffers:         27672 kB
Cached:         380056 kB
SwapCached:          0 kB
Active:         360604 kB
Inactive:       150356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:         114348 kB
Slab:            32668 kB
Committed_AS:   174216 kB
PageTables:       1928 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= 66544 MiB
End job on node55 at 2008-07-23 03:44:44