Trace number 1109750

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)3 3600.01 3634.04

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-13_ext.xml
MD5SUM0a43ed623093b7647c443dc16926075e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3394.82
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul 11 22:51:59 2008
0.00/0.05	c 0	PID 13986
0.03/0.05	c 0	HOST node58.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1109750-1215809518.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-1109750-1215809518.xml' 'HOME/temp.csp'
0.03/0.84	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.88	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.96	c 1	Parsing HOME/temp.csp
1.40/1.59	c 1	parsed 31 expressions
1.40/1.59	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.59	c 1	MAX CSP: 5 constraints
1.40/1.59	c 1	Converting to clausal form CSP
1.50/1.62	c 1	converted 4 (10%) expressions
1.50/1.62	c 1	converted 8 (20%) expressions
1.50/1.62	c 1	converted 12 (30%) expressions
1.50/1.62	c 1	converted 16 (40%) expressions
1.50/1.62	c 1	converted 20 (50%) expressions
1.59/1.73	c 1	converted 24 (60%) expressions
1.79/1.94	c 1	converted 28 (70%) expressions
2.29/2.41	c 2	converted 32 (80%) expressions
2.78/2.97	c 3	converted 36 (90%) expressions
2.78/2.97	c 3	converted 39 (100%) expressions
2.78/2.97	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.78/2.97	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.78/2.97	c 3	Propagation in CSP
2.78/2.97	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.78/2.97	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.78/2.97	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.78/2.97	c 3	Simplifing CSP by introducing new Boolean variables
2.78/2.97	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.78/2.97	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.08/3.22	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.08/3.22	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
3.08/3.23	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.08/3.23	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.08/3.23	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
3.08/3.23	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
3.08/3.23	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.08/3.23	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
3.08/3.23	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
3.08/3.23	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
3.08/3.23	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
158.49/160.12	c 160	1 (10%) CSP clauses are encoded (141352 clauses, 7487732 bytes)
326.19/329.48	c 329	2 (20%) CSP clauses are encoded (282430 clauses, 14972130 bytes)
480.71/485.45	c 485	3 (30%) CSP clauses are encoded (423284 clauses, 22674908 bytes)
639.47/645.74	c 645	4 (40%) CSP clauses are encoded (564115 clauses, 29948334 bytes)
802.11/809.91	c 809	5 (50%) CSP clauses are encoded (705114 clauses, 37322015 bytes)
802.11/809.92	c 809	6 (60%) CSP clauses are encoded (705145 clauses, 37322552 bytes)
802.11/809.92	c 809	6 CSP clauses encoded
802.11/809.92	c 809	Writing map file : HOME/temp.map
802.11/809.92	c 809	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
802.11/809.92	c 809	SAT : 190 SAT variables, 705145 SAT clauses, 37322552 bytes
802.11/809.92	c 809	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
802.11/809.99	c 810	OBJECTIVE minimize _COST
802.11/809.99	c 810	OBJECTIVE BOUND: 0 <= _COST <= 
802.11/809.99	c 810	SEARCHING: _COST <= 3
802.11/809.99	c 810	SOLVING HOME/temp.cnf
802.11/809.99	c 810	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
802.11/810.00	c 810	This is MiniSat 2.0 beta
802.11/810.00	c 810	WARNING: for repeatability, setting FPU to use double precision
802.11/810.00	c 810	============================[ Problem Statistics ]=============================
802.11/810.00	c 810	|                                                                             |
802.17/810.00	c 810	|  Number of variables:  190                                                  |
802.17/810.00	c 810	|  Number of clauses:    705146                                               |
803.15/811.06	c 811	|  Parsing time:         0.96         s                                       |
803.25/811.13	c 811	============================[ Search Statistics ]==============================
803.25/811.13	c 811	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
803.25/811.13	c 811	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
803.25/811.13	c 811	===============================================================================
803.25/811.13	c 811	|         0 |     188   705143  9564340 |   235047        0    nan |  0.000 % |
803.65/811.54	c 811	|       100 |     188   705143  9564340 |   258552      100      9 |  1.055 % |
803.85/811.73	c 811	|       251 |     188   705143  9564340 |   284407      251     10 |  1.078 % |
804.24/812.16	c 812	|       476 |     188   705143  9564340 |   312848      476     11 |  1.058 % |
804.83/812.76	c 812	|       813 |     188   705143  9564340 |   344133      813     10 |  1.078 % |
805.23/813.15	c 813	===============================================================================
805.23/813.15	c 813	restarts              : 5
805.23/813.15	c 813	conflicts             : 1046           (345 /sec)
805.23/813.15	c 813	decisions             : 1505           (1.53 % random) (497 /sec)
805.23/813.15	c 813	propagations          : 13581          (4483 /sec)
805.23/813.15	c 813	conflict literals     : 10704          (23.72 % deleted)
805.23/813.15	c 813	Memory used           : 65.82 MB
805.23/813.15	c 813	CPU time              : 3.02954 s
805.23/813.15	c 813	
805.23/813.15	c 813	SATISFIABLE
805.23/813.16	c 813	FOUND: _COST <= 3
805.23/813.16	s SATISFIABLE
805.23/813.16	c 813	DECODING HOME/temp.out WITH HOME/temp.map
805.23/813.16	c 813	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
805.31/813.25	c 813	Decoding HOME/temp.out
805.31/813.27	c 813	OBJECTIVE _COST 3
805.31/813.27	o 3
805.31/813.27	v 9 9 3 9 7 9 8 7 9 8 6 2 5 7 6 5 7 7 9 9
805.31/813.27	c 813	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
805.31/813.29	c 813	OBJECTIVE BOUND: 0 <= _COST <= 3
805.31/813.29	c 813	SEARCHING: _COST <= 1
805.31/813.29	c 813	SOLVING HOME/temp.cnf
805.31/813.29	c 813	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
805.31/813.29	c 813	This is MiniSat 2.0 beta
805.31/813.29	c 813	WARNING: for repeatability, setting FPU to use double precision
805.31/813.29	c 813	============================[ Problem Statistics ]=============================
805.31/813.29	c 813	|                                                                             |
805.31/813.30	c 813	|  Number of variables:  190                                                  |
805.31/813.30	c 813	|  Number of clauses:    705146                                               |
806.39/814.36	c 814	|  Parsing time:         0.95         s                                       |
806.49/814.43	c 814	============================[ Search Statistics ]==============================
806.49/814.43	c 814	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
806.49/814.43	c 814	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
806.49/814.43	c 814	===============================================================================
806.49/814.43	c 814	|         0 |     186   705141  9564336 |   235047        0    nan |  0.000 % |
806.68/814.65	c 814	|       100 |     186   705141  9564336 |   258551      100      9 |  2.108 % |
807.09/815.09	c 815	|       250 |     186   705141  9564336 |   284406      250     10 |  2.130 % |
807.38/815.39	c 815	|       475 |     186   705141  9564336 |   312847      475     10 |  2.130 % |
807.58/815.55	c 815	|       812 |     186   705141  9564336 |   344132      812     11 |  2.130 % |
808.28/816.22	c 816	|      1320 |     186   705141  9564336 |   378545     1320     11 |  2.130 % |
809.37/817.38	c 817	|      2079 |     186   705141  9564336 |   416400     2079     11 |  2.130 % |
811.35/819.33	c 819	|      3218 |     186   705141  9564336 |   458040     3218     11 |  2.130 % |
814.22/822.23	c 822	|      4926 |     186   705141  9564336 |   503844     4926     11 |  2.130 % |
817.78/825.88	c 825	|      7489 |     186   705141  9564336 |   554228     7489     12 |  2.130 % |
821.55/829.62	c 829	|     11333 |     186   705141  9564336 |   609651    11333     12 |  2.130 % |
830.66/838.85	c 838	|     17100 |     186   705141  9564336 |   670616    17100     12 |  2.130 % |
843.23/851.60	c 851	|     25749 |     186   705141  9564336 |   737678    25749     13 |  2.130 % |
870.57/879.19	c 879	|     38724 |     186   705141  9564336 |   811445    38724     13 |  2.144 % |
907.82/916.79	c 916	|     58186 |     185   705141  9564336 |   892590    58185     13 |  2.637 % |
965.86/975.32	c 975	|     87379 |     185   705141  9564336 |   981849    87378     13 |  2.657 % |
1064.34/1074.73	c 1074	|    131168 |     185   705141  9564336 |  1080034   131167     14 |  2.634 % |
1257.00/1269.21	c 1269	|    196852 |     185   705141  9564336 |  1188038   196851     14 |  2.654 % |
1593.50/1608.95	c 1608	|    295379 |     183   705141  9564336 |  1306841   295377     14 |  3.687 % |
2191.70/2212.82	c 2212	|    443168 |     183   705141  9564336 |  1437526   443166     15 |  3.701 % |
3319.89/3351.74	c 3351	|    664853 |     172   262365  3519950 |  1581278   134391     14 |  9.476 % |
3355.35/3387.59	c 3387	===============================================================================
3355.35/3387.59	c 3387	restarts              : 21
3355.35/3387.59	c 3387	conflicts             : 678501         (266 /sec)
3355.35/3387.59	c 3387	decisions             : 822330         (1.62 % random) (323 /sec)
3355.35/3387.59	c 3387	propagations          : 11350284       (4452 /sec)
3355.35/3387.59	c 3387	conflict literals     : 10129524       (19.80 % deleted)
3355.35/3387.59	c 3387	Memory used           : 129.46 MB
3355.35/3387.59	c 3387	CPU time              : 2549.76 s
3355.35/3387.59	c 3387	
3355.35/3387.59	c 3387	UNSATISFIABLE
3355.44/3387.61	c 3387	NOT FOUND: _COST <= 1
3355.44/3387.61	c 3387	OBJECTIVE BOUND: 2 <= _COST <= 3
3355.44/3387.61	c 3387	SEARCHING: _COST <= 2
3355.44/3387.61	c 3387	SOLVING HOME/temp.cnf
3355.44/3387.61	c 3387	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3355.44/3387.62	c 3387	This is MiniSat 2.0 beta
3355.44/3387.62	c 3387	WARNING: for repeatability, setting FPU to use double precision
3355.44/3387.62	c 3387	============================[ Problem Statistics ]=============================
3355.44/3387.62	c 3387	|                                                                             |
3355.44/3387.62	c 3387	|  Number of variables:  190                                                  |
3355.44/3387.62	c 3387	|  Number of clauses:    705146                                               |
3356.43/3388.68	c 3388	|  Parsing time:         0.96         s                                       |
3356.53/3388.75	c 3388	============================[ Search Statistics ]==============================
3356.53/3388.75	c 3388	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3356.53/3388.75	c 3388	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3356.53/3388.75	c 3388	===============================================================================
3356.53/3388.75	c 3388	|         0 |     187   705142  9564338 |   235047        0    nan |  0.000 % |
3356.93/3389.15	c 3389	|       100 |     187   705142  9564338 |   258552      100      9 |  1.582 % |
3357.13/3389.39	c 3389	|       250 |     187   705142  9564338 |   284407      250     10 |  1.585 % |
3357.52/3389.76	c 3389	|       475 |     187   705142  9564338 |   312848      475     10 |  1.604 % |
3358.12/3390.33	c 3390	|       812 |     187   705142  9564338 |   344132      812     11 |  1.604 % |
3358.61/3390.85	c 3390	|      1320 |     187   705142  9564338 |   378546     1320     11 |  1.604 % |
3359.51/3391.74	c 3391	|      2081 |     187   705142  9564338 |   416400     2081     11 |  1.604 % |
3361.68/3393.90	c 3393	|      3220 |     187   705142  9564338 |   458040     3220     12 |  1.596 % |
3364.85/3397.14	c 3397	|      4929 |     187   705142  9564338 |   503844     4929     12 |  1.604 % |
3367.42/3399.76	c 3399	|      7491 |     187   705142  9564338 |   554229     7491     12 |  1.604 % |
3374.16/3406.51	c 3406	|     11337 |     187   705142  9564338 |   609652    11337     13 |  1.604 % |
3385.65/3418.19	c 3418	|     17103 |     187   705142  9564338 |   670617    17103     13 |  1.598 % |
3400.60/3433.26	c 3433	|     25752 |     187   705142  9564338 |   737679    25752     14 |  1.585 % |
3425.48/3458.40	c 3458	|     38727 |     187   705142  9564338 |   811447    38727     14 |  1.593 % |
3468.66/3501.95	c 3501	|     58188 |     187   705142  9564338 |   892591    58188     15 |  1.593 % |
3547.16/3581.15	c 3581	|     87380 |     187   705142  9564338 |   981851    87380     15 |  1.596 % |
3600.01/3634.02	c ERROR INTERRUPTED
3600.01/3634.02	c 3634	CPU 3354.49 (0.04 0.01 3354.45 0.98)
3600.01/3634.02	c 3634	END Fri Jul 11 23:52:33 2008

Verifier Data (download as text)

OK	3	2
3 unsatisfied constraints, 2 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-1109750-1215809518/watcher-1109750-1215809518 -o /tmp/evaluation-result-1109750-1215809518/solver-1109750-1215809518 -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-1109750-1215809518.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

[startup+0 s]
/proc/loadavg: 1.95 1.98 1.91 3/81 13986
/proc/meminfo: memFree=1907400/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=18572 CPUtime=0
/proc/13986/stat : 13986 (runsolver) R 13984 13817 13817 0 -1 4194368 10 0 0 0 0 0 0 0 21 0 1 0 37650340 19017728 290 996147200 4194304 4296836 548682068256 18446744073709551615 226235545322 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13986/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.050205 s]
/proc/loadavg: 1.95 1.98 1.91 3/81 13986
/proc/meminfo: memFree=1907400/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.03
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 37650340 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101283 s]
/proc/loadavg: 1.95 1.98 1.91 3/81 13986
/proc/meminfo: memFree=1907400/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.03
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37650340 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301314 s]
/proc/loadavg: 1.95 1.98 1.91 3/81 13986
/proc/meminfo: memFree=1907400/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.03
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37650340 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701387 s]
/proc/loadavg: 1.95 1.98 1.91 3/81 13986
/proc/meminfo: memFree=1907400/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.03
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37650340 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 1.95 1.98 1.91 3/92 14008
/proc/meminfo: memFree=1899312/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.81
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 974 7970 0 1 3 0 73 5 16 0 1 0 37650340 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 797 370 3 0 500 0
[pid=13999] ppid=13986 vsize=5356 CPUtime=0
/proc/13999/stat : 13999 (sh) S 13986 13986 13817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37650429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13999/statm: 1339 233 193 169 0 50 0
[pid=14000] ppid=13999 vsize=864076 CPUtime=0.59
/proc/14000/stat : 14000 (java) S 13999 13986 13817 0 -1 0 7477 0 1 0 56 3 0 0 18 0 9 0 37650429 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14000/statm: 216019 6725 2532 9 0 210601 0
[pid=14000/tid=14001] ppid=13999 vsize=864076 CPUtime=0.33
/proc/14000/task/14001/stat : 14001 (java) R 13999 13986 13817 0 -1 64 2472 0 1 0 32 1 0 0 22 0 9 0 37650430 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14002] ppid=13999 vsize=864076 CPUtime=0.21
/proc/14000/task/14002/stat : 14002 (java) R 13999 13986 13817 0 -1 64 4000 0 0 0 20 1 0 0 16 0 9 0 37650431 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14003] ppid=13999 vsize=864076 CPUtime=0
/proc/14000/task/14003/stat : 14003 (java) S 13999 13986 13817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37650432 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14004] ppid=13999 vsize=864076 CPUtime=0
/proc/14000/task/14004/stat : 14004 (java) S 13999 13986 13817 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37650432 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14005] ppid=13999 vsize=864076 CPUtime=0
/proc/14000/task/14005/stat : 14005 (java) S 13999 13986 13817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37650434 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14006] ppid=13999 vsize=864076 CPUtime=0.03
/proc/14000/task/14006/stat : 14006 (java) S 13999 13986 13817 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 37650434 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14007] ppid=13999 vsize=864076 CPUtime=0
/proc/14000/task/14007/stat : 14007 (java) S 13999 13986 13817 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37650434 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14008] ppid=13999 vsize=864076 CPUtime=0
/proc/14000/task/14008/stat : 14008 (java) S 13999 13986 13817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37650434 884813824 6725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883032

[startup+3.10279 s]
/proc/loadavg: 1.95 1.98 1.91 4/92 14008
/proc/meminfo: memFree=1870064/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.81
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 974 7970 0 1 3 0 73 5 15 0 1 0 37650340 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 797 370 3 0 500 0
[pid=13999] ppid=13986 vsize=5356 CPUtime=0
/proc/13999/stat : 13999 (sh) S 13986 13986 13817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37650429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13999/statm: 1339 233 193 169 0 50 0
[pid=14000] ppid=13999 vsize=864868 CPUtime=2.17
/proc/14000/stat : 14000 (java) S 13999 13986 13817 0 -1 0 18822 0 1 0 207 10 0 0 18 0 9 0 37650429 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14000/statm: 216217 17596 2540 9 0 210792 0
[pid=14000/tid=14001] ppid=13999 vsize=864868 CPUtime=0.79
/proc/14000/task/14001/stat : 14001 (java) R 13999 13986 13817 0 -1 64 3229 0 1 0 77 2 0 0 25 0 9 0 37650430 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14002] ppid=13999 vsize=864868 CPUtime=1.3
/proc/14000/task/14002/stat : 14002 (java) R 13999 13986 13817 0 -1 64 14576 0 0 0 124 6 0 0 18 0 9 0 37650431 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 104180275 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14003] ppid=13999 vsize=864868 CPUtime=0
/proc/14000/task/14003/stat : 14003 (java) S 13999 13986 13817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37650432 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14004] ppid=13999 vsize=864868 CPUtime=0
/proc/14000/task/14004/stat : 14004 (java) S 13999 13986 13817 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37650432 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14005] ppid=13999 vsize=864868 CPUtime=0
/proc/14000/task/14005/stat : 14005 (java) S 13999 13986 13817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37650434 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14006] ppid=13999 vsize=864868 CPUtime=0.05
/proc/14000/task/14006/stat : 14006 (java) S 13999 13986 13817 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 37650434 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14007] ppid=13999 vsize=864868 CPUtime=0
/proc/14000/task/14007/stat : 14007 (java) S 13999 13986 13817 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37650434 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14008] ppid=13999 vsize=864868 CPUtime=0
/proc/14000/task/14008/stat : 14008 (java) S 13999 13986 13817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37650434 885624832 17596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883824

[startup+6.30232 s]
/proc/loadavg: 1.95 1.98 1.91 3/92 14008
/proc/meminfo: memFree=1843504/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.82
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 974 7970 0 1 4 0 73 5 15 0 1 0 37650340 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 797 370 3 0 500 0
[pid=13999] ppid=13986 vsize=5356 CPUtime=0
/proc/13999/stat : 13999 (sh) S 13986 13986 13817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37650429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13999/statm: 1339 233 193 169 0 50 0
[pid=14000] ppid=13999 vsize=864476 CPUtime=5.33
/proc/14000/stat : 14000 (java) S 13999 13986 13817 0 -1 0 18923 0 1 0 523 10 0 0 18 0 9 0 37650429 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14000/statm: 216119 17537 2564 9 0 210666 0
[pid=14000/tid=14001] ppid=13999 vsize=864476 CPUtime=3.76
/proc/14000/task/14001/stat : 14001 (java) R 13999 13986 13817 0 -1 64 3311 0 1 0 374 2 0 0 25 0 9 0 37650430 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14002] ppid=13999 vsize=864476 CPUtime=1.46
/proc/14000/task/14002/stat : 14002 (java) S 13999 13986 13817 0 -1 64 14576 0 0 0 140 6 0 0 16 0 9 0 37650431 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14003] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14003/stat : 14003 (java) S 13999 13986 13817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37650432 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14004] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14004/stat : 14004 (java) S 13999 13986 13817 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37650432 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14005] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14005/stat : 14005 (java) S 13999 13986 13817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37650434 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14006] ppid=13999 vsize=864476 CPUtime=0.08
/proc/14000/task/14006/stat : 14006 (java) S 13999 13986 13817 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 37650434 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14007] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14007/stat : 14007 (java) S 13999 13986 13817 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37650434 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14008] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14008/stat : 14008 (java) S 13999 13986 13817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37650434 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883432

[startup+12.7024 s]
/proc/loadavg: 1.96 1.98 1.91 3/92 14008
/proc/meminfo: memFree=1843376/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.82
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 974 7970 0 1 4 0 73 5 15 0 1 0 37650340 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 797 370 3 0 500 0
[pid=13999] ppid=13986 vsize=5356 CPUtime=0
/proc/13999/stat : 13999 (sh) S 13986 13986 13817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37650429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13999/statm: 1339 233 193 169 0 50 0
[pid=14000] ppid=13999 vsize=864476 CPUtime=11.67
/proc/14000/stat : 14000 (java) S 13999 13986 13817 0 -1 0 18923 0 1 0 1157 10 0 0 18 0 9 0 37650429 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14000/statm: 216119 17537 2564 9 0 210666 0
[pid=14000/tid=14001] ppid=13999 vsize=864476 CPUtime=10.09
/proc/14000/task/14001/stat : 14001 (java) R 13999 13986 13817 0 -1 64 3311 0 1 0 1007 2 0 0 25 0 9 0 37650430 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4126547946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14002] ppid=13999 vsize=864476 CPUtime=1.46
/proc/14000/task/14002/stat : 14002 (java) S 13999 13986 13817 0 -1 64 14576 0 0 0 140 6 0 0 16 0 9 0 37650431 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14003] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14003/stat : 14003 (java) S 13999 13986 13817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37650432 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14004] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14004/stat : 14004 (java) S 13999 13986 13817 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37650432 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14005] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14005/stat : 14005 (java) S 13999 13986 13817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37650434 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14006] ppid=13999 vsize=864476 CPUtime=0.08
/proc/14000/task/14006/stat : 14006 (java) S 13999 13986 13817 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 37650434 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14007] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14007/stat : 14007 (java) S 13999 13986 13817 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37650434 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14008] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14008/stat : 14008 (java) S 13999 13986 13817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37650434 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883432

[startup+25.5016 s]
/proc/loadavg: 1.96 1.98 1.91 3/92 14008
/proc/meminfo: memFree=1843440/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=0.82
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 974 7970 0 1 4 0 73 5 15 0 1 0 37650340 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 797 370 3 0 500 0
[pid=13999] ppid=13986 vsize=5356 CPUtime=0
/proc/13999/stat : 13999 (sh) S 13986 13986 13817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37650429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13999/statm: 1339 233 193 169 0 50 0
[pid=14000] ppid=13999 vsize=864476 CPUtime=24.35
/proc/14000/stat : 14000 (java) S 13999 13986 13817 0 -1 0 18937 0 1 0 2424 11 0 0 18 0 9 0 37650429 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14000/statm: 216119 17537 2564 9 0 210666 0
[pid=14000/tid=14001] ppid=13999 vsize=864476 CPUtime=22.72
/proc/14000/task/14001/stat : 14001 (java) R 13999 13986 13817 0 -1 64 3325 0 1 0 2269 3 0 0 25 0 9 0 37650430 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4126553732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14002] ppid=13999 vsize=864476 CPUtime=1.53
/proc/14000/task/14002/stat : 14002 (java) S 13999 13986 13817 0 -1 64 14576 0 0 0 146 7 0 0 16 0 9 0 37650431 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14003] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14003/stat : 14003 (java) S 13999 13986 13817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37650432 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14000/tid=14004] ppid=13999 vsize=864476 CPUtime=0
/proc/14000/task/14004/stat : 14004 (java) S 13999 13986 13817 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37650432 885223424 17537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1741424/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=805.41
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1168 65778 0 3 4 1 80469 67 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14027] ppid=13986 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37731670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=130604 CPUtime=2267.43
/proc/14028/stat : 14028 (minisat) R 14027 13986 13817 0 -1 4194304 30979 0 0 0 226716 27 0 0 25 0 1 0 37731670 133738496 30965 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/14028/statm: 32651 30965 75 150 0 32498 0
Current children cumulated CPU time (s) 3072.84
Current children cumulated vsize (KiB) 149560

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 14030
/proc/meminfo: memFree=1740528/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=805.41
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1168 65778 0 3 4 1 80469 67 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14027] ppid=13986 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37731670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=131396 CPUtime=2326.86
/proc/14028/stat : 14028 (minisat) R 14027 13986 13817 0 -1 4194304 31198 0 0 0 232659 27 0 0 25 0 1 0 37731670 134549504 31184 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14028/statm: 32849 31184 75 150 0 32696 0
Current children cumulated CPU time (s) 3132.27
Current children cumulated vsize (KiB) 150352

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 14030
/proc/meminfo: memFree=1739696/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=805.41
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1168 65778 0 3 4 1 80469 67 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14027] ppid=13986 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37731670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=132416 CPUtime=2386.3
/proc/14028/stat : 14028 (minisat) R 14027 13986 13817 0 -1 4194304 31392 0 0 0 238603 27 0 0 25 0 1 0 37731670 135593984 31378 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/14028/statm: 33104 31378 75 150 0 32951 0
Current children cumulated CPU time (s) 3191.71
Current children cumulated vsize (KiB) 151372

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 14030
/proc/meminfo: memFree=1739568/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=805.41
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1168 65778 0 3 4 1 80469 67 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14027] ppid=13986 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37731670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=132416 CPUtime=2445.73
/proc/14028/stat : 14028 (minisat) R 14027 13986 13817 0 -1 4194304 31392 0 0 0 244546 27 0 0 25 0 1 0 37731670 135593984 31378 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 1 0 0
/proc/14028/statm: 33104 31378 75 150 0 32951 0
Current children cumulated CPU time (s) 3251.14
Current children cumulated vsize (KiB) 151372

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 14030
/proc/meminfo: memFree=1739568/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=805.41
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1168 65778 0 3 4 1 80469 67 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14027] ppid=13986 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37731670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=132416 CPUtime=2505.17
/proc/14028/stat : 14028 (minisat) R 14027 13986 13817 0 -1 4194304 31393 0 0 0 250490 27 0 0 25 0 1 0 37731670 135593984 31379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14028/statm: 33104 31379 75 150 0 32951 0
Current children cumulated CPU time (s) 3310.58
Current children cumulated vsize (KiB) 151372

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 14032
/proc/meminfo: memFree=1801000/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=3355.47
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1222 97489 0 3 4 1 335445 97 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14031] ppid=13986 vsize=5356 CPUtime=0
/proc/14031/stat : 14031 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37989101 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14031/statm: 1339 232 193 169 0 50 0
[pid=14032] ppid=14031 vsize=67132 CPUtime=14.53
/proc/14032/stat : 14032 (minisat) R 14031 13986 13817 0 -1 4194304 16015 0 0 0 1443 10 0 0 25 0 1 0 37989102 68743168 16001 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14032/statm: 16783 16001 75 150 0 16630 0
Current children cumulated CPU time (s) 3370
Current children cumulated vsize (KiB) 86088

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 14032
/proc/meminfo: memFree=1796072/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=3355.47
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1222 97489 0 3 4 1 335445 97 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14031] ppid=13986 vsize=5356 CPUtime=0
/proc/14031/stat : 14031 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37989101 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14031/statm: 1339 232 193 169 0 50 0
[pid=14032] ppid=14031 vsize=72232 CPUtime=73.97
/proc/14032/stat : 14032 (minisat) R 14031 13986 13817 0 -1 4194304 17205 0 0 0 7386 11 0 0 25 0 1 0 37989102 73965568 17191 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14032/statm: 18058 17191 75 150 0 17905 0
Current children cumulated CPU time (s) 3429.44
Current children cumulated vsize (KiB) 91188

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 14032
/proc/meminfo: memFree=1793064/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=3355.47
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1222 97489 0 3 4 1 335445 97 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14031] ppid=13986 vsize=5356 CPUtime=0
/proc/14031/stat : 14031 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37989101 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14031/statm: 1339 232 193 169 0 50 0
[pid=14032] ppid=14031 vsize=75540 CPUtime=133.39
/proc/14032/stat : 14032 (minisat) R 14031 13986 13817 0 -1 4194304 17952 0 0 0 13328 11 0 0 25 0 1 0 37989102 77352960 17938 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14032/statm: 18885 17938 75 150 0 18732 0
Current children cumulated CPU time (s) 3488.86
Current children cumulated vsize (KiB) 94496

[startup+3582.3 s]
/proc/loadavg: 1.93 1.98 1.98 3/85 14083
/proc/meminfo: memFree=1775336/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=3355.47
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1222 97489 0 3 4 1 335445 97 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14031] ppid=13986 vsize=5356 CPUtime=0
/proc/14031/stat : 14031 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37989101 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14031/statm: 1339 232 193 169 0 50 0
[pid=14032] ppid=14031 vsize=77876 CPUtime=192.89
/proc/14032/stat : 14032 (minisat) R 14031 13986 13817 0 -1 4194304 18522 0 0 0 19276 13 0 0 25 0 1 0 37989102 79745024 18508 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14032/statm: 19469 18508 75 150 0 19316 0
Current children cumulated CPU time (s) 3548.36
Current children cumulated vsize (KiB) 96832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634 s]
/proc/loadavg: 2.25 2.07 2.01 3/85 14242
/proc/meminfo: memFree=1732840/2055920 swapFree=4192812/4192956
[pid=13986] ppid=13984 vsize=13600 CPUtime=3355.47
/proc/13986/stat : 13986 (sugar) S 13984 13986 13817 0 -1 4194304 1222 97489 0 3 4 1 335445 97 16 0 1 0 37650340 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13986/statm: 3400 802 374 3 0 500 0
[pid=14031] ppid=13986 vsize=5356 CPUtime=0
/proc/14031/stat : 14031 (sh) S 13986 13986 13817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37989101 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14031/statm: 1339 232 193 169 0 50 0
[pid=14032] ppid=14031 vsize=80400 CPUtime=244.54
/proc/14032/stat : 14032 (minisat) R 14031 13986 13817 0 -1 4194304 19126 0 0 0 24430 24 0 0 25 0 1 0 37989102 82329600 19112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14032/statm: 20100 19112 75 150 0 19947 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 99356

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13986 and gives
#  childrusage.ru_utime.tv_sec=3354
#  childrusage.ru_utime.tv_usec=505037
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=16845
# CPU time returned by wait4() is 3355.52
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.04
CPU time (s): 3600.01
CPU user time (s): 3598.79
CPU system time (s): 1.22
CPU usage (%): 99.0636
Max. virtual memory (cumulated for all children) (KiB): 889564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3354.51
system time used= 1.01684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99052
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21828
involuntary context switches= 157638

runsolver used 4.28835 second user time and 12.2721 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-11 22:51:59
IDJOB=1109750
IDBENCH=61008
IDSOLVER=368
FILE ID=node58/1109750-1215809518
PBS_JOBID= 7903286
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-13_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-1109750-1215809518/watcher-1109750-1215809518 -o /tmp/evaluation-result-1109750-1215809518/solver-1109750-1215809518 -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-1109750-1215809518.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a43ed623093b7647c443dc16926075e
RANDOM SEED=2049930664

node58.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.259
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.259
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:       1907880 kB
Buffers:         10860 kB
Cached:          59792 kB
SwapCached:          0 kB
Active:          84256 kB
Inactive:        19784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4204 kB
Writeback:           0 kB
Mapped:          53540 kB
Slab:            29184 kB
Committed_AS:   191160 kB
PageTables:       1796 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= 66504 MiB
End job on node58 at 2008-07-11 23:52:35