Trace number 1127252

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 3604.13

General information on the benchmark

Namemaxcsp/cnf/2-40-2100-3000/
normalized-cnf-2-40-2600-873121_ext.xml
MD5SUMa60466ce33107ad33e57e03308beffd2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints297
Best CPU time to get the best result obtained on this benchmark3.74243
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints670
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension670
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 22 21:15:06 2008
0.00/0.04	c 0	PID 3675
0.03/0.05	c 0	HOST node12.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127252-1216754106.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-1127252-1216754106.xml' 'HOME/temp.csp'
0.38/1.61	c 2	1 domains, 40 variables, 0 predicates, 14 relations, 670 constraints
0.38/1.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.38/1.65	c 2	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.40/1.74	c 2	Parsing HOME/temp.csp
0.40/1.87	c 2	parsed 725 expressions
0.40/1.88	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/1.90	c 2	MAX CSP: 670 constraints
0.40/1.90	c 2	Converting to clausal form CSP
0.40/1.94	c 2	converted 140 (10%) expressions
0.40/1.95	c 2	converted 280 (20%) expressions
0.40/1.97	c 2	converted 420 (30%) expressions
0.40/1.98	c 2	converted 560 (40%) expressions
0.40/1.98	c 2	converted 699 (50%) expressions
0.40/2.00	c 2	converted 839 (60%) expressions
0.40/2.00	c 2	converted 979 (70%) expressions
0.40/2.08	c 3	converted 1119 (80%) expressions
0.40/2.08	c 3	converted 1259 (90%) expressions
0.91/2.21	c 3	converted 1398 (100%) expressions
0.91/2.21	c 3	CSP : 1380 integers, 0 booleans, 2009 clauses, largest domain size 1006
0.91/2.21	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/2.21	c 3	Propagation in CSP
0.91/2.25	c 3	664 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/2.25	c 3	CSP : 1380 integers, 0 booleans, 2009 clauses, largest domain size 671
0.91/2.25	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/2.26	c 3	Simplifing CSP by introducing new Boolean variables
0.91/2.26	c 3	CSP : 1380 integers, 0 booleans, 2009 clauses, largest domain size 671
0.91/2.26	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/2.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
1.00/2.30	c 3	138 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/2.31	c 3	276 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/2.31	c 3	414 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/2.31	c 3	552 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/2.31	c 3	690 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/2.32	c 3	828 (60%) CSP integer variables are encoded (1241 clauses, 15620 bytes)
1.00/2.32	c 3	966 (70%) CSP integer variables are encoded (2230 clauses, 28477 bytes)
1.00/2.33	c 3	1104 (80%) CSP integer variables are encoded (8769 clauses, 113484 bytes)
1.00/2.33	c 3	1242 (90%) CSP integer variables are encoded (9721 clauses, 127557 bytes)
1.00/2.34	c 3	1380 (100%) CSP integer variables are encoded (11043 clauses, 147387 bytes)
1.00/2.37	c 3	201 (10%) CSP clauses are encoded (11345 clauses, 150576 bytes)
1.00/2.38	c 3	402 (20%) CSP clauses are encoded (11651 clauses, 154033 bytes)
1.00/2.40	c 3	603 (30%) CSP clauses are encoded (11955 clauses, 157618 bytes)
1.11/2.42	c 3	804 (40%) CSP clauses are encoded (14916 clauses, 207524 bytes)
1.11/2.47	c 3	1005 (50%) CSP clauses are encoded (42629 clauses, 709672 bytes)
1.11/2.49	c 3	1206 (60%) CSP clauses are encoded (50962 clauses, 856664 bytes)
1.91/3.26	c 4	1407 (70%) CSP clauses are encoded (478197 clauses, 8682863 bytes)
1.91/3.28	c 4	1608 (80%) CSP clauses are encoded (487798 clauses, 8867429 bytes)
2.00/3.32	c 4	1809 (90%) CSP clauses are encoded (510799 clauses, 9350765 bytes)
2.10/3.47	c 4	2009 (100%) CSP clauses are encoded (595269 clauses, 11147033 bytes)
2.10/3.47	c 4	2009 CSP clauses encoded
2.10/3.47	c 4	Writing map file : HOME/temp.map
2.10/3.48	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/3.48	c 4	SAT : 12423 SAT variables, 595269 SAT clauses, 11147033 bytes
2.10/3.48	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/3.54	c 4	OBJECTIVE minimize _COST
2.18/3.54	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
2.18/3.54	c 4	SEARCHING: _COST <= 335
2.18/3.54	c 4	SOLVING HOME/temp.cnf
2.18/3.54	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.18/3.54	c 4	This is MiniSat 2.0 beta
2.18/3.54	c 4	WARNING: for repeatability, setting FPU to use double precision
2.18/3.54	c 4	============================[ Problem Statistics ]=============================
2.18/3.54	c 4	|                                                                             |
2.18/3.54	c 4	|  Number of variables:  12423                                                |
2.18/3.54	c 4	|  Number of clauses:    595270                                               |
2.20/3.83	c 4	|  Parsing time:         0.26         s                                       |
2.20/4.04	c 4	============================[ Search Statistics ]==============================
2.20/4.04	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.20/4.04	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.20/4.04	c 4	===============================================================================
2.20/4.04	c 4	|         0 |    9073   380082  1115455 |   126694        0    nan |  0.000 % |
2.93/4.35	c 5	|       100 |    9068   380082  1115455 |   139363       97     22 | 27.345 % |
3.03/4.43	c 5	|       250 |    9067   380082  1115455 |   153299      246     22 | 27.498 % |
3.23/4.61	c 5	|       476 |    9067   380082  1115455 |   168629      470     21 | 27.788 % |
3.53/4.90	c 5	|       813 |    9063   380082  1115455 |   185492      803     20 | 28.222 % |
3.73/5.14	c 6	|      1320 |    9062   380082  1115455 |   204041     1309     21 | 28.351 % |
4.13/5.55	c 6	|      2081 |    8885   370485  1087338 |   224446     2069     21 | 28.480 % |
4.72/6.19	c 7	|      3220 |    8885   370485  1087338 |   246890     3205     21 | 28.858 % |
5.62/7.05	c 7	|      4928 |    8822   366887  1076760 |   271579     4912     20 | 28.987 % |
6.91/8.34	c 9	|      7490 |    8822   366887  1076760 |   298737     7474     19 | 28.987 % |
8.90/10.37	c 11	|     11335 |    8822   366887  1076760 |   328611    11319     20 | 28.987 % |
12.68/14.14	c 15	|     17103 |    8822   366887  1076760 |   361472    17087     22 | 28.987 % |
15.37/16.89	c 17	===============================================================================
15.37/16.89	c 17	restarts              : 12
15.37/16.89	c 17	conflicts             : 20692          (1565 /sec)
15.37/16.89	c 17	decisions             : 27169          (0.85 % random) (2055 /sec)
15.37/16.89	c 17	propagations          : 11309950       (855389 /sec)
15.37/16.89	c 17	conflict literals     : 492012         (24.07 % deleted)
15.37/16.89	c 17	Memory used           : 25.48 MB
15.37/16.89	c 17	CPU time              : 13.222 s
15.37/16.89	c 17	
15.37/16.89	c 17	SATISFIABLE
15.37/16.90	c 17	FOUND: _COST <= 335
15.37/16.90	s SATISFIABLE
15.37/16.90	c 17	DECODING HOME/temp.out WITH HOME/temp.map
15.37/16.90	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.48/16.98	c 17	Decoding HOME/temp.out
15.48/17.10	c 18	OBJECTIVE _COST 335
15.48/17.10	o 335
15.48/17.10	v 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 1 1 0 1 1 0 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 0 0 0
15.48/17.10	c 18	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.48/17.11	c 18	OBJECTIVE BOUND: 0 <= _COST <= 335
15.48/17.11	c 18	SEARCHING: _COST <= 167
15.48/17.11	c 18	SOLVING HOME/temp.cnf
15.48/17.11	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.48/17.12	c 18	This is MiniSat 2.0 beta
15.48/17.12	c 18	WARNING: for repeatability, setting FPU to use double precision
15.48/17.12	c 18	============================[ Problem Statistics ]=============================
15.48/17.12	c 18	|                                                                             |
15.48/17.12	c 18	|  Number of variables:  12423                                                |
15.48/17.12	c 18	|  Number of clauses:    595270                                               |
15.69/17.44	c 18	|  Parsing time:         0.27         s                                       |
16.25/17.72	c 18	============================[ Search Statistics ]==============================
16.25/17.72	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.25/17.72	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.25/17.72	c 18	===============================================================================
16.25/17.72	c 18	|         0 |    7223   247778   723925 |    82592        0    nan |  0.000 % |
16.35/17.89	c 18	|       100 |    7220   247778   723925 |    90851       94     14 | 42.784 % |
16.55/18.03	c 18	|       250 |    7214   247778   723925 |    99937      240     18 | 43.202 % |
16.66/18.16	c 19	|       476 |    7213   247778   723925 |   109930      463     16 | 43.798 % |
16.86/18.35	c 19	|       814 |    7211   247778   723925 |   120923      796     16 | 44.506 % |
17.15/18.65	c 19	|      1320 |    6774   216796   632514 |   133016     1283     15 | 45.472 % |
17.55/19.01	c 19	|      2080 |    6774   216796   632514 |   146317     2043     15 | 45.472 % |
17.95/19.48	c 20	|      3224 |    6774   216796   632514 |   160949     3186     15 | 45.488 % |
18.94/20.49	c 21	|      4932 |    6658   209321   610481 |   177044     4883     15 | 46.559 % |
20.52/22.02	c 22	|      7494 |    6513   199439   581320 |   194749     7418     15 | 47.573 % |
22.90/24.41	c 25	|     11339 |    6405   192193   559942 |   214224    11246     16 | 48.708 % |
27.45/29.02	c 29	|     17106 |    6355   188289   548388 |   235646    17010     17 | 48.845 % |
35.78/37.46	c 38	|     25755 |    6337   187155   545046 |   259211    25657     18 | 48.990 % |
51.13/52.99	c 53	|     38729 |    6337   187155   545046 |   285132    38631     19 | 48.990 % |
80.06/82.13	c 83	|     58191 |    6328   185957   541479 |   313645    58090     20 | 49.070 % |
132.36/134.99	c 135	|     87384 |    6050   169033   491633 |   345010    53732     18 | 51.300 % |
156.20/158.96	c 159	===============================================================================
156.20/158.96	c 159	restarts              : 16
156.20/158.96	c 159	conflicts             : 102995         (733 /sec)
156.20/158.96	c 159	decisions             : 142896         (1.03 % random) (1017 /sec)
156.20/158.96	c 159	propagations          : 65133183       (463520 /sec)
156.20/158.96	c 159	conflict literals     : 2003158        (40.30 % deleted)
156.20/158.96	c 159	Memory used           : 26.34 MB
156.20/158.96	c 159	CPU time              : 140.519 s
156.20/158.96	c 159	
156.20/158.96	c 159	UNSATISFIABLE
156.20/158.97	c 159	NOT FOUND: _COST <= 167
156.20/158.97	c 159	OBJECTIVE BOUND: 168 <= _COST <= 335
156.20/158.97	c 159	SEARCHING: _COST <= 251
156.20/158.97	c 159	SOLVING HOME/temp.cnf
156.20/158.97	c 159	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
156.20/158.97	c 159	This is MiniSat 2.0 beta
156.20/158.97	c 159	WARNING: for repeatability, setting FPU to use double precision
156.20/158.97	c 159	============================[ Problem Statistics ]=============================
156.20/158.97	c 159	|                                                                             |
156.20/158.97	c 159	|  Number of variables:  12423                                                |
156.20/158.98	c 159	|  Number of clauses:    595270                                               |
156.28/159.26	c 160	|  Parsing time:         0.26         s                                       |
156.70/159.49	c 160	============================[ Search Statistics ]==============================
156.70/159.49	c 160	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
156.70/159.49	c 160	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
156.70/159.49	c 160	===============================================================================
156.70/159.49	c 160	|         0 |    8149   317628   930781 |   105876        0    nan |  0.000 % |
156.99/159.71	c 160	|       101 |    8146   317628   930781 |   116463       97     16 | 34.895 % |
156.99/159.76	c 160	|       251 |    8146   317628   930781 |   128109      247     18 | 34.895 % |
157.09/159.89	c 160	|       477 |    8145   317628   930781 |   140920      469     17 | 35.434 % |
157.29/160.03	c 160	|       814 |    8144   317628   930781 |   155013      804     15 | 35.805 % |
157.49/160.22	c 161	|      1320 |    8144   317628   930781 |   170514     1309     15 | 35.934 % |
157.99/160.70	c 161	|      2083 |    7859   301215   882556 |   187565     2054     15 | 36.739 % |
158.69/161.49	c 162	|      3222 |    7859   301215   882556 |   206322     3192     19 | 36.875 % |
159.69/162.46	c 163	|      4930 |    7842   300236   879678 |   226954     4896     20 | 37.012 % |
160.99/163.76	c 164	|      7492 |    7825   299265   876824 |   249650     7457     21 | 37.141 % |
163.49/166.25	c 167	|     11337 |    7809   298299   873981 |   274615    11302     21 | 37.141 % |
166.69/169.47	c 170	|     17104 |    7809   298299   873981 |   302076    17069     22 | 37.141 % |
172.89/175.60	c 176	|     25753 |    7793   297263   870926 |   332284    25714     23 | 37.777 % |
183.09/185.85	c 186	|     38727 |    7730   293873   860971 |   365512    38681     22 | 38.034 % |
199.68/202.44	c 203	|     58189 |    7623   287579   842449 |   402063    58127     22 | 38.759 % |
230.56/233.34	c 234	|     87382 |    7606   286536   839369 |   442270    87317     24 | 39.089 % |
298.33/301.11	c 302	|    131172 |    7567   284103   832210 |   486497   131107     26 | 39.089 % |
405.69/408.59	c 409	|    196856 |    7550   283258   829730 |   535147   196786     27 | 39.733 % |
659.90/662.82	c 663	|    295383 |    7454   277679   813323 |   588661   295305     28 | 39.998 % |
1180.69/1183.81	c 1184	|    443173 |    7454   277679   813323 |   647527   443095     30 | 39.998 % |
2365.74/2369.33	c 2370	|    664857 |    7454   277679   813323 |   712280    32669     26 | 39.998 % |
3363.44/3367.45	c 3368	|    997383 |    7454   277679   813323 |   783508   365195     32 | 39.998 % |
3600.06/3604.12	c ERROR INTERRUPTED
3600.06/3604.13	c 3605	CPU 155.93 (0.04 0.01 155.89 0.34)
3600.06/3604.13	c 3605	END Tue Jul 22 22:15:11 2008

Verifier Data (download as text)

OK	317	353
317 unsatisfied constraints, 353 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-1127252-1216754106/watcher-1127252-1216754106 -o /tmp/evaluation-result-1127252-1216754106/solver-1127252-1216754106 -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-1127252-1216754106.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.53 1.89 1.96 2/72 3675
/proc/meminfo: memFree=1679552/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=12272 CPUtime=0
/proc/3675/stat : 3675 (sugar) R 3673 3675 3606 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 2501496 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 252438428670 0 0 4224 0 0 0 0 17 1 0 0
/proc/3675/statm: 3068 327 246 3 0 168 0

[startup+0.048094 s]
/proc/loadavg: 1.53 1.89 1.96 2/72 3675
/proc/meminfo: memFree=1679552/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13600 CPUtime=0.03
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 2501496 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101227 s]
/proc/loadavg: 1.53 1.89 1.96 2/72 3675
/proc/meminfo: memFree=1679552/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13600 CPUtime=0.03
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2501496 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301121 s]
/proc/loadavg: 1.53 1.89 1.96 2/72 3675
/proc/meminfo: memFree=1679552/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13600 CPUtime=0.03
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2501496 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701352 s]
/proc/loadavg: 1.53 1.89 1.96 2/72 3675
/proc/meminfo: memFree=1679552/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13600 CPUtime=0.03
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2501496 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 1.53 1.89 1.96 1/93 3698
/proc/meminfo: memFree=1651400/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13600 CPUtime=0.03
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2501496 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3400 796 370 3 0 500 0
[pid=3678] ppid=3675 vsize=5356 CPUtime=0
/proc/3678/stat : 3678 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2501502 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3678/statm: 1339 233 193 169 0 50 0
[pid=3679] ppid=3678 vsize=864612 CPUtime=0.27
/proc/3679/stat : 3679 (java) S 3678 3675 3606 0 -1 0 3741 0 98 0 22 5 0 0 18 0 9 0 2501502 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3679/statm: 216153 3314 1706 9 0 210735 0
[pid=3679/tid=3683] ppid=3678 vsize=864612 CPUtime=0.17
/proc/3679/task/3683/stat : 3683 (java) D 3678 3675 3606 0 -1 64 2603 0 68 0 14 3 0 0 17 0 9 0 2501514 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 18446744071563478208 0 0 -1 1 0 0
[pid=3679/tid=3685] ppid=3678 vsize=864612 CPUtime=0
/proc/3679/task/3685/stat : 3685 (java) S 3678 3675 3606 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2501553 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3679/tid=3687] ppid=3678 vsize=864612 CPUtime=0
/proc/3679/task/3687/stat : 3687 (java) S 3678 3675 3606 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2501563 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3679/tid=3689] ppid=3678 vsize=864612 CPUtime=0
/proc/3679/task/3689/stat : 3689 (java) S 3678 3675 3606 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2501563 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3679/tid=3691] ppid=3678 vsize=864612 CPUtime=0
/proc/3679/task/3691/stat : 3691 (java) S 3678 3675 3606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2501572 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3679/tid=3693] ppid=3678 vsize=864612 CPUtime=0.07
/proc/3679/task/3693/stat : 3693 (java) S 3678 3675 3606 0 -1 64 473 0 1 0 7 0 0 0 16 0 9 0 2501572 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3679/tid=3695] ppid=3678 vsize=864612 CPUtime=0
/proc/3679/task/3695/stat : 3695 (java) S 3678 3675 3606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2501572 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3679/tid=3696] ppid=3678 vsize=864612 CPUtime=0
/proc/3679/task/3696/stat : 3696 (java) S 3678 3675 3606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2501572 885362688 3314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 883568

[startup+3.10259 s]
/proc/loadavg: 1.53 1.89 1.96 4/93 3718
/proc/meminfo: memFree=1633032/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13600 CPUtime=0.4
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 974 4436 0 98 3 0 31 6 15 0 1 0 2501496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3400 797 370 3 0 500 0
[pid=3699] ppid=3675 vsize=5356 CPUtime=0
/proc/3699/stat : 3699 (sh) S 3675 3675 3606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2501661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3699/statm: 1339 233 193 169 0 50 0
[pid=3701] ppid=3699 vsize=868372 CPUtime=1.41
/proc/3701/stat : 3701 (java) S 3699 3675 3606 0 -1 0 6778 0 6 0 131 10 0 0 18 0 9 0 2501662 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3701/statm: 217093 5804 2563 9 0 211640 0
[pid=3701/tid=3703] ppid=3699 vsize=868372 CPUtime=1.02
/proc/3701/task/3703/stat : 3703 (java) R 3699 3675 3606 0 -1 64 2925 0 5 0 95 7 0 0 22 0 9 0 2501663 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3701/tid=3706] ppid=3699 vsize=868372 CPUtime=0.1
/proc/3701/task/3706/stat : 3706 (java) S 3699 3675 3606 0 -1 64 1666 0 1 0 10 0 0 0 16 0 9 0 2501664 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3701/tid=3709] ppid=3699 vsize=868372 CPUtime=0
/proc/3701/task/3709/stat : 3709 (java) S 3699 3675 3606 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2501665 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3710] ppid=3699 vsize=868372 CPUtime=0
/proc/3701/task/3710/stat : 3710 (java) S 3699 3675 3606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2501665 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3715] ppid=3699 vsize=868372 CPUtime=0
/proc/3701/task/3715/stat : 3715 (java) S 3699 3675 3606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2501667 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3716] ppid=3699 vsize=868372 CPUtime=0.25
/proc/3701/task/3716/stat : 3716 (java) S 3699 3675 3606 0 -1 64 1494 0 0 0 24 1 0 0 16 0 9 0 2501667 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3701/tid=3717] ppid=3699 vsize=868372 CPUtime=0
/proc/3701/task/3717/stat : 3717 (java) S 3699 3675 3606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2501667 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3718] ppid=3699 vsize=868372 CPUtime=0
/proc/3701/task/3718/stat : 3718 (java) S 3699 3675 3606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2501667 889212928 5804 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 887328

[startup+6.30191 s]
/proc/loadavg: 1.64 1.90 1.97 3/76 3721
/proc/meminfo: memFree=1580424/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=2.2
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1074 11638 0 104 3 0 197 20 15 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3719] ppid=3675 vsize=5356 CPUtime=0
/proc/3719/stat : 3719 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2501850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3719/statm: 1339 232 193 169 0 50 0
[pid=3720] ppid=3719 vsize=25956 CPUtime=2.72
/proc/3720/stat : 3720 (minisat) R 3719 3675 3606 0 -1 4194304 6272 0 0 0 268 4 0 0 25 0 1 0 2501851 26578944 6258 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3720/statm: 6489 6258 76 150 0 6336 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 45044

[startup+12.7025 s]
/proc/loadavg: 1.67 1.91 1.97 3/76 3721
/proc/meminfo: memFree=1579720/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=2.2
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1074 11638 0 104 3 0 197 20 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3719] ppid=3675 vsize=5356 CPUtime=0
/proc/3719/stat : 3719 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2501850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3719/statm: 1339 232 193 169 0 50 0
[pid=3720] ppid=3719 vsize=26088 CPUtime=9.09
/proc/3720/stat : 3720 (minisat) R 3719 3675 3606 0 -1 4194304 6289 0 0 0 905 4 0 0 25 0 1 0 2501851 26714112 6275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3720/statm: 6522 6275 76 150 0 6369 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 45176

[startup+25.5018 s]
/proc/loadavg: 1.74 1.91 1.97 3/76 3733
/proc/meminfo: memFree=1576968/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=15.7
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1194 22112 0 105 4 1 1537 28 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3732] ppid=3675 vsize=5356 CPUtime=0
/proc/3732/stat : 3732 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2503208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3732/statm: 1339 232 193 169 0 50 0
[pid=3733] ppid=3732 vsize=26360 CPUtime=8.29
/proc/3733/stat : 3733 (minisat) R 3732 3675 3606 0 -1 4194304 6362 0 0 0 824 5 0 0 25 0 1 0 2503209 26992640 6348 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/3733/statm: 6590 6348 75 150 0 6437 0
Current children cumulated CPU time (s) 23.99
Current children cumulated vsize (KiB) 45448

[startup+51.1013 s]
/proc/loadavg: 1.83 1.92 1.97 3/76 3733
/proc/meminfo: memFree=1573064/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=15.7
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1194 22112 0 105 4 1 1537 28 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3732] ppid=3675 vsize=5356 CPUtime=0
/proc/3732/stat : 3732 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2503208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3732/statm: 1339 232 193 169 0 50 0
[pid=3733] ppid=3732 vsize=26496 CPUtime=33.65
/proc/3733/stat : 3733 (minisat) R 3732 3675 3606 0 -1 4194304 6412 0 0 0 3360 5 0 0 25 0 1 0 2503209 27131904 6398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3733/statm: 6624 6398 75 150 0 6471 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 45584

[startup+102.306 s]
/proc/loadavg: 1.92 1.93 1.97 3/76 3733
/proc/meminfo: memFree=1564424/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=15.7
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1194 22112 0 105 4 1 1537 28 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3732] ppid=3675 vsize=5356 CPUtime=0
/proc/3732/stat : 3732 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2503208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3732/statm: 1339 232 193 169 0 50 0
[pid=3733] ppid=3732 vsize=26972 CPUtime=84.37
/proc/3733/stat : 3733 (minisat) R 3732 3675 3606 0 -1 4194304 6484 0 0 0 8432 5 0 0 25 0 1 0 2503209 27619328 6470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3733/statm: 6743 6470 75 150 0 6590 0
Current children cumulated CPU time (s) 100.07
Current children cumulated vsize (KiB) 46060

[startup+162.301 s]
/proc/loadavg: 2.05 1.95 1.97 3/76 3745
/proc/meminfo: memFree=1558720/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 15 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1374920/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=129580 CPUtime=3002.14
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 31596 0 0 0 300178 36 0 0 25 0 1 0 2517394 132689920 31582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32395 31582 75 150 0 32242 0
Current children cumulated CPU time (s) 3158.42
Current children cumulated vsize (KiB) 148668

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1374920/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=129580 CPUtime=3062.12
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 31599 0 0 0 306176 36 0 0 25 0 1 0 2517394 132689920 31585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32395 31585 75 150 0 32242 0
Current children cumulated CPU time (s) 3218.4
Current children cumulated vsize (KiB) 148668

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1374280/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=130216 CPUtime=3122.1
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 31753 0 0 0 312174 36 0 0 25 0 1 0 2517394 133341184 31739 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32554 31739 75 150 0 32401 0
Current children cumulated CPU time (s) 3278.38
Current children cumulated vsize (KiB) 149304

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1373896/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=130544 CPUtime=3182.07
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 31816 0 0 0 318171 36 0 0 25 0 1 0 2517394 133677056 31802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32636 31802 75 150 0 32483 0
Current children cumulated CPU time (s) 3338.35
Current children cumulated vsize (KiB) 149632

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1373704/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=130788 CPUtime=3242.06
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 31868 0 0 0 324169 37 0 0 25 0 1 0 2517394 133926912 31854 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32697 31854 75 150 0 32544 0
Current children cumulated CPU time (s) 3398.34
Current children cumulated vsize (KiB) 149876

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1373320/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=130788 CPUtime=3302.03
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 31868 0 0 0 330166 37 0 0 25 0 1 0 2517394 133926912 31854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32697 31854 75 150 0 32544 0
Current children cumulated CPU time (s) 3458.31
Current children cumulated vsize (KiB) 149876

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1372616/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=131644 CPUtime=3362
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 32075 0 0 0 336163 37 0 0 25 0 1 0 2517394 134803456 32061 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32911 32061 75 150 0 32758 0
Current children cumulated CPU time (s) 3518.28
Current children cumulated vsize (KiB) 150732

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1372168/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=131644 CPUtime=3421.98
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 32080 0 0 0 342161 37 0 0 25 0 1 0 2517394 134803456 32066 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32911 32066 75 150 0 32758 0
Current children cumulated CPU time (s) 3578.26
Current children cumulated vsize (KiB) 150732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1372168/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=131644 CPUtime=3443.78
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 32084 0 0 0 344341 37 0 0 25 0 1 0 2517394 134803456 32070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32911 32070 75 150 0 32758 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 150732

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

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

[startup+3604.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3753
/proc/meminfo: memFree=1372168/2055920 swapFree=4192956/4192956
[pid=3675] ppid=3673 vsize=13732 CPUtime=156.28
/proc/3675/stat : 3675 (sugar) S 3673 3675 3606 0 -1 4194304 1249 28923 0 105 4 1 15589 34 16 0 1 0 2501496 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3675/statm: 3433 822 374 3 0 533 0
[pid=3744] ppid=3675 vsize=5356 CPUtime=0
/proc/3744/stat : 3744 (sh) S 3675 3675 3606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2517394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3744/statm: 1339 232 193 169 0 50 0
[pid=3745] ppid=3744 vsize=131644 CPUtime=3443.78
/proc/3745/stat : 3745 (minisat) R 3744 3675 3606 0 -1 4194304 32084 0 0 0 344341 37 0 0 25 0 1 0 2517394 134803456 32070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3745/statm: 32911 32070 75 150 0 32758 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 150732

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3675 and gives
#  childrusage.ru_utime.tv_sec=155
#  childrusage.ru_utime.tv_usec=944292
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=366944
# CPU time returned by wait4() is 156.311
# 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): 3604.13
CPU time (s): 3600.06
CPU user time (s): 3599.34
CPU system time (s): 0.72
CPU usage (%): 99.887
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.944
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30515
page faults= 105
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4895
involuntary context switches= 7344

runsolver used 4.11237 second user time and 12.2951 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-22 21:15:06
IDJOB=1127252
IDBENCH=63132
IDSOLVER=368
FILE ID=node12/1127252-1216754106
PBS_JOBID= 7974061
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-2100-3000/normalized-cnf-2-40-2600-873121_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-1127252-1216754106/watcher-1127252-1216754106 -o /tmp/evaluation-result-1127252-1216754106/solver-1127252-1216754106 -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-1127252-1216754106.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a60466ce33107ad33e57e03308beffd2
RANDOM SEED=56241550

node12.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.234
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.234
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:       1680096 kB
Buffers:         17764 kB
Cached:         298368 kB
SwapCached:          0 kB
Active:         252268 kB
Inactive:        79972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          26836 kB
Slab:            29096 kB
Committed_AS:    76220 kB
PageTables:       1732 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= 66548 MiB
End job on node12 at 2008-07-22 22:15:13