Trace number 2061039

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.07 1814.44

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-27-27.xml
MD5SUM1a46e95d1fa613e95eaf09befcc9f6de
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.9687
Satisfiable
(Un)Satisfiability was proved
Number of variables1458
Number of constraints1758
Maximum constraint arity27
Maximum domain size83
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1405
Global constraints used (with number of constraints)cumulative(2),weightedsum(351)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 17:35:20 2009
0.05/0.08	c 0	PID 12681
0.05/0.08	c 0	HOST node59.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2061039-1247326520.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061039-1247326520.xml' 'HOME/temp.csp'
0.06/0.63	c 1	28 domains, 1458 variables, 2 predicates, 0 relations, 1758 constraints
0.06/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.68	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.65/0.76	c 1	Parsing HOME/temp.csp
0.65/0.87	c 1	parsed 3246 expressions
0.65/0.88	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.65/0.88	c 1	Converting to clausal form CSP
0.65/0.90	c 1	converted 325 (10%) expressions
0.65/0.91	c 1	converted 650 (20%) expressions
0.65/0.92	c 1	converted 974 (30%) expressions
0.65/0.92	c 1	converted 1299 (40%) expressions
0.96/1.08	c 1	converted 1623 (50%) expressions
1.05/1.14	c 1	converted 1948 (60%) expressions
1.05/1.18	c 2	converted 2273 (70%) expressions
1.14/1.20	c 2	converted 2597 (80%) expressions
1.14/1.23	c 2	converted 2922 (90%) expressions
2.14/2.23	c 3	converted 3246 (100%) expressions
2.14/2.24	c 3	CSP : 6438 integers, 2914 booleans, 19058 clauses, largest domain size 84
2.14/2.24	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.14/2.24	c 3	Propagation in CSP
2.24/2.31	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.24/2.32	c 3	CSP : 6438 integers, 2914 booleans, 19058 clauses, largest domain size 84
2.24/2.32	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.24/2.33	c 3	Simplifing CSP by introducing new Boolean variables
2.24/2.35	c 3	CSP : 6438 integers, 2914 booleans, 19058 clauses, largest domain size 84
2.24/2.35	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.33/2.46	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.33/2.49	c 3	644 (10%) CSP integer variables are encoded (3616 clauses, 44889 bytes)
2.33/2.49	c 3	1288 (20%) CSP integer variables are encoded (3616 clauses, 44889 bytes)
2.44/2.50	c 3	1932 (30%) CSP integer variables are encoded (6466 clauses, 81939 bytes)
2.44/2.51	c 3	2576 (40%) CSP integer variables are encoded (10646 clauses, 141866 bytes)
2.44/2.51	c 3	3219 (50%) CSP integer variables are encoded (14636 clauses, 201716 bytes)
2.44/2.52	c 3	3863 (60%) CSP integer variables are encoded (18816 clauses, 264416 bytes)
2.44/2.53	c 3	4507 (70%) CSP integer variables are encoded (22806 clauses, 324266 bytes)
2.44/2.55	c 3	5151 (80%) CSP integer variables are encoded (26986 clauses, 386966 bytes)
2.44/2.56	c 3	5795 (90%) CSP integer variables are encoded (30976 clauses, 446816 bytes)
2.44/2.56	c 3	6438 (100%) CSP integer variables are encoded (35156 clauses, 509516 bytes)
2.73/2.81	c 3	1906 (10%) CSP clauses are encoded (144936 clauses, 2436361 bytes)
3.02/3.20	c 4	3812 (20%) CSP clauses are encoded (212480 clauses, 3989085 bytes)
3.71/3.88	c 4	5718 (30%) CSP clauses are encoded (263526 clauses, 5695809 bytes)
4.31/4.48	c 5	7624 (40%) CSP clauses are encoded (307201 clauses, 7312264 bytes)
4.91/5.04	c 5	9529 (50%) CSP clauses are encoded (348627 clauses, 8831761 bytes)
5.90/6.00	c 6	11435 (60%) CSP clauses are encoded (509507 clauses, 12866175 bytes)
6.59/6.73	c 7	13341 (70%) CSP clauses are encoded (563010 clauses, 14856282 bytes)
7.19/7.33	c 8	15247 (80%) CSP clauses are encoded (606685 clauses, 16473697 bytes)
7.78/7.90	c 8	17153 (90%) CSP clauses are encoded (648955 clauses, 18030568 bytes)
8.58/8.78	c 9	19058 (100%) CSP clauses are encoded (804077 clauses, 21924117 bytes)
8.58/8.78	c 9	19058 CSP clauses encoded
8.58/8.78	c 9	Writing map file : HOME/temp.map
8.58/8.80	c 9	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.58/8.80	c 9	SAT : 44452 SAT variables, 804077 SAT clauses, 21924117 bytes
8.58/8.80	c 9	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.67/8.86	c 9	SOLVING HOME/temp.cnf
8.67/8.86	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.67/8.86	c 9	This is MiniSat 2.0 beta
8.67/8.86	c 9	WARNING: for repeatability, setting FPU to use double precision
8.67/8.86	c 9	============================[ Problem Statistics ]=============================
8.67/8.86	c 9	|                                                                             |
8.67/8.87	c 9	|  Number of variables:  44452                                                |
8.67/8.87	c 9	|  Number of clauses:    804077                                               |
8.69/9.38	c 10	|  Parsing time:         0.43         s                                       |
8.69/9.41	c 10	============================[ Search Statistics ]==============================
8.69/9.41	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.69/9.41	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.69/9.41	c 10	===============================================================================
8.69/9.41	c 10	|         0 |   44452   804077  3314940 |   268025        0    nan |  0.000 % |
8.69/9.77	c 10	|       101 |   44452   804077  3314940 |   294828      101     30 |  0.000 % |
10.00/10.27	c 11	|       255 |   44452   804077  3314940 |   324311      255     36 |  0.000 % |
10.79/11.06	c 11	|       480 |   44452   804077  3314940 |   356742      480     39 |  0.000 % |
11.97/12.21	c 13	|       817 |   44452   804077  3314940 |   392416      817     39 |  0.000 % |
13.46/13.76	c 14	|      1323 |   44452   804077  3314940 |   431658     1323     43 |  0.000 % |
16.03/16.32	c 17	|      2083 |   44452   804077  3314940 |   474823     2083     41 |  0.000 % |
19.41/19.71	c 20	|      3224 |   44452   804077  3314940 |   522306     3224     42 |  0.000 % |
25.15/25.58	c 26	|      4932 |   44452   804077  3314940 |   574536     4932     41 |  0.000 % |
33.37/33.89	c 34	|      7494 |   44452   804077  3314940 |   631990     7494     39 |  0.000 % |
46.44/47.00	c 47	|     11339 |   44452   804077  3314940 |   695189    11339     40 |  0.000 % |
65.76/66.53	c 67	|     17105 |   44452   804077  3314940 |   764708    17105     41 |  0.000 % |
96.66/97.77	c 98	|     25755 |   44452   804077  3314940 |   841179    25755     40 |  0.000 % |
144.51/146.07	c 146	|     38730 |   44452   804077  3314940 |   925297    38730     38 |  0.000 % |
215.13/217.39	c 218	|     58192 |   44452   804077  3314940 |  1017827    58192     37 |  0.000 % |
334.49/337.86	c 338	|     87384 |   44452   804077  3314940 |  1119609    87384     38 |  0.000 % |
520.91/526.09	c 526	|    131173 |   44452   804077  3314940 |  1231570   131173     38 |  0.000 % |
837.09/845.25	c 846	|    196858 |   44452   804077  3314940 |  1354727   196858     37 |  0.000 % |
1379.61/1392.90	c 1393	|    295384 |   44452   804077  3314940 |  1490200   295384     39 |  0.000 % |
1800.07/1814.41	c ERROR INTERRUPTED
1800.07/1814.43	s UNKNOWN
1800.07/1814.43	c 1815	CPU 8.7 (0.06 0.01 8.32 0.31)
1800.07/1814.43	c 1815	END Sat Jul 11 18:05:35 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-2061039-1247326520/watcher-2061039-1247326520 -o /tmp/evaluation-result-2061039-1247326520/solver-2061039-1247326520 -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-2061039-1247326520.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: 1.92 2.32 2.39 4/74 12681
/proc/meminfo: memFree=1887624/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=12000 CPUtime=0
/proc/12681/stat : 12681 (sugar) R 12679 12681 11516 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 19715154 12288000 172 996147200 4194304 4206940 548682068608 18446744073709551615 217051495392 0 0 4224 0 0 0 0 17 1 0 0
/proc/12681/statm: 3000 172 133 3 0 100 0

[startup+0.0641311 s]
/proc/loadavg: 1.92 2.32 2.39 4/74 12681
/proc/meminfo: memFree=1887624/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16080 CPUtime=0.05
/proc/12681/stat : 12681 (sugar) R 12679 12681 11516 0 -1 4194304 941 0 0 0 4 1 0 0 18 0 1 0 19715154 16465920 909 996147200 4194304 4206940 548682068608 18446744073709551615 217072048457 0 0 4224 0 0 0 0 17 1 0 0
/proc/12681/statm: 4020 909 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.101146 s]
/proc/loadavg: 1.92 2.32 2.39 4/74 12681
/proc/meminfo: memFree=1887624/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=0.06
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19715154 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301181 s]
/proc/loadavg: 1.92 2.32 2.39 4/74 12681
/proc/meminfo: memFree=1887624/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=0.06
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19715154 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701254 s]
/proc/loadavg: 1.92 2.32 2.39 4/74 12681
/proc/meminfo: memFree=1887624/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=0.65
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1292 5366 0 1 5 1 55 4 16 0 1 0 19715154 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 16868

[startup+1.50241 s]
/proc/loadavg: 1.92 2.32 2.39 4/85 12703
/proc/meminfo: memFree=1875632/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=0.65
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1309 5366 0 1 5 1 55 4 16 0 1 0 19715154 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1111 409 3 0 796 0
[pid=12694] ppid=12681 vsize=5356 CPUtime=0
/proc/12694/stat : 12694 (sh) S 12681 12681 11516 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19715222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12694/statm: 1339 233 193 169 0 50 0
[pid=12695] ppid=12694 vsize=868564 CPUtime=0.79
/proc/12695/stat : 12695 (java) S 12694 12681 11516 0 -1 0 7509 0 1 0 75 4 0 0 18 0 9 0 19715223 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12695/statm: 217141 6733 2567 9 0 211646 0
[pid=12695/tid=12696] ppid=12694 vsize=868564 CPUtime=0.46
/proc/12695/task/12696/stat : 12696 (java) R 12694 12681 11516 0 -1 64 2693 0 1 0 45 1 0 0 23 0 9 0 19715224 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12697] ppid=12694 vsize=868564 CPUtime=0.11
/proc/12695/task/12697/stat : 12697 (java) R 12694 12681 11516 0 -1 64 2621 0 0 0 11 0 0 0 16 0 9 0 19715225 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 102759532 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12698] ppid=12694 vsize=868564 CPUtime=0
/proc/12695/task/12698/stat : 12698 (java) S 12694 12681 11516 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19715225 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12699] ppid=12694 vsize=868564 CPUtime=0
/proc/12695/task/12699/stat : 12699 (java) S 12694 12681 11516 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19715225 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12700] ppid=12694 vsize=868564 CPUtime=0
/proc/12695/task/12700/stat : 12700 (java) S 12694 12681 11516 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19715227 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12701] ppid=12694 vsize=868564 CPUtime=0.19
/proc/12695/task/12701/stat : 12701 (java) S 12694 12681 11516 0 -1 64 1497 0 0 0 18 1 0 0 16 0 9 0 19715227 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12702] ppid=12694 vsize=868564 CPUtime=0
/proc/12695/task/12702/stat : 12702 (java) S 12694 12681 11516 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19715227 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12703] ppid=12694 vsize=868564 CPUtime=0
/proc/12695/task/12703/stat : 12703 (java) S 12694 12681 11516 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19715227 889409536 6733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890788

[startup+3.10271 s]
/proc/loadavg: 1.92 2.32 2.39 3/85 12703
/proc/meminfo: memFree=1859696/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=0.65
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1310 5366 0 1 5 1 55 4 15 0 1 0 19715154 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1111 409 3 0 796 0
[pid=12694] ppid=12681 vsize=5356 CPUtime=0
/proc/12694/stat : 12694 (sh) S 12681 12681 11516 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19715222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12694/statm: 1339 233 193 169 0 50 0
[pid=12695] ppid=12694 vsize=868728 CPUtime=2.37
/proc/12695/stat : 12695 (java) S 12694 12681 11516 0 -1 0 10370 0 1 0 225 12 0 0 18 0 9 0 19715223 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12695/statm: 217182 9259 2591 9 0 211659 0
[pid=12695/tid=12696] ppid=12694 vsize=868728 CPUtime=1.55
/proc/12695/task/12696/stat : 12696 (java) R 12694 12681 11516 0 -1 64 2977 0 1 0 149 6 0 0 25 0 9 0 19715224 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4126919281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12697] ppid=12694 vsize=868728 CPUtime=0.51
/proc/12695/task/12697/stat : 12697 (java) S 12694 12681 11516 0 -1 64 5136 0 0 0 48 3 0 0 16 0 9 0 19715225 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12698] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12698/stat : 12698 (java) S 12694 12681 11516 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19715225 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12699] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12699/stat : 12699 (java) S 12694 12681 11516 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19715225 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12700] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12700/stat : 12700 (java) S 12694 12681 11516 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19715227 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12701] ppid=12694 vsize=868728 CPUtime=0.28
/proc/12695/task/12701/stat : 12701 (java) S 12694 12681 11516 0 -1 64 1559 0 0 0 27 1 0 0 16 0 9 0 19715227 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12702] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12702/stat : 12702 (java) S 12694 12681 11516 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19715227 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12703] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12703/stat : 12703 (java) S 12694 12681 11516 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19715227 889577472 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890952

[startup+6.30233 s]
/proc/loadavg: 2.01 2.34 2.39 3/85 12703
/proc/meminfo: memFree=1846576/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=0.66
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1310 5366 0 1 6 1 55 4 16 0 1 0 19715154 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1111 409 3 0 796 0
[pid=12694] ppid=12681 vsize=5356 CPUtime=0
/proc/12694/stat : 12694 (sh) S 12681 12681 11516 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19715222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12694/statm: 1339 233 193 169 0 50 0
[pid=12695] ppid=12694 vsize=868728 CPUtime=5.54
/proc/12695/stat : 12695 (java) S 12694 12681 11516 0 -1 0 10597 0 1 0 536 18 0 0 18 0 9 0 19715223 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12695/statm: 217182 9264 2591 9 0 211659 0
[pid=12695/tid=12696] ppid=12694 vsize=868728 CPUtime=4.62
/proc/12695/task/12696/stat : 12696 (java) R 12694 12681 11516 0 -1 64 3201 0 1 0 451 11 0 0 25 0 9 0 19715224 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4127128296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12697] ppid=12694 vsize=868728 CPUtime=0.59
/proc/12695/task/12697/stat : 12697 (java) S 12694 12681 11516 0 -1 64 5136 0 0 0 55 4 0 0 16 0 9 0 19715225 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12698] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12698/stat : 12698 (java) S 12694 12681 11516 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19715225 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12699] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12699/stat : 12699 (java) S 12694 12681 11516 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19715225 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12700] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12700/stat : 12700 (java) S 12694 12681 11516 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19715227 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12701] ppid=12694 vsize=868728 CPUtime=0.29
/proc/12695/task/12701/stat : 12701 (java) S 12694 12681 11516 0 -1 64 1562 0 0 0 28 1 0 0 16 0 9 0 19715227 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12702] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12702/stat : 12702 (java) S 12694 12681 11516 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19715227 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12703] ppid=12694 vsize=868728 CPUtime=0
/proc/12695/task/12703/stat : 12703 (java) S 12694 12681 11516 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19715227 889577472 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890952

[startup+12.7016 s]
/proc/loadavg: 2.09 2.35 2.40 3/77 12705
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=44272 CPUtime=3.78
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 10636 0 0 0 371 7 0 0 25 0 1 0 19716041 45334528 10622 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/12705/statm: 11068 10622 76 150 0 10915 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 66496

[startup+25.502 s]
/proc/loadavg: 2.07 2.33 2.39 3/77 12705
/proc/meminfo: memFree=1817520/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=45592 CPUtime=16.46
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 10958 0 0 0 1638 8 0 0 25 0 1 0 19716041 46686208 10944 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/12705/statm: 11398 10944 76 150 0 11245 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 67816

[startup+51.1019 s]
/proc/loadavg: 2.04 2.30 2.38 3/77 12705
/proc/meminfo: memFree=1814704/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=47572 CPUtime=41.82
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 11443 0 0 0 4173 9 0 0 25 0 1 0 19716041 48713728 11429 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12705/statm: 11893 11429 76 150 0 11740 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 69796

[startup+102.307 s]
/proc/loadavg: 2.02 2.25 2.35 3/77 12705
/proc/meminfo: memFree=1808752/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1732720/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=99268 CPUtime=1281.18
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 24314 0 0 0 128091 27 0 0 25 0 1 0 19716041 101650432 24300 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12705/statm: 24817 24300 76 150 0 24664 0
Current children cumulated CPU time (s) 1289.87
Current children cumulated vsize (KiB) 121492

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/77 12707
/proc/meminfo: memFree=1730352/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=101512 CPUtime=1340.61
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 24909 0 0 0 134033 28 0 0 25 0 1 0 19716041 103948288 24895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12705/statm: 25378 24895 76 150 0 25225 0
Current children cumulated CPU time (s) 1349.3
Current children cumulated vsize (KiB) 123736

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.06 3/77 12707
/proc/meminfo: memFree=1726064/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=104212 CPUtime=1400.04
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 25567 0 0 0 139975 29 0 0 25 0 1 0 19716041 106713088 25553 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12705/statm: 26053 25553 76 150 0 25900 0
Current children cumulated CPU time (s) 1408.73
Current children cumulated vsize (KiB) 126436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 12707
/proc/meminfo: memFree=1722416/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=105948 CPUtime=1459.47
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 26007 0 0 0 145917 30 0 0 25 0 1 0 19716041 108490752 25993 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12705/statm: 26487 25993 76 150 0 26334 0
Current children cumulated CPU time (s) 1468.16
Current children cumulated vsize (KiB) 128172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 12842
/proc/meminfo: memFree=1798128/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=108316 CPUtime=1519.4
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 26458 0 0 0 151904 36 0 0 25 0 1 0 19716041 110915584 26444 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12705/statm: 27079 26444 76 150 0 26926 0
Current children cumulated CPU time (s) 1528.09
Current children cumulated vsize (KiB) 130540

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/76 12842
/proc/meminfo: memFree=1796600/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=109908 CPUtime=1579.36
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 26854 0 0 0 157900 36 0 0 25 0 1 0 19716041 112545792 26840 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 0 0 0
/proc/12705/statm: 27477 26840 76 150 0 27324 0
Current children cumulated CPU time (s) 1588.05
Current children cumulated vsize (KiB) 132132

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/76 12842
/proc/meminfo: memFree=1794872/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=111516 CPUtime=1639.34
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 27277 0 0 0 163897 37 0 0 25 0 1 0 19716041 114192384 27263 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12705/statm: 27879 27263 76 150 0 27726 0
Current children cumulated CPU time (s) 1648.03
Current children cumulated vsize (KiB) 133740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/76 12842
/proc/meminfo: memFree=1793080/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=113260 CPUtime=1699.31
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 27721 0 0 0 169894 37 0 0 25 0 1 0 19716041 115978240 27707 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12705/statm: 28315 27707 76 150 0 28162 0
Current children cumulated CPU time (s) 1708
Current children cumulated vsize (KiB) 135484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 12842
/proc/meminfo: memFree=1791352/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=114988 CPUtime=1759.28
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 28148 0 0 0 175890 38 0 0 25 0 1 0 19716041 117747712 28134 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/12705/statm: 28747 28134 76 150 0 28594 0
Current children cumulated CPU time (s) 1767.97
Current children cumulated vsize (KiB) 137212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 12842
/proc/meminfo: memFree=1790392/2055920 swapFree=4192812/4192956
[pid=12681] ppid=12679 vsize=16868 CPUtime=8.69
/proc/12681/stat : 12681 (sugar) S 12679 12681 11516 0 -1 4194304 1376 16447 0 2 6 1 832 30 16 0 1 0 19715154 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 4217 1113 409 3 0 796 0
[pid=12704] ppid=12681 vsize=5356 CPUtime=0
/proc/12704/stat : 12704 (sh) S 12681 12681 11516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19716041 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12704/statm: 1339 232 193 169 0 50 0
[pid=12705] ppid=12704 vsize=115912 CPUtime=1791.38
/proc/12705/stat : 12705 (minisat) R 12704 12681 11516 0 -1 4194304 28388 0 0 0 179100 38 0 0 25 0 1 0 19716041 118693888 28374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12705/statm: 28978 28374 76 150 0 28825 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 138136

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 12681 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=385725
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=342947
# CPU time returned by wait4() is 8.72867
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.44
CPU time (s): 1800.07
CPU user time (s): 1799.38
CPU system time (s): 0.69
CPU usage (%): 99.2081
Max. virtual memory (cumulated for all children) (KiB): 891092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.38573
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18206
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7278
involuntary context switches= 7312

runsolver used 2.36764 second user time and 5.9031 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-11 17:35:20
IDJOB=2061039
IDBENCH=53772
IDSOLVER=739
FILE ID=node59/2061039-1247326520
PBS_JOBID= 9506511
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-27-27.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-2061039-1247326520/watcher-2061039-1247326520 -o /tmp/evaluation-result-2061039-1247326520/solver-2061039-1247326520 -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-2061039-1247326520.xml

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

MD5SUM BENCH= 1a46e95d1fa613e95eaf09befcc9f6de
RANDOM SEED=2111651599

node59.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.263
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.263
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:       1888104 kB
Buffers:          6676 kB
Cached:          50376 kB
SwapCached:          0 kB
Active:         105788 kB
Inactive:        12788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          72752 kB
Slab:            34344 kB
Committed_AS:   181712 kB
PageTables:       2008 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= 66368 MiB
End job on node59 at 2009-07-11 18:05:37