Trace number 1127779

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+minisat-incMSAT (TO) 3600.06 3638.34

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.03/0.17	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.17	c 0	BEGIN Wed Jul 23 03:20:12 2008
0.03/0.17	c 0	PID 4314
0.03/0.17	c 0	HOST node34.alineos.net
0.03/0.17	c 0	CONVERTING HOME/instance-1127779-1216776012.xml TO HOME/temp.csp
0.03/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127779-1216776012.xml' 'HOME/temp.csp'
0.07/0.69	c 1	1 domains, 40 variables, 0 predicates, 25 relations, 953 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 1	Parsing HOME/temp.csp
0.86/1.05	c 1	parsed 1019 expressions
0.86/1.06	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.86/1.07	c 1	MAX CSP: 953 constraints
0.86/1.07	c 1	Converting to clausal form CSP
0.96/1.12	c 1	converted 198 (10%) expressions
0.96/1.14	c 1	converted 395 (20%) expressions
0.96/1.15	c 1	converted 593 (30%) expressions
0.96/1.16	c 1	converted 790 (40%) expressions
0.96/1.18	c 1	converted 988 (50%) expressions
1.05/1.26	c 1	converted 1185 (60%) expressions
1.05/1.26	c 1	converted 1383 (70%) expressions
1.05/1.28	c 1	converted 1580 (80%) expressions
1.05/1.28	c 1	converted 1778 (90%) expressions
1.26/1.41	c 1	converted 1975 (100%) expressions
1.26/1.41	c 1	CSP : 1946 integers, 0 booleans, 2858 clauses, largest domain size 1430
1.26/1.41	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.41	c 1	Propagation in CSP
1.26/1.47	c 1	946 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.26/1.48	c 1	CSP : 1946 integers, 0 booleans, 2858 clauses, largest domain size 954
1.26/1.48	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.48	c 1	Simplifing CSP by introducing new Boolean variables
1.26/1.48	c 1	CSP : 1946 integers, 0 booleans, 2858 clauses, largest domain size 954
1.26/1.48	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.53	c 1	195 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.35/1.53	c 1	390 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.35/1.54	c 1	584 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.35/1.54	c 1	779 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.35/1.54	c 1	973 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.35/1.55	c 1	1168 (60%) CSP integer variables are encoded (1854 clauses, 24155 bytes)
1.35/1.55	c 1	1363 (70%) CSP integer variables are encoded (3346 clauses, 43551 bytes)
1.35/1.56	c 1	1557 (80%) CSP integer variables are encoded (5121 clauses, 66626 bytes)
1.35/1.57	c 1	1752 (90%) CSP integer variables are encoded (13702 clauses, 188756 bytes)
1.35/1.57	c 2	1946 (100%) CSP integer variables are encoded (16138 clauses, 225296 bytes)
1.45/1.61	c 2	286 (10%) CSP clauses are encoded (16428 clauses, 229887 bytes)
1.45/1.64	c 2	572 (20%) CSP clauses are encoded (16719 clauses, 234720 bytes)
1.45/1.65	c 2	858 (30%) CSP clauses are encoded (17011 clauses, 239829 bytes)
1.45/1.68	c 2	1144 (40%) CSP clauses are encoded (22633 clauses, 337482 bytes)
1.54/1.79	c 2	1429 (50%) CSP clauses are encoded (77780 clauses, 1342059 bytes)
1.65/1.82	c 2	1715 (60%) CSP clauses are encoded (93936 clauses, 1630208 bytes)
1.95/2.12	c 2	2001 (70%) CSP clauses are encoded (254210 clauses, 4576330 bytes)
2.34/2.58	c 3	2287 (80%) CSP clauses are encoded (498456 clauses, 9422957 bytes)
2.84/3.01	c 3	2573 (90%) CSP clauses are encoded (729914 clauses, 14372450 bytes)
3.62/3.86	c 4	2858 (100%) CSP clauses are encoded (1184169 clauses, 24102009 bytes)
3.62/3.86	c 4	2858 CSP clauses encoded
3.62/3.86	c 4	Writing map file : HOME/temp.map
3.62/3.88	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.88	c 4	SAT : 18084 SAT variables, 1184169 SAT clauses, 24102009 bytes
3.62/3.88	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.89	c 4	OBJECTIVE minimize _COST
3.62/3.89	c 4	SOLVING HOME/temp.cnf
3.62/3.89	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.62/3.90	c 4	This is MiniSat 2.0 beta incremental
3.62/3.90	c 4	WARNING: for repeatability, setting FPU to use double precision
3.62/3.90	c 4	============================[ Problem Statistics ]=============================
3.62/3.90	c 4	|                                                                             |
3.62/3.90	c 4	|  Number of variables:  18084                                                |
3.62/3.90	c 4	|  Number of clauses:    1184169                                              |
4.22/4.45	c 4	|  Parsing time:         0.48         s                                       |
4.22/4.47	c 4	OK
4.22/4.47	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
4.22/4.47	c 4	SEARCHING: _COST <= 477
4.22/4.47	c 4	============================[ Search Statistics ]==============================
4.22/4.47	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.22/4.47	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.22/4.47	c 4	===============================================================================
4.22/4.47	c 4	|         0 |   18084  1184169  3504085 |   394723        0    nan |  0.000 % |
4.41/4.64	c 5	|       100 |   18082  1184169  3504085 |   434195       99     19 |  0.062 % |
4.51/4.71	c 5	===============================================================================
4.51/4.71	c 5	restarts              : 2
4.51/4.71	c 5	conflicts             : 114           (155 /sec)
4.51/4.71	c 5	decisions             : 447           (0.67 % random) (607 /sec)
4.51/4.71	c 5	propagations          : 106959         (145347 /sec)
4.51/4.71	c 5	conflict literals     : 2159           (17.12 % deleted)
4.51/4.71	c 5	Memory used           : 51.34 MB
4.51/4.71	c 5	CPU time              : 0.735888 s
4.51/4.71	c 5	
4.51/4.71	c 5	SATISFIABLE
4.51/4.72	c 5	OK
4.51/4.72	c 5	FOUND: _COST <= 477
4.51/4.72	s SATISFIABLE
4.51/4.72	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.51/4.72	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.54/4.81	c 5	Decoding HOME/temp.out
4.54/4.94	c 5	OBJECTIVE _COST 220
4.54/4.94	o 220
4.54/4.95	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
4.54/4.95	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.76/5.00	c 5	OK
4.76/5.00	c 5	OBJECTIVE BOUND: 0 <= _COST <= 220
4.76/5.00	c 5	SEARCHING: _COST <= 110
4.76/5.00	c 5	============================[ Search Statistics ]==============================
4.76/5.00	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.76/5.00	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.76/5.00	c 5	===============================================================================
4.76/5.00	c 5	|       114 |   18073  1184169  3504085 |   394723      113     19 |  0.062 % |
4.96/5.20	c 5	|       214 |   18073  1184169  3504085 |   434195      213     25 | 42.325 % |
5.16/5.42	c 5	|       365 |   18073  1184169  3504085 |   477614      364     24 | 42.325 % |
5.45/5.75	c 6	|       590 |   18073  1184169  3504085 |   525376      589     25 | 42.325 % |
6.05/6.30	c 6	|       928 |   18073  1184169  3504085 |   577913      927     26 | 42.325 % |
6.74/7.08	c 7	|      1435 |   18073  1184169  3504085 |   635705     1434     26 | 42.325 % |
7.94/8.27	c 8	|      2198 |   18073  1184169  3504085 |   699275     2197     27 | 42.325 % |
9.92/10.22	c 10	|      3338 |   18073  1184169  3504085 |   769203     3337     27 | 42.325 % |
12.49/12.80	c 13	|      5046 |   18073  1184169  3504085 |   846123     5045     28 | 42.325 % |
16.46/16.82	c 17	|      7609 |   10430   456120  1342175 |   930736     7608     30 | 42.325 % |
21.01/21.46	c 21	|     11453 |   10430   456120  1342175 |  1023809    11452     30 | 42.325 % |
29.53/30.08	c 30	|     17221 |   10430   456120  1342175 |  1126190    17220     32 | 42.325 % |
45.66/46.34	c 46	|     25871 |   10430   456120  1342175 |  1238809    25870     31 | 42.325 % |
45.86/46.54	c 46	===============================================================================
45.86/46.54	c 46	restarts              : 15
45.86/46.54	c 46	conflicts             : 26018         (621 /sec)
45.86/46.54	c 46	decisions             : 31262         (0.76 % random) (747 /sec)
45.86/46.54	c 46	propagations          : 27476962       (656188 /sec)
45.86/46.54	c 46	conflict literals     : 818379         (26.27 % deleted)
45.86/46.54	c 46	Memory used           : 52.00 MB
45.86/46.54	c 46	CPU time              : 41.8736 s
45.86/46.54	c 46	
45.86/46.54	c 46	SATISFIABLE
45.86/46.55	c 46	OK
45.86/46.55	c 46	FOUND: _COST <= 110
45.86/46.55	c 46	DECODING HOME/temp.out WITH HOME/temp.map
45.86/46.55	c 46	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
45.90/46.63	c 47	Decoding HOME/temp.out
45.90/46.76	c 47	OBJECTIVE _COST 110
45.90/46.76	o 110
45.90/46.77	v 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1
45.90/46.77	c 47	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
46.21/46.93	c 47	OK
46.21/46.93	c 47	OBJECTIVE BOUND: 0 <= _COST <= 110
46.21/46.93	c 47	SEARCHING: _COST <= 55
46.21/46.93	c 47	============================[ Search Statistics ]==============================
46.21/46.93	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.21/46.93	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.21/46.93	c 47	===============================================================================
46.21/46.93	c 47	|     26018 |    8823   258493   754005 |    86164    25948     31 | 42.325 % |
46.31/47.03	c 47	|     26118 |    8823   258493   754005 |    94780    26048     31 | 51.211 % |
46.51/47.24	c 47	|     26271 |    8823   258493   754005 |   104258    26201     31 | 51.211 % |
46.80/47.50	c 47	|     26496 |    8823   258493   754005 |   114684    26426     31 | 51.211 % |
47.10/47.84	c 48	|     26833 |    8823   258493   754005 |   126153    26763     31 | 51.211 % |
47.79/48.55	c 48	|     27340 |    8823   258493   754005 |   138768    27270     31 | 51.211 % |
48.78/49.58	c 50	|     28099 |    8823   258493   754005 |   152645    28029     31 | 51.211 % |
50.56/51.34	c 51	|     29240 |    8823   258493   754005 |   167909    29170     31 | 51.211 % |
53.34/54.12	c 54	|     30949 |    8823   258493   754005 |   184700    30879     31 | 51.211 % |
57.59/58.42	c 58	|     33511 |    8823   258493   754005 |   203170    33441     30 | 51.211 % |
63.44/64.39	c 64	|     37355 |    8823   258493   754005 |   223488    37285     30 | 51.211 % |
73.25/74.26	c 74	|     43121 |    8823   258493   754005 |   245836    43051     30 | 51.211 % |
88.90/90.07	c 90	|     51770 |    8823   258493   754005 |   270420    51700     29 | 51.211 % |
112.87/114.21	c 114	|     64745 |    8823   258493   754005 |   297462    64675     29 | 51.211 % |
152.89/154.60	c 155	|     84207 |    8823   258493   754005 |   327208    84137     28 | 51.211 % |
216.59/218.96	c 219	|    113401 |    8823   258493   754005 |   359929   113331     28 | 51.211 % |
313.96/317.23	c 317	|    157190 |    8823   258493   754005 |   395922   157120     27 | 51.211 % |
499.92/504.95	c 505	|    222874 |    8823   258493   754005 |   435515   222804     27 | 51.211 % |
833.96/842.19	c 842	|    321400 |    8823   258493   754005 |   479066   321330     27 | 51.211 % |
1459.36/1473.46	c 1473	|    469190 |    8823   258493   754005 |   526973   469120     28 | 51.211 % |
2161.05/2181.72	c 2182	|    690873 |    8823   258493   754005 |   579670   169548     27 | 51.211 % |
3419.91/3456.90	c 3457	|   1023398 |    8823   258493   754005 |   637637   502073     28 | 51.211 % |
3600.01/3638.31	c ERROR INTERRUPTED
3600.01/3638.33	c 3638	CPU 3599.28 (0.07 0.02 3599.21 0.74)
3600.01/3638.33	c 3638	END Wed Jul 23 04:20:50 2008

Verifier Data (download as text)

OK	94	859
94 unsatisfied constraints, 859 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-1127779-1216776012/watcher-1127779-1216776012 -o /tmp/evaluation-result-1127779-1216776012/solver-1127779-1216776012 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127779-1216776012.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: 2.01 2.00 1.98 4/81 4314
/proc/meminfo: memFree=1499104/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=18572 CPUtime=0
/proc/4314/stat : 4314 (runsolver) R 4312 4314 3943 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4690794 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4314/statm: 4643 292 257 25 0 2626 0

[startup+0.041533 s]
/proc/loadavg: 2.01 2.00 1.98 4/81 4314
/proc/meminfo: memFree=1499104/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=13336 CPUtime=0.02
/proc/4314/stat : 4314 (sugar++) D 4312 4314 3943 0 -1 4194304 722 0 0 0 2 0 0 0 18 0 1 0 4690794 13656064 690 996147200 4194304 4206940 548682068528 18446744073709551615 254195497573 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/4314/statm: 3334 690 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101676 s]
/proc/loadavg: 2.01 2.00 1.98 4/81 4314
/proc/meminfo: memFree=1499104/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=13600 CPUtime=0.03
/proc/4314/stat : 4314 (sugar++) D 4312 4314 3943 0 -1 4194304 787 0 0 0 2 1 0 0 18 0 1 0 4690794 13926400 755 996147200 4194304 4206940 548682068528 18446744073709551615 254195497573 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/4314/statm: 3400 755 341 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301695 s]
/proc/loadavg: 2.01 2.00 1.98 4/81 4314
/proc/meminfo: memFree=1499104/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16740 CPUtime=0.07
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 4690794 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701722 s]
/proc/loadavg: 2.01 2.00 1.98 4/81 4314
/proc/meminfo: memFree=1499104/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16740 CPUtime=0.07
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1236 128 0 0 5 2 0 0 15 0 1 0 4690794 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50283 s]
/proc/loadavg: 2.01 2.00 1.98 4/92 4336
/proc/meminfo: memFree=1490056/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16740 CPUtime=0.59
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1297 4551 0 1 5 2 49 3 15 0 1 0 4690794 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4185 1104 409 3 0 764 0
[pid=4327] ppid=4314 vsize=5356 CPUtime=0
/proc/4327/stat : 4327 (sh) S 4314 4314 3943 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4690865 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4327/statm: 1339 233 193 169 0 50 0
[pid=4328] ppid=4327 vsize=868396 CPUtime=0.76
/proc/4328/stat : 4328 (java) S 4327 4314 3943 0 -1 0 5733 0 1 0 74 2 0 0 18 0 9 0 4690866 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4328/statm: 217099 5120 1840 9 0 211674 0
[pid=4328/tid=4329] ppid=4327 vsize=868396 CPUtime=0.47
/proc/4328/task/4329/stat : 4329 (java) R 4327 4314 3943 0 -1 64 2647 0 1 0 46 1 0 0 21 0 9 0 4690866 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4330] ppid=4327 vsize=868396 CPUtime=0.05
/proc/4328/task/4330/stat : 4330 (java) R 4327 4314 3943 0 -1 64 928 0 0 0 5 0 0 0 16 0 9 0 4690868 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 102350390 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4331] ppid=4327 vsize=868396 CPUtime=0
/proc/4328/task/4331/stat : 4331 (java) S 4327 4314 3943 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 4690868 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4332] ppid=4327 vsize=868396 CPUtime=0
/proc/4328/task/4332/stat : 4332 (java) S 4327 4314 3943 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4690868 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4333] ppid=4327 vsize=868396 CPUtime=0
/proc/4328/task/4333/stat : 4333 (java) S 4327 4314 3943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4690870 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4334] ppid=4327 vsize=868396 CPUtime=0.21
/proc/4328/task/4334/stat : 4334 (java) S 4327 4314 3943 0 -1 64 1466 0 0 0 21 0 0 0 16 0 9 0 4690870 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4335] ppid=4327 vsize=868396 CPUtime=0
/proc/4328/task/4335/stat : 4335 (java) S 4327 4314 3943 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4690870 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4336] ppid=4327 vsize=868396 CPUtime=0
/proc/4328/task/4336/stat : 4336 (java) S 4327 4314 3943 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4690870 889237504 5120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 890492

[startup+3.10294 s]
/proc/loadavg: 2.01 2.00 1.98 3/92 4336
/proc/meminfo: memFree=1476936/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16740 CPUtime=0.59
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1297 4551 0 1 5 2 49 3 15 0 1 0 4690794 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4185 1104 409 3 0 764 0
[pid=4327] ppid=4314 vsize=5356 CPUtime=0
/proc/4327/stat : 4327 (sh) S 4314 4314 3943 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4690865 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4327/statm: 1339 233 193 169 0 50 0
[pid=4328] ppid=4327 vsize=868508 CPUtime=2.34
/proc/4328/stat : 4328 (java) S 4327 4314 3943 0 -1 0 7239 0 1 0 219 15 0 0 18 0 9 0 4690866 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4328/statm: 217127 6037 2563 9 0 211674 0
[pid=4328/tid=4329] ppid=4327 vsize=868508 CPUtime=1.87
/proc/4328/task/4329/stat : 4329 (java) R 4327 4314 3943 0 -1 64 3153 0 1 0 176 11 0 0 25 0 9 0 4690866 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4126967548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4330] ppid=4327 vsize=868508 CPUtime=0.16
/proc/4328/task/4330/stat : 4330 (java) S 4327 4314 3943 0 -1 64 1889 0 0 0 14 2 0 0 16 0 9 0 4690868 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4331] ppid=4327 vsize=868508 CPUtime=0
/proc/4328/task/4331/stat : 4331 (java) S 4327 4314 3943 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4690868 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4332] ppid=4327 vsize=868508 CPUtime=0
/proc/4328/task/4332/stat : 4332 (java) S 4327 4314 3943 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4690868 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4333] ppid=4327 vsize=868508 CPUtime=0
/proc/4328/task/4333/stat : 4333 (java) S 4327 4314 3943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4690870 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4334] ppid=4327 vsize=868508 CPUtime=0.27
/proc/4328/task/4334/stat : 4334 (java) S 4327 4314 3943 0 -1 64 1503 0 0 0 27 0 0 0 16 0 9 0 4690870 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4335] ppid=4327 vsize=868508 CPUtime=0
/proc/4328/task/4335/stat : 4335 (java) S 4327 4314 3943 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4690870 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4328/tid=4336] ppid=4327 vsize=868508 CPUtime=0
/proc/4328/task/4336/stat : 4336 (java) S 4327 4314 3943 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4690870 889352192 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 890604

[startup+6.30115 s]
/proc/loadavg: 2.25 2.05 2.00 3/83 4347
/proc/meminfo: memFree=1419536/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=3.95
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1573 16208 0 3 6 2 359 28 15 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=52700 CPUtime=2.1
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 12725 0 0 0 203 7 0 0 25 0 1 0 4691184 53964800 12672 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 13175 12672 79 151 0 13021 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 69572

[startup+12.7026 s]
/proc/loadavg: 2.23 2.05 2.00 3/83 4347
/proc/meminfo: memFree=1420120/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=3.95
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1573 16208 0 3 6 2 359 28 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=53096 CPUtime=8.44
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 12845 0 0 0 836 8 0 0 25 0 1 0 4691184 54370304 12792 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 13274 12792 79 151 0 13120 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 69968

[startup+25.5016 s]
/proc/loadavg: 2.17 2.05 2.00 3/83 4347
/proc/meminfo: memFree=1420056/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=3.95
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1573 16208 0 3 6 2 359 28 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=53248 CPUtime=21.12
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 12863 0 0 0 2104 8 0 0 25 0 1 0 4691184 54525952 12810 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 13312 12810 79 151 0 13158 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 70120

[startup+51.1015 s]
/proc/loadavg: 2.11 2.04 2.00 3/83 4357
/proc/meminfo: memFree=1419480/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.17
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 6 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=53248 CPUtime=46.19
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 12879 0 0 0 4611 8 0 0 25 0 1 0 4691184 54525952 12824 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 13312 12824 79 151 0 13158 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 70120

[startup+102.306 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 4357
/proc/meminfo: memFree=1419544/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.17
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 6 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=53444 CPUtime=96.92
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 12948 0 0 0 9684 8 0 0 25 0 1 0 4691184 54726656 12885 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 13361 12885 79 151 0 13207 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 70316

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 4357
/proc/meminfo: memFree=1418712/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.17
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 6 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=54288 CPUtime=156.35
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 13110 0 0 0 15627 8 0 0 25 0 1 0 4691184 55590912 13047 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 13572 13047 79 151 0 13418 0
Current children cumulated CPU time (s) 160.52
Current children cumulated vsize (KiB) 71160

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4357
/proc/meminfo: memFree=1418072/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.17
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 6 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=55136 CPUtime=215.79
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 13306 0 0 0 21571 8 0 0 25 0 1 0 4691184 56459264 13243 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 13784 13243 79 151 0 13630 0
Current children cumulated CPU time (s) 219.96

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

[pid=4337] ppid=4314 vsize=112688 CPUtime=2887.65
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27064 0 0 0 288731 34 0 0 25 0 1 0 4691184 115392512 26977 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28172 26977 79 151 0 28018 0
Current children cumulated CPU time (s) 2891.83
Current children cumulated vsize (KiB) 129560

[startup+2982.3 s]
/proc/loadavg: 3.03 2.93 2.47 4/88 6381
/proc/meminfo: memFree=1228432/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=112688 CPUtime=2947.08
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27070 0 0 0 294673 35 0 0 25 0 1 0 4691184 115392512 26983 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28172 26983 79 151 0 28018 0
Current children cumulated CPU time (s) 2951.26
Current children cumulated vsize (KiB) 129560

[startup+3042.3 s]
/proc/loadavg: 3.01 2.94 2.50 4/88 6395
/proc/meminfo: memFree=1213328/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=112688 CPUtime=3006.5
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27072 0 0 0 300615 35 0 0 25 0 1 0 4691184 115392512 26985 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28172 26985 79 151 0 28018 0
Current children cumulated CPU time (s) 3010.68
Current children cumulated vsize (KiB) 129560

[startup+3102.3 s]
/proc/loadavg: 2.66 2.87 2.50 3/83 6451
/proc/meminfo: memFree=1217752/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=113792 CPUtime=3064.43
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27286 0 0 0 306404 39 0 0 25 0 1 0 4691184 116523008 27199 996147200 134512640 135134323 4294956192 18446744073709551615 134530399 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28448 27199 79 151 0 28294 0
Current children cumulated CPU time (s) 3068.61
Current children cumulated vsize (KiB) 130664

[startup+3162.3 s]
/proc/loadavg: 2.24 2.71 2.46 3/83 6451
/proc/meminfo: memFree=1217496/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=114092 CPUtime=3123.88
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27379 0 0 0 312349 39 0 0 25 0 1 0 4691184 116830208 27284 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28523 27284 79 151 0 28369 0
Current children cumulated CPU time (s) 3128.06
Current children cumulated vsize (KiB) 130964

[startup+3222.3 s]
/proc/loadavg: 2.09 2.57 2.43 3/83 6451
/proc/meminfo: memFree=1217432/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=114272 CPUtime=3183.31
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27393 0 0 0 318292 39 0 0 25 0 1 0 4691184 117014528 27298 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28568 27298 79 151 0 28414 0
Current children cumulated CPU time (s) 3187.49
Current children cumulated vsize (KiB) 131144

[startup+3282.3 s]
/proc/loadavg: 2.03 2.47 2.40 3/83 6451
/proc/meminfo: memFree=1217304/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=114272 CPUtime=3242.76
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27399 0 0 0 324237 39 0 0 25 0 1 0 4691184 117014528 27304 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28568 27304 79 151 0 28414 0
Current children cumulated CPU time (s) 3246.94
Current children cumulated vsize (KiB) 131144

[startup+3342.3 s]
/proc/loadavg: 2.01 2.38 2.37 3/83 6451
/proc/meminfo: memFree=1217368/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=114272 CPUtime=3302.2
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27402 0 0 0 330181 39 0 0 25 0 1 0 4691184 117014528 27307 996147200 134512640 135134323 4294956192 18446744073709551615 134529701 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28568 27307 79 151 0 28414 0
Current children cumulated CPU time (s) 3306.38
Current children cumulated vsize (KiB) 131144

[startup+3402.31 s]
/proc/loadavg: 2.00 2.31 2.35 3/83 6451
/proc/meminfo: memFree=1217112/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=114516 CPUtime=3361.64
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27448 0 0 0 336125 39 0 0 25 0 1 0 4691184 117264384 27353 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28629 27353 79 151 0 28475 0
Current children cumulated CPU time (s) 3365.82
Current children cumulated vsize (KiB) 131388

[startup+3462.3 s]
/proc/loadavg: 2.00 2.25 2.33 3/83 6451
/proc/meminfo: memFree=1216088/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=115532 CPUtime=3421.08
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27653 0 0 0 342069 39 0 0 25 0 1 0 4691184 118304768 27558 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28883 27558 79 151 0 28729 0
Current children cumulated CPU time (s) 3425.26
Current children cumulated vsize (KiB) 132404

[startup+3522.3 s]
/proc/loadavg: 2.00 2.20 2.30 3/83 6451
/proc/meminfo: memFree=1215640/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=115940 CPUtime=3480.53
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27796 0 0 0 348014 39 0 0 25 0 1 0 4691184 118722560 27701 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 28985 27701 79 151 0 28831 0
Current children cumulated CPU time (s) 3484.71
Current children cumulated vsize (KiB) 132812

[startup+3582.3 s]
/proc/loadavg: 2.00 2.16 2.28 3/83 6453
/proc/meminfo: memFree=1215384/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=116060 CPUtime=3539.98
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27815 0 0 0 353959 39 0 0 25 0 1 0 4691184 118845440 27720 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4337/statm: 29015 27720 79 151 0 28861 0
Current children cumulated CPU time (s) 3544.16
Current children cumulated vsize (KiB) 132932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3638.3 s]
/proc/loadavg: 2.00 2.13 2.26 3/83 6494
/proc/meminfo: memFree=1216544/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=116320 CPUtime=3595.83
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27846 0 0 0 359542 41 0 0 25 0 1 0 4691184 119111680 27751 996147200 134512640 135134323 4294956192 18446744073709551615 134532054 0 0 4096 3 0 0 0 17 0 0 0
/proc/4337/statm: 29080 27751 79 151 0 28926 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 133192

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

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

[startup+3638.3 s]
/proc/loadavg: 2.00 2.13 2.26 3/83 6494
/proc/meminfo: memFree=1216544/2055920 swapFree=4192956/4192956
[pid=4314] ppid=4312 vsize=16872 CPUtime=4.18
/proc/4314/stat : 4314 (sugar++) S 4312 4314 3943 0 -1 4194304 1643 20089 0 4 7 2 378 31 16 0 1 0 4690794 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4314/statm: 4218 1139 414 3 0 797 0
[pid=4337] ppid=4314 vsize=116320 CPUtime=3595.83
/proc/4337/stat : 4337 (minisat-inc) R 4314 4314 3943 0 -1 4194304 27846 0 0 0 359542 41 0 0 25 0 1 0 4691184 119111680 27751 996147200 134512640 135134323 4294956192 18446744073709551615 134532054 0 0 4096 3 0 0 0 17 0 0 0
/proc/4337/statm: 29080 27751 79 151 0 28926 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 133192

Child status: 0
Real time (s): 3638.34
CPU time (s): 3600.06
CPU user time (s): 3599.28
CPU system time (s): 0.779881
CPU usage (%): 98.9481
Max. virtual memory (cumulated for all children) (KiB): 890604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.28
system time used= 0.779881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49657
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= 6957
involuntary context switches= 155742

runsolver used 5.51316 second user time and 10.9383 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-23 03:20:12
IDJOB=1127779
IDBENCH=63977
IDSOLVER=367
FILE ID=node34/1127779-1216776012
PBS_JOBID= 7974114
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-100-1000/normalized-cnf-3-40-1000-261925_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127779-1216776012/watcher-1127779-1216776012 -o /tmp/evaluation-result-1127779-1216776012/solver-1127779-1216776012 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127779-1216776012.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7b263d5409914ce10f076203d61e6835
RANDOM SEED=275639581

node34.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.236
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.236
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:       1499584 kB
Buffers:         28484 kB
Cached:         454112 kB
SwapCached:          0 kB
Active:         125424 kB
Inactive:       383140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1499584 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          46116 kB
Slab:            32996 kB
Committed_AS:   125816 kB
PageTables:       1840 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 node34 at 2008-07-23 04:20:52