Trace number 2060709

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.14.6+minisat? (TO) 1800.06 1801.63

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-25-25.xml
MD5SUM6594e3059ad496a089e0bc1e82952595
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.73573
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of constraints1503
Maximum constraint arity25
Maximum domain size74
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1201
Global constraints used (with number of constraints)cumulative(2),weightedsum(300)

Solver Data

0.04/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.06	c 0	BEGIN Sat Jul 11 17:27:31 2009
0.04/0.06	c 0	PID 14577
0.04/0.07	c 0	HOST node61.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2060709-1247326051.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060709-1247326051.xml' 'HOME/temp.csp'
0.06/0.46	c 1	26 domains, 1250 variables, 2 predicates, 0 relations, 1503 constraints
0.06/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.48	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/0.57	c 1	Parsing HOME/temp.csp
0.59/0.65	c 1	parsed 2781 expressions
0.59/0.66	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.59/0.66	c 1	Converting to clausal form CSP
0.59/0.68	c 1	converted 279 (10%) expressions
0.59/0.69	c 1	converted 557 (20%) expressions
0.59/0.69	c 1	converted 835 (30%) expressions
0.59/0.69	c 1	converted 1113 (40%) expressions
0.59/0.75	c 1	converted 1391 (50%) expressions
0.59/0.82	c 1	converted 1669 (60%) expressions
0.59/0.84	c 1	converted 1947 (70%) expressions
0.59/0.87	c 1	converted 2225 (80%) expressions
0.59/0.89	c 1	converted 2503 (90%) expressions
1.84/1.63	c 2	converted 2781 (100%) expressions
1.84/1.64	c 2	CSP : 5394 integers, 2352 booleans, 15789 clauses, largest domain size 75
1.84/1.64	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.84/1.64	c 2	Propagation in CSP
1.94/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.94/1.71	c 2	CSP : 5394 integers, 2352 booleans, 15789 clauses, largest domain size 75
1.94/1.71	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.94/1.72	c 2	Simplifing CSP by introducing new Boolean variables
1.94/1.73	c 2	CSP : 5394 integers, 2352 booleans, 15789 clauses, largest domain size 75
1.94/1.73	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.05/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.05/1.82	c 2	540 (10%) CSP integer variables are encoded (2950 clauses, 36235 bytes)
2.05/1.82	c 2	1079 (20%) CSP integer variables are encoded (2950 clauses, 36235 bytes)
2.05/1.83	c 2	1619 (30%) CSP integer variables are encoded (5147 clauses, 64796 bytes)
2.05/1.83	c 2	2158 (40%) CSP integer variables are encoded (8300 clauses, 106564 bytes)
2.05/1.84	c 2	2697 (50%) CSP integer variables are encoded (11511 clauses, 154729 bytes)
2.05/1.84	c 2	3237 (60%) CSP integer variables are encoded (14818 clauses, 204334 bytes)
2.05/1.85	c 2	3776 (70%) CSP integer variables are encoded (18102 clauses, 253594 bytes)
2.05/1.85	c 2	4316 (80%) CSP integer variables are encoded (21255 clauses, 300889 bytes)
2.05/1.86	c 2	4855 (90%) CSP integer variables are encoded (24466 clauses, 349054 bytes)
2.05/1.86	c 2	5394 (100%) CSP integer variables are encoded (27846 clauses, 399754 bytes)
2.28/2.04	c 2	1579 (10%) CSP clauses are encoded (107371 clauses, 1776947 bytes)
2.48/2.23	c 2	3158 (20%) CSP clauses are encoded (155336 clauses, 2804570 bytes)
2.78/2.56	c 3	4737 (30%) CSP clauses are encoded (185769 clauses, 3721953 bytes)
3.08/2.85	c 3	6316 (40%) CSP clauses are encoded (212113 clauses, 4602432 bytes)
3.38/3.15	c 3	7895 (50%) CSP clauses are encoded (237980 clauses, 5494649 bytes)
3.88/3.60	c 4	9474 (60%) CSP clauses are encoded (341995 clauses, 7868950 bytes)
4.28/4.00	c 4	11053 (70%) CSP clauses are encoded (376594 clauses, 9093011 bytes)
4.48/4.30	c 4	12632 (80%) CSP clauses are encoded (402074 clauses, 9984886 bytes)
4.77/4.56	c 5	14211 (90%) CSP clauses are encoded (427202 clauses, 10857374 bytes)
5.18/4.99	c 5	15789 (100%) CSP clauses are encoded (530304 clauses, 13277666 bytes)
5.18/4.99	c 5	15789 CSP clauses encoded
5.18/4.99	c 5	Writing map file : HOME/temp.map
5.28/5.00	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.28/5.00	c 5	SAT : 35540 SAT variables, 530304 SAT clauses, 13277666 bytes
5.28/5.00	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.28/5.04	c 5	SOLVING HOME/temp.cnf
5.28/5.04	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.28/5.05	c 5	This is MiniSat 2.0 beta
5.28/5.05	c 5	WARNING: for repeatability, setting FPU to use double precision
5.28/5.05	c 5	============================[ Problem Statistics ]=============================
5.28/5.05	c 5	|                                                                             |
5.28/5.05	c 5	|  Number of variables:  35540                                                |
5.28/5.05	c 5	|  Number of clauses:    530304                                               |
5.29/5.36	c 5	|  Parsing time:         0.26         s                                       |
5.29/5.37	c 6	============================[ Search Statistics ]==============================
5.29/5.37	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.29/5.37	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.29/5.37	c 6	===============================================================================
5.29/5.37	c 6	|         0 |   35540   530304  2031734 |   176768        0    nan |  0.000 % |
5.73/5.56	c 6	|       100 |   35540   530304  2031734 |   194444      100     25 |  0.000 % |
6.02/5.87	c 6	|       251 |   35540   530304  2031734 |   213889      251     24 |  0.000 % |
6.42/6.28	c 6	|       477 |   35540   530304  2031734 |   235278      477     24 |  0.000 % |
7.32/7.10	c 7	|       815 |   35540   530304  2031734 |   258806      815     29 |  0.000 % |
8.33/8.11	c 8	|      1323 |   35540   530304  2031734 |   284686     1323     30 |  0.000 % |
9.93/9.75	c 10	|      2083 |   35540   530304  2031734 |   313155     2083     31 |  0.000 % |
12.12/11.99	c 12	|      3222 |   35540   530304  2031734 |   344470     3222     29 |  0.000 % |
15.82/15.61	c 16	|      4930 |   35540   530304  2031734 |   378917     4930     31 |  0.000 % |
21.43/21.23	c 21	|      7493 |   35540   530304  2031734 |   416809     7493     31 |  0.000 % |
29.62/29.41	c 30	|     11338 |   35540   530304  2031734 |   458490    11338     30 |  0.000 % |
45.59/45.41	c 46	|     17106 |   35540   530304  2031734 |   504339    17106     30 |  0.000 % |
65.88/65.75	c 66	|     25755 |   35540   530304  2031734 |   554773    25755     31 |  0.000 % |
100.75/100.65	c 101	|     38730 |   35540   530304  2031734 |   610251    38730     31 |  0.000 % |
153.24/153.18	c 153	|     58191 |   35540   530304  2031734 |   671276    58191     32 |  0.000 % |
242.29/242.21	c 242	|     87383 |   35540   530304  2031734 |   738403    87383     32 |  0.000 % |
378.94/378.95	c 379	|    131172 |   35540   530304  2031734 |   812244   131172     33 |  0.000 % |
620.14/620.24	c 620	|    196857 |   35540   530304  2031734 |   893468   196857     34 |  0.000 % |
1082.37/1082.61	c 1083	|    295384 |   35540   530304  2031734 |   982815   295384     34 |  0.000 % |
1800.06/1801.62	c ERROR INTERRUPTED
1800.06/1801.63	s UNKNOWN
1800.06/1801.63	c 1802	CPU 5.3 (0.05 0.01 5.04 0.2)
1800.06/1801.63	c 1802	END Sat Jul 11 17:57:33 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060709-1247326051/watcher-2060709-1247326051 -o /tmp/evaluation-result-2060709-1247326051/solver-2060709-1247326051 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060709-1247326051.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.51 1.41 1.70 3/67 14577
/proc/meminfo: memFree=1932080/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=12272 CPUtime=0
/proc/14577/stat : 14577 (sugar) R 14575 14577 12140 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 19668564 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 246406675045 0 0 4224 0 0 0 0 17 0 0 0
/proc/14577/statm: 3068 364 274 3 0 168 0

[startup+0.04537 s]
/proc/loadavg: 0.51 1.41 1.70 3/67 14577
/proc/meminfo: memFree=1932080/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=14776 CPUtime=0.04
/proc/14577/stat : 14577 (sugar) R 14575 14577 12140 0 -1 4194304 876 0 0 0 3 1 0 0 18 0 1 0 19668564 15130624 844 996147200 4194304 4206940 548682068608 18446744073709551615 246406353633 0 0 4224 0 0 0 0 17 0 0 0
/proc/14577/statm: 3694 845 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.102379 s]
/proc/loadavg: 0.51 1.41 1.70 3/67 14577
/proc/meminfo: memFree=1932080/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=0.06
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19668564 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.3024 s]
/proc/loadavg: 0.51 1.41 1.70 3/67 14577
/proc/meminfo: memFree=1932080/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=0.06
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19668564 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702439 s]
/proc/loadavg: 0.51 1.41 1.70 3/67 14577
/proc/meminfo: memFree=1932080/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=0.59
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1309 5268 0 1 5 1 50 3 16 0 1 0 19668564 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14577/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50151 s]
/proc/loadavg: 0.51 1.41 1.70 2/78 14599
/proc/meminfo: memFree=1913808/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=0.59
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1309 5268 0 1 5 1 50 3 16 0 1 0 19668564 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1111 409 3 0 796 0
[pid=14590] ppid=14577 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (sh) S 14577 14577 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19668613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 233 193 169 0 50 0
[pid=14591] ppid=14590 vsize=869428 CPUtime=1.14
/proc/14591/stat : 14591 (java) S 14590 14577 12140 0 -1 0 9077 0 2 0 110 4 0 0 20 0 9 0 19668613 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14591/statm: 217357 8246 2568 9 0 211862 0
[pid=14591/tid=14592] ppid=14590 vsize=869428 CPUtime=0.73
/proc/14591/task/14592/stat : 14592 (java) R 14590 14577 12140 0 -1 64 2721 0 1 0 72 1 0 0 17 0 9 0 19668614 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4126812580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14591/tid=14593] ppid=14590 vsize=869428 CPUtime=0.21
/proc/14591/task/14593/stat : 14593 (java) S 14590 14577 12140 0 -1 64 4091 0 1 0 20 1 0 0 16 0 9 0 19668617 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14594] ppid=14590 vsize=869428 CPUtime=0
/proc/14591/task/14594/stat : 14594 (java) S 14590 14577 12140 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19668617 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14591/tid=14595] ppid=14590 vsize=869428 CPUtime=0
/proc/14591/task/14595/stat : 14595 (java) S 14590 14577 12140 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19668617 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14596] ppid=14590 vsize=869428 CPUtime=0
/proc/14591/task/14596/stat : 14596 (java) S 14590 14577 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19668619 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14597] ppid=14590 vsize=869428 CPUtime=0.18
/proc/14591/task/14597/stat : 14597 (java) S 14590 14577 12140 0 -1 64 1567 0 0 0 17 1 0 0 16 0 9 0 19668619 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14591/tid=14598] ppid=14590 vsize=869428 CPUtime=0
/proc/14591/task/14598/stat : 14598 (java) S 14590 14577 12140 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19668619 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14599] ppid=14590 vsize=869428 CPUtime=0
/proc/14591/task/14599/stat : 14599 (java) R 14590 14577 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19668619 890294272 8246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 891652

[startup+3.10168 s]
/proc/loadavg: 0.51 1.41 1.70 2/78 14599
/proc/meminfo: memFree=1901904/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=0.59
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1310 5268 0 1 5 1 50 3 15 0 1 0 19668564 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14577/statm: 4217 1111 409 3 0 796 0
[pid=14590] ppid=14577 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (sh) S 14577 14577 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19668613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 233 193 169 0 50 0
[pid=14591] ppid=14590 vsize=869540 CPUtime=2.79
/proc/14591/stat : 14591 (java) S 14590 14577 12140 0 -1 0 9773 0 2 0 270 9 0 0 20 0 9 0 19668613 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14591/statm: 217385 8615 2592 9 0 211862 0
[pid=14591/tid=14592] ppid=14590 vsize=869540 CPUtime=2.13
/proc/14591/task/14592/stat : 14592 (java) R 14590 14577 12140 0 -1 64 2994 0 1 0 208 5 0 0 16 0 9 0 19668614 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14591/tid=14593] ppid=14590 vsize=869540 CPUtime=0.4
/proc/14591/task/14593/stat : 14593 (java) S 14590 14577 12140 0 -1 64 4474 0 1 0 39 1 0 0 15 0 9 0 19668617 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14594] ppid=14590 vsize=869540 CPUtime=0
/proc/14591/task/14594/stat : 14594 (java) S 14590 14577 12140 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19668617 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14595] ppid=14590 vsize=869540 CPUtime=0
/proc/14591/task/14595/stat : 14595 (java) S 14590 14577 12140 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19668617 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14596] ppid=14590 vsize=869540 CPUtime=0
/proc/14591/task/14596/stat : 14596 (java) S 14590 14577 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19668619 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14597] ppid=14590 vsize=869540 CPUtime=0.23
/proc/14591/task/14597/stat : 14597 (java) S 14590 14577 12140 0 -1 64 1607 0 0 0 22 1 0 0 15 0 9 0 19668619 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14598] ppid=14590 vsize=869540 CPUtime=0
/proc/14591/task/14598/stat : 14598 (java) S 14590 14577 12140 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19668619 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14591/tid=14599] ppid=14590 vsize=869540 CPUtime=0
/proc/14591/task/14599/stat : 14599 (java) S 14590 14577 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19668619 890408960 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 891764

[startup+6.30196 s]
/proc/loadavg: 0.55 1.40 1.70 2/70 14601
/proc/meminfo: memFree=1888336/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 15 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=29676 CPUtime=1.23
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 7060 0 0 0 119 4 0 0 25 0 1 0 19669069 30388224 7046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 7419 7046 76 150 0 7266 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 51900

[startup+12.7016 s]
/proc/loadavg: 0.59 1.39 1.70 2/70 14641
/proc/meminfo: memFree=1886032/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=30468 CPUtime=7.63
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 7268 0 0 0 758 5 0 0 25 0 1 0 19669069 31199232 7254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 7617 7254 76 150 0 7464 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 52692

[startup+25.5028 s]
/proc/loadavg: 0.76 1.39 1.69 3/77 14674
/proc/meminfo: memFree=1868120/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=31664 CPUtime=20.43
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 7580 0 0 0 2037 6 0 0 25 0 1 0 19669069 32423936 7566 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 7916 7566 76 150 0 7763 0
Current children cumulated CPU time (s) 25.72
Current children cumulated vsize (KiB) 53888

[startup+51.1022 s]
/proc/loadavg: 1.12 1.42 1.69 3/77 14770
/proc/meminfo: memFree=1861456/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=33904 CPUtime=45.99
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 8103 0 0 0 4592 7 0 0 25 0 1 0 19669069 34717696 8089 996147200 134512640 135127466 4294956256 18446744073709551615 134531068 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 8476 8089 76 150 0 8323 0
Current children cumulated CPU time (s) 51.28
Current children cumulated vsize (KiB) 56128

[startup+102.307 s]
/proc/loadavg: 1.61 1.51 1.71 3/77 14770
/proc/meminfo: memFree=1848336/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=37104 CPUtime=97.17
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 8937 0 0 0 9708 9 0 0 25 0 1 0 19669069 37994496 8923 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 9276 8923 76 150 0 9123 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 59328

[startup+162.303 s]
/proc/loadavg: 1.86 1.59 1.72 3/77 14770
/proc/meminfo: memFree=1841808/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1817040/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=90280 CPUtime=1296.69
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 22049 0 0 0 129641 28 0 0 25 0 1 0 19669069 92446720 22035 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 22570 22035 76 150 0 22417 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 112504

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/77 14809
/proc/meminfo: memFree=1815312/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=91892 CPUtime=1356.67
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 22484 0 0 0 135638 29 0 0 25 0 1 0 19669069 94097408 22470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 22973 22470 76 150 0 22820 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 114116

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.90 3/77 14811
/proc/meminfo: memFree=1813456/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=93476 CPUtime=1416.65
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 22894 0 0 0 141635 30 0 0 25 0 1 0 19669069 95719424 22880 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 23369 22880 76 150 0 23216 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 115700

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 14811
/proc/meminfo: memFree=1811408/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=95464 CPUtime=1476.62
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 23399 0 0 0 147632 30 0 0 25 0 1 0 19669069 97755136 23385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 23866 23385 76 150 0 23713 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 117688

[startup+1542.3 s]
/proc/loadavg: 1.78 1.92 1.89 3/85 14954
/proc/meminfo: memFree=1797840/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=97072 CPUtime=1536.6
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 23776 0 0 0 153627 33 0 0 25 0 1 0 19669069 99401728 23762 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 24268 23762 76 150 0 24115 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 119296

[startup+1602.3 s]
/proc/loadavg: 1.90 1.91 1.89 3/85 15150
/proc/meminfo: memFree=1402768/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=98536 CPUtime=1596.47
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 24169 0 0 0 159612 35 0 0 25 0 1 0 19669069 100900864 24155 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 24634 24155 76 150 0 24481 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 120760

[startup+1662.3 s]
/proc/loadavg: 1.96 1.92 1.89 3/77 15152
/proc/meminfo: memFree=1720912/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=100004 CPUtime=1656.14
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 24528 0 0 0 165578 36 0 0 25 0 1 0 19669069 102404096 24514 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 25001 24514 76 150 0 24848 0
Current children cumulated CPU time (s) 1661.43
Current children cumulated vsize (KiB) 122228

[startup+1722.3 s]
/proc/loadavg: 1.98 1.93 1.90 3/77 15152
/proc/meminfo: memFree=1719440/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=101212 CPUtime=1715.86
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 24847 0 0 0 171549 37 0 0 25 0 1 0 19669069 103641088 24833 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 25303 24833 76 150 0 25150 0
Current children cumulated CPU time (s) 1721.15
Current children cumulated vsize (KiB) 123436

[startup+1782.3 s]
/proc/loadavg: 1.99 1.94 1.91 3/77 15152
/proc/meminfo: memFree=1717328/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=102548 CPUtime=1775.55
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 25193 0 0 0 177518 37 0 0 25 0 1 0 19669069 105009152 25179 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 25637 25179 76 150 0 25484 0
Current children cumulated CPU time (s) 1780.84
Current children cumulated vsize (KiB) 124772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 1.99 1.95 1.91 3/77 15152
/proc/meminfo: memFree=1716688/2055920 swapFree=4192812/4192956
[pid=14577] ppid=14575 vsize=16868 CPUtime=5.29
/proc/14577/stat : 14577 (sugar) S 14575 14577 12140 0 -1 4194304 1376 15526 0 3 5 1 503 20 16 0 1 0 19668564 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14577/statm: 4217 1113 409 3 0 796 0
[pid=14600] ppid=14577 vsize=5356 CPUtime=0
/proc/14600/stat : 14600 (sh) S 14577 14577 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14600/statm: 1339 232 193 169 0 50 0
[pid=14601] ppid=14600 vsize=102956 CPUtime=1794.77
/proc/14601/stat : 14601 (minisat) R 14600 14577 12140 0 -1 4194304 25290 0 0 0 179440 37 0 0 25 0 1 0 19669069 105426944 25276 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14601/statm: 25739 25276 76 150 0 25586 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 125180

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 14577 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=98224
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=231964
# CPU time returned by wait4() is 5.33019
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.63
CPU time (s): 1800.06
CPU user time (s): 1799.48
CPU system time (s): 0.58
CPU usage (%): 99.9127
Max. virtual memory (cumulated for all children) (KiB): 891904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.09822
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17285
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= 2475
involuntary context switches= 1529

runsolver used 2.11868 second user time and 4.92125 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 17:27:31
IDJOB=2060709
IDBENCH=53742
IDSOLVER=739
FILE ID=node61/2060709-1247326051
PBS_JOBID= 9506507
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-25-25.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060709-1247326051/watcher-2060709-1247326051 -o /tmp/evaluation-result-2060709-1247326051/solver-2060709-1247326051 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2060709-1247326051.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6594e3059ad496a089e0bc1e82952595
RANDOM SEED=304975464

node61.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.229
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.229
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:       1932624 kB
Buffers:          5132 kB
Cached:          56408 kB
SwapCached:          0 kB
Active:          54448 kB
Inactive:        22464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1932624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          25196 kB
Slab:            32208 kB
Committed_AS:   134080 kB
PageTables:       1576 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node61 at 2009-07-11 17:57:35