Trace number 1127780

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.06 3637.64

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-1000-261925_ext.xml
MD5SUM7b263d5409914ce10f076203d61e6835
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints60
Best CPU time to get the best result obtained on this benchmark47.6018
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints953
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension953
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.04	c 0	BEGIN Wed Jul 23 03:20:16 2008
0.00/0.04	c 0	PID 4585
0.03/0.05	c 0	HOST node9.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127780-1216776016.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-1127780-1216776016.xml' 'HOME/temp.csp'
0.03/0.56	c 0	1 domains, 40 variables, 0 predicates, 25 relations, 953 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.55/0.66	c 0	Parsing HOME/temp.csp
0.55/0.81	c 1	parsed 1019 expressions
0.55/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.83	c 1	MAX CSP: 953 constraints
0.55/0.83	c 1	Converting to clausal form CSP
0.55/0.88	c 1	converted 198 (10%) expressions
0.55/0.90	c 1	converted 395 (20%) expressions
0.55/0.91	c 1	converted 593 (30%) expressions
0.55/0.92	c 1	converted 790 (40%) expressions
0.55/0.94	c 1	converted 988 (50%) expressions
0.94/1.02	c 1	converted 1185 (60%) expressions
0.94/1.03	c 1	converted 1383 (70%) expressions
0.94/1.04	c 1	converted 1580 (80%) expressions
0.94/1.05	c 1	converted 1778 (90%) expressions
1.05/1.18	c 1	converted 1975 (100%) expressions
1.05/1.18	c 1	CSP : 1946 integers, 0 booleans, 2858 clauses, largest domain size 1430
1.05/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.18	c 1	Propagation in CSP
1.14/1.23	c 1	946 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.24	c 1	CSP : 1946 integers, 0 booleans, 2858 clauses, largest domain size 954
1.14/1.24	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.24	c 1	CSP : 1946 integers, 0 booleans, 2858 clauses, largest domain size 954
1.14/1.24	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.29	c 1	195 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.29	c 1	390 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.29	c 1	584 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.30	c 1	779 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.30	c 1	973 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 1	1168 (60%) CSP integer variables are encoded (1854 clauses, 24155 bytes)
1.23/1.31	c 1	1363 (70%) CSP integer variables are encoded (3346 clauses, 43551 bytes)
1.23/1.32	c 1	1557 (80%) CSP integer variables are encoded (5121 clauses, 66626 bytes)
1.23/1.33	c 1	1752 (90%) CSP integer variables are encoded (13702 clauses, 188756 bytes)
1.23/1.33	c 1	1946 (100%) CSP integer variables are encoded (16138 clauses, 225296 bytes)
1.23/1.37	c 1	286 (10%) CSP clauses are encoded (16428 clauses, 229887 bytes)
1.23/1.40	c 1	572 (20%) CSP clauses are encoded (16719 clauses, 234720 bytes)
1.34/1.41	c 1	858 (30%) CSP clauses are encoded (17011 clauses, 239829 bytes)
1.34/1.44	c 1	1144 (40%) CSP clauses are encoded (22633 clauses, 337482 bytes)
1.43/1.55	c 1	1429 (50%) CSP clauses are encoded (77780 clauses, 1342059 bytes)
1.43/1.59	c 1	1715 (60%) CSP clauses are encoded (93936 clauses, 1630208 bytes)
1.73/1.89	c 2	2001 (70%) CSP clauses are encoded (254210 clauses, 4576330 bytes)
2.22/2.36	c 2	2287 (80%) CSP clauses are encoded (498456 clauses, 9422957 bytes)
2.72/2.81	c 3	2573 (90%) CSP clauses are encoded (729914 clauses, 14372450 bytes)
3.52/3.67	c 3	2858 (100%) CSP clauses are encoded (1184169 clauses, 24102009 bytes)
3.52/3.67	c 3	2858 CSP clauses encoded
3.52/3.67	c 3	Writing map file : HOME/temp.map
3.52/3.69	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.69	c 4	SAT : 18084 SAT variables, 1184169 SAT clauses, 24102009 bytes
3.52/3.69	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.61/3.72	c 4	OBJECTIVE minimize _COST
3.61/3.72	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.61/3.72	c 4	SEARCHING: _COST <= 477
3.61/3.72	c 4	SOLVING HOME/temp.cnf
3.61/3.72	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.61/3.72	c 4	This is MiniSat 2.0 beta
3.61/3.72	c 4	WARNING: for repeatability, setting FPU to use double precision
3.61/3.72	c 4	============================[ Problem Statistics ]=============================
3.61/3.72	c 4	|                                                                             |
3.61/3.72	c 4	|  Number of variables:  18084                                                |
3.61/3.72	c 4	|  Number of clauses:    1184170                                              |
4.18/4.31	c 4	|  Parsing time:         0.51         s                                       |
4.68/4.87	c 5	============================[ Search Statistics ]==============================
4.68/4.87	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.68/4.87	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.68/4.87	c 5	===============================================================================
4.68/4.87	c 5	|         0 |   13324   755251  2231135 |   251750        0    nan |  0.000 % |
4.88/5.02	c 5	|       100 |   13323   755251  2231135 |   276925       99     22 | 26.382 % |
4.98/5.11	c 5	|       250 |   13323   755251  2231135 |   304617      249     22 | 26.382 % |
5.08/5.24	c 5	===============================================================================
5.08/5.24	c 5	restarts              : 3
5.08/5.24	c 5	conflicts             : 360            (251 /sec)
5.08/5.24	c 5	decisions             : 884            (0.90 % random) (617 /sec)
5.08/5.24	c 5	propagations          : 277224         (193487 /sec)
5.08/5.24	c 5	conflict literals     : 9032           (17.85 % deleted)
5.08/5.24	c 5	Memory used           : 49.20 MB
5.08/5.24	c 5	CPU time              : 1.43278 s
5.08/5.24	c 5	
5.08/5.25	c 5	SATISFIABLE
5.08/5.26	c 5	FOUND: _COST <= 477
5.08/5.26	s SATISFIABLE
5.08/5.26	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.08/5.26	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.14/5.34	c 5	Decoding HOME/temp.out
5.26/5.48	c 5	OBJECTIVE _COST 239
5.26/5.48	o 239
5.26/5.48	v 1 1 1 1 1 1 1 1 0 1 1 1 1 0 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
5.26/5.48	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.34/5.52	c 5	OBJECTIVE BOUND: 0 <= _COST <= 239
5.34/5.52	c 5	SEARCHING: _COST <= 119
5.34/5.52	c 5	SOLVING HOME/temp.cnf
5.34/5.52	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.34/5.53	c 5	This is MiniSat 2.0 beta
5.34/5.53	c 5	WARNING: for repeatability, setting FPU to use double precision
5.34/5.53	c 5	============================[ Problem Statistics ]=============================
5.34/5.53	c 5	|                                                                             |
5.34/5.53	c 5	|  Number of variables:  18084                                                |
5.34/5.53	c 5	|  Number of clauses:    1184170                                              |
5.36/6.16	c 6	|  Parsing time:         0.55         s                                       |
6.70/6.99	c 7	============================[ Search Statistics ]==============================
6.70/6.99	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.70/6.99	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.70/6.99	c 7	===============================================================================
6.70/6.99	c 7	|         0 |    9027   280998   820909 |    93666        0    nan |  0.000 % |
6.90/7.17	c 7	|       100 |    9027   280998   820909 |   103032      100     34 | 50.083 % |
7.00/7.23	c 7	===============================================================================
7.00/7.23	c 7	restarts              : 2
7.00/7.23	c 7	conflicts             : 161            (100 /sec)
7.00/7.23	c 7	decisions             : 409            (0.24 % random) (254 /sec)
7.00/7.23	c 7	propagations          : 210530         (130703 /sec)
7.00/7.23	c 7	conflict literals     : 5481           (18.59 % deleted)
7.00/7.23	c 7	Memory used           : 50.37 MB
7.00/7.23	c 7	CPU time              : 1.61076 s
7.00/7.23	c 7	
7.00/7.24	c 7	SATISFIABLE
7.00/7.25	c 7	FOUND: _COST <= 119
7.00/7.25	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.00/7.25	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.07/7.33	c 7	Decoding HOME/temp.out
7.39/7.64	c 7	OBJECTIVE _COST 119
7.39/7.64	o 119
7.39/7.67	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 0 1 1 1 1 1
7.39/7.67	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.47/7.72	c 8	OBJECTIVE BOUND: 0 <= _COST <= 119
7.47/7.72	c 8	SEARCHING: _COST <= 59
7.47/7.72	c 8	SOLVING HOME/temp.cnf
7.47/7.72	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.47/7.72	c 8	This is MiniSat 2.0 beta
7.47/7.72	c 8	WARNING: for repeatability, setting FPU to use double precision
7.47/7.73	c 8	============================[ Problem Statistics ]=============================
7.47/7.73	c 8	|                                                                             |
7.47/7.73	c 8	|  Number of variables:  18084                                                |
7.47/7.73	c 8	|  Number of clauses:    1184170                                              |
7.48/8.35	c 8	|  Parsing time:         0.54         s                                       |
8.84/9.18	c 9	============================[ Search Statistics ]==============================
8.84/9.18	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.84/9.18	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.84/9.18	c 9	===============================================================================
8.84/9.18	c 9	|         0 |    7758   153689   442729 |    51229        0    nan |  0.000 % |
8.93/9.29	c 9	|       100 |    7758   153689   442729 |    56352      100     19 | 57.100 % |
9.03/9.39	c 9	|       252 |    7758   153689   442729 |    61987      252     21 | 57.100 % |
9.23/9.52	c 9	|       477 |    7758   153689   442729 |    68186      477     22 | 57.100 % |
9.43/9.71	c 10	|       815 |    7758   153689   442729 |    75005      815     23 | 57.100 % |
9.82/10.17	c 10	|      1321 |    7758   153689   442729 |    82505     1321     24 | 57.100 % |
10.32/10.69	c 11	|      2082 |    7758   153689   442729 |    90756     2082     25 | 57.100 % |
11.11/11.47	c 11	|      3221 |    7758   153689   442729 |    99832     3221     25 | 57.100 % |
12.50/12.88	c 13	|      4930 |    7758   153689   442729 |   109815     4930     25 | 57.100 % |
14.68/15.04	c 15	|      7492 |    7758   153689   442729 |   120796     7492     25 | 57.100 % |
18.84/19.29	c 19	|     11336 |    7758   153689   442729 |   132876    11336     26 | 57.100 % |
25.38/25.84	c 26	|     17102 |    7758   153689   442729 |   146164    17102     26 | 57.100 % |
36.67/37.20	c 37	|     25753 |    7758   153689   442729 |   160780    25753     26 | 57.100 % |
56.19/56.92	c 57	|     38728 |    7758   153689   442729 |   176858    38728     27 | 57.100 % |
87.29/88.33	c 88	|     58189 |    7758   153689   442729 |   194544    58189     27 | 57.100 % |
136.92/138.45	c 138	|     87384 |    7758   153689   442729 |   213999    87384     27 | 57.100 % |
226.17/228.57	c 228	|    131173 |    7758   153689   442729 |   235398   131173     27 | 57.100 % |
382.99/386.82	c 387	|    196858 |    7758   153689   442729 |   258938   196858     27 | 57.100 % |
621.83/627.90	c 628	|    295384 |    7758   153689   442729 |   284832    41572     22 | 57.100 % |
917.34/926.24	c 926	|    443173 |    7758   153689   442729 |   313315   189361     26 | 57.100 % |
1464.96/1479.05	c 1479	|    664856 |    7758   153689   442729 |   344647   105254     28 | 57.100 % |
2350.90/2373.31	c 2373	|    997382 |    7758   153689   442729 |   379112   100992     25 | 57.100 % |
3600.06/3637.62	c ERROR INTERRUPTED
3600.06/3637.63	c 3637	CPU 7 (0.03 0.02 6.97 0.47)
3600.06/3637.63	c 3637	END Wed Jul 23 04:20:53 2008

Verifier Data (download as text)

OK	108	845
108 unsatisfied constraints, 845 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-1127780-1216776016/watcher-1127780-1216776016 -o /tmp/evaluation-result-1127780-1216776016/solver-1127780-1216776016 -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-1127780-1216776016.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.95 1.98 1.99 4/81 4585
/proc/meminfo: memFree=1520744/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=12268 CPUtime=0
/proc/4585/stat : 4585 (sugar) R 4583 4585 4515 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4692739 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4585/statm: 3067 316 241 3 0 167 0

[startup+0.0499751 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 4585
/proc/meminfo: memFree=1520744/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13600 CPUtime=0.03
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 4692739 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102012 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 4585
/proc/meminfo: memFree=1520744/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13600 CPUtime=0.03
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 4692739 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301032 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 4585
/proc/meminfo: memFree=1520744/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13600 CPUtime=0.03
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 4692739 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701078 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 4585
/proc/meminfo: memFree=1520744/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13600 CPUtime=0.55
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 974 4550 0 1 2 1 49 3 16 0 1 0 4692739 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 1.95 1.98 1.99 4/92 4607
/proc/meminfo: memFree=1508240/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13600 CPUtime=0.55
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 974 4550 0 1 2 1 49 3 15 0 1 0 4692739 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3400 797 370 3 0 500 0
[pid=4598] ppid=4585 vsize=5356 CPUtime=0
/proc/4598/stat : 4598 (sh) S 4585 4585 4515 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4692798 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4598/statm: 1339 233 193 169 0 50 0
[pid=4599] ppid=4598 vsize=868464 CPUtime=0.88
/proc/4599/stat : 4599 (java) S 4598 4585 4515 0 -1 0 6817 0 1 0 84 4 0 0 18 0 9 0 4692798 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4599/statm: 217116 6013 2563 9 0 211663 0
[pid=4599/tid=4600] ppid=4598 vsize=868464 CPUtime=0.53
/proc/4599/task/4600/stat : 4600 (java) R 4598 4585 4515 0 -1 64 2747 0 1 0 52 1 0 0 19 0 9 0 4692799 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4601] ppid=4598 vsize=868464 CPUtime=0.08
/proc/4599/task/4601/stat : 4601 (java) S 4598 4585 4515 0 -1 64 1887 0 0 0 7 1 0 0 16 0 9 0 4692800 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4602] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4602/stat : 4602 (java) S 4598 4585 4515 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4692800 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4603] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4603/stat : 4603 (java) S 4598 4585 4515 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4692800 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4604] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4604/stat : 4604 (java) S 4598 4585 4515 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4692802 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4605] ppid=4598 vsize=868464 CPUtime=0.24
/proc/4599/task/4605/stat : 4605 (java) S 4598 4585 4515 0 -1 64 1491 0 0 0 24 0 0 0 16 0 9 0 4692802 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4606] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4606/stat : 4606 (java) S 4598 4585 4515 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4692802 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4607] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4607/stat : 4607 (java) S 4598 4585 4515 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4692802 889307136 6013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887420

[startup+3.10495 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 4607
/proc/meminfo: memFree=1497744/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13600 CPUtime=0.56
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 974 4550 0 1 3 1 49 3 15 0 1 0 4692739 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3400 797 370 3 0 500 0
[pid=4598] ppid=4585 vsize=5356 CPUtime=0
/proc/4598/stat : 4598 (sh) S 4585 4585 4515 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4692798 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4598/statm: 1339 233 193 169 0 50 0
[pid=4599] ppid=4598 vsize=868464 CPUtime=2.46
/proc/4599/stat : 4599 (java) S 4598 4585 4515 0 -1 0 7294 0 1 0 231 15 0 0 18 0 9 0 4692798 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4599/statm: 217116 6022 2563 9 0 211663 0
[pid=4599/tid=4600] ppid=4598 vsize=868464 CPUtime=2
/proc/4599/task/4600/stat : 4600 (java) R 4598 4585 4515 0 -1 64 3217 0 1 0 190 10 0 0 25 0 9 0 4692799 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4126962508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4601] ppid=4598 vsize=868464 CPUtime=0.18
/proc/4599/task/4601/stat : 4601 (java) S 4598 4585 4515 0 -1 64 1887 0 0 0 15 3 0 0 16 0 9 0 4692800 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4602] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4602/stat : 4602 (java) S 4598 4585 4515 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4692800 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4603] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4603/stat : 4603 (java) S 4598 4585 4515 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4692800 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4604] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4604/stat : 4604 (java) S 4598 4585 4515 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4692802 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4605] ppid=4598 vsize=868464 CPUtime=0.27
/proc/4599/task/4605/stat : 4605 (java) S 4598 4585 4515 0 -1 64 1498 0 0 0 26 1 0 0 16 0 9 0 4692802 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4606] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4606/stat : 4606 (java) S 4598 4585 4515 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4692802 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4599/tid=4607] ppid=4598 vsize=868464 CPUtime=0
/proc/4599/task/4607/stat : 4607 (java) S 4598 4585 4515 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4692802 889307136 6022 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887420

[startup+6.3017 s]
/proc/loadavg: 1.95 1.98 1.99 4/92 4619
/proc/meminfo: memFree=1488592/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=5.36
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1200 28611 0 3 3 1 497 35 15 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 13732

[startup+12.7024 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 4633
/proc/meminfo: memFree=1445008/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 15 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=50916 CPUtime=4.92
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 12266 0 0 0 484 8 0 0 25 0 1 0 4693512 52137984 12252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 12729 12252 75 150 0 12576 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 70004

[startup+25.5019 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 4633
/proc/meminfo: memFree=1445200/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=50916 CPUtime=17.6
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 12266 0 0 0 1752 8 0 0 25 0 1 0 4693512 52137984 12252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 12729 12252 75 150 0 12576 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 70004

[startup+51.1017 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 4633
/proc/meminfo: memFree=1445072/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=51152 CPUtime=42.96
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 12301 0 0 0 4288 8 0 0 25 0 1 0 4693512 52379648 12287 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 12788 12287 75 150 0 12635 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 70240

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 4633
/proc/meminfo: memFree=1444240/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=51928 CPUtime=93.68
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 12466 0 0 0 9360 8 0 0 25 0 1 0 4693512 53174272 12444 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 12982 12444 75 150 0 12829 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 71016

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 4633
/proc/meminfo: memFree=1443600/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=52644 CPUtime=153.11
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 12623 0 0 0 15303 8 0 0 25 0 1 0 4693512 53907456 12601 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 13161 12601 75 150 0 13008 0
Current children cumulated CPU time (s) 160.59

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

/proc/meminfo: memFree=1412240/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=83280 CPUtime=3062.29
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 19845 0 0 0 306209 20 0 0 25 0 1 0 4693512 85278720 19807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 20820 19807 75 150 0 20667 0
Current children cumulated CPU time (s) 3069.77
Current children cumulated vsize (KiB) 102368

[startup+3162.3 s]
/proc/loadavg: 2.09 2.08 2.03 3/84 5175
/proc/meminfo: memFree=1412048/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=83280 CPUtime=3121.73
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 19868 0 0 0 312153 20 0 0 25 0 1 0 4693512 85278720 19830 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 20820 19830 75 150 0 20667 0
Current children cumulated CPU time (s) 3129.21
Current children cumulated vsize (KiB) 102368

[startup+3222.3 s]
/proc/loadavg: 2.08 2.08 2.03 3/84 5175
/proc/meminfo: memFree=1410704/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=84476 CPUtime=3181.16
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 20201 0 0 0 318096 20 0 0 25 0 1 0 4693512 86503424 20163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 21119 20163 75 150 0 20966 0
Current children cumulated CPU time (s) 3188.64
Current children cumulated vsize (KiB) 103564

[startup+3282.3 s]
/proc/loadavg: 2.23 2.12 2.04 3/84 5175
/proc/meminfo: memFree=1408592/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=86908 CPUtime=3240.61
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 20715 0 0 0 324040 21 0 0 25 0 1 0 4693512 88993792 20677 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 21727 20677 75 150 0 21574 0
Current children cumulated CPU time (s) 3248.09
Current children cumulated vsize (KiB) 105996

[startup+3342.3 s]
/proc/loadavg: 2.36 2.18 2.07 3/84 5175
/proc/meminfo: memFree=1408592/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=86908 CPUtime=3300.05
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 20715 0 0 0 329984 21 0 0 25 0 1 0 4693512 88993792 20677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 21727 20677 75 150 0 21574 0
Current children cumulated CPU time (s) 3307.53
Current children cumulated vsize (KiB) 105996

[startup+3402.31 s]
/proc/loadavg: 2.28 2.18 2.08 3/84 5175
/proc/meminfo: memFree=1408592/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=86908 CPUtime=3359.49
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 20715 0 0 0 335928 21 0 0 25 0 1 0 4693512 88993792 20677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 21727 20677 75 150 0 21574 0
Current children cumulated CPU time (s) 3366.97
Current children cumulated vsize (KiB) 105996

[startup+3462.3 s]
/proc/loadavg: 2.24 2.20 2.09 3/84 5175
/proc/meminfo: memFree=1408400/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=86988 CPUtime=3418.92
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 20733 0 0 0 341871 21 0 0 25 0 1 0 4693512 89075712 20695 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 21747 20695 75 150 0 21594 0
Current children cumulated CPU time (s) 3426.4
Current children cumulated vsize (KiB) 106076

[startup+3522.3 s]
/proc/loadavg: 2.11 2.17 2.09 3/84 5175
/proc/meminfo: memFree=1408400/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=86988 CPUtime=3478.35
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 20743 0 0 0 347814 21 0 0 25 0 1 0 4693512 89075712 20705 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 21747 20705 75 150 0 21594 0
Current children cumulated CPU time (s) 3485.83
Current children cumulated vsize (KiB) 106076

[startup+3582.3 s]
/proc/loadavg: 2.04 2.14 2.08 3/84 5177
/proc/meminfo: memFree=1408272/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=87108 CPUtime=3537.8
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 20752 0 0 0 353759 21 0 0 25 0 1 0 4693512 89198592 20714 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 21777 20714 75 150 0 21624 0
Current children cumulated CPU time (s) 3545.28
Current children cumulated vsize (KiB) 106196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.6 s]
/proc/loadavg: 2.01 2.11 2.07 3/84 5177
/proc/meminfo: memFree=1408208/2055920 swapFree=4192956/4192956
[pid=4585] ppid=4583 vsize=13732 CPUtime=7.48
/proc/4585/stat : 4585 (sugar) S 4583 4585 4515 0 -1 4194304 1317 45197 0 4 3 2 697 46 16 0 1 0 4692739 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4585/statm: 3433 829 374 3 0 533 0
[pid=4632] ppid=4585 vsize=5356 CPUtime=0
/proc/4632/stat : 4632 (sh) S 4585 4585 4515 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4693511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4632/statm: 1339 232 193 169 0 50 0
[pid=4633] ppid=4632 vsize=87108 CPUtime=3592.58
/proc/4633/stat : 4633 (minisat) R 4632 4585 4515 0 -1 4194304 20757 0 0 0 359237 21 0 0 25 0 1 0 4693512 89198592 20719 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/4633/statm: 21777 20719 75 150 0 21624 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 106196

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4585 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=17933
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=507922
# CPU time returned by wait4() is 7.52586
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3637.64
CPU time (s): 3600.06
CPU user time (s): 3599.37
CPU system time (s): 0.69
CPU usage (%): 98.9669
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.01793
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46855
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= 6908
involuntary context switches= 6942

runsolver used 5.58715 second user time and 10.9703 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-23 03:20:16
IDJOB=1127780
IDBENCH=63977
IDSOLVER=368
FILE ID=node9/1127780-1216776016
PBS_JOBID= 7974211
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-100-1000/normalized-cnf-3-40-1000-261925_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-1127780-1216776016/watcher-1127780-1216776016 -o /tmp/evaluation-result-1127780-1216776016/solver-1127780-1216776016 -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-1127780-1216776016.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7b263d5409914ce10f076203d61e6835
RANDOM SEED=1514259835

node9.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.231
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.231
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:       1521224 kB
Buffers:         33524 kB
Cached:         429284 kB
SwapCached:          0 kB
Active:         191976 kB
Inactive:       296588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          45832 kB
Slab:            31284 kB
Committed_AS:   128484 kB
PageTables:       1848 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= 66560 MiB
End job on node9 at 2008-07-23 04:20:55