Trace number 2068475

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 1802.94

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-18.xml
MD5SUM22689bcc3124eea2b7d80bb2193e6792
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4500
Number of constraints72413
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension72413
Global constraints used (with number of constraints)

Solver Data

0.01/0.20	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.20	c 0	BEGIN Sat Jul 11 23:22:22 2009
0.01/0.20	c 0	PID 17831
0.07/0.20	c 0	HOST node37.alineos.net
0.07/0.20	c 0	CONVERTING HOME/instance-2068475-1247347341.xml TO HOME/temp.csp
0.07/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068475-1247347341.xml' 'HOME/temp.csp'
3.71/3.94	c 3	1 domains, 4500 variables, 3 predicates, 0 relations, 72413 constraints
3.71/3.98	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.71/3.98	c 3	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'
3.78/4.06	c 3	Parsing HOME/temp.csp
3.78/4.20	c 4	parsed 10000 expressions
4.08/4.33	c 4	parsed 20000 expressions
4.19/4.46	c 4	parsed 30000 expressions
4.28/4.54	c 4	parsed 40000 expressions
4.38/4.69	c 4	parsed 50000 expressions
4.48/4.78	c 4	parsed 60000 expressions
4.57/4.86	c 4	parsed 70000 expressions
4.68/4.93	c 4	parsed 76917 expressions
4.68/4.94	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/4.94	c 4	Converting to clausal form CSP
5.07/5.37	c 5	converted 7692 (10%) expressions
5.28/5.54	c 5	converted 15384 (20%) expressions
5.37/5.69	c 5	converted 23076 (30%) expressions
5.56/5.84	c 5	converted 30767 (40%) expressions
5.66/6.00	c 5	converted 38459 (50%) expressions
6.06/6.33	c 6	converted 46151 (60%) expressions
6.26/6.53	c 6	converted 53842 (70%) expressions
6.36/6.68	c 6	converted 61534 (80%) expressions
6.55/6.83	c 6	converted 69226 (90%) expressions
6.75/7.09	c 6	converted 76917 (100%) expressions
6.75/7.09	c 6	CSP : 4875 integers, 0 booleans, 73163 clauses, largest domain size 7
6.75/7.09	c 6	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.75/7.09	c 6	Propagation in CSP
6.95/7.29	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.95/7.29	c 7	CSP : 4875 integers, 0 booleans, 73163 clauses, largest domain size 7
6.95/7.29	c 7	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.05/7.31	c 7	Simplifing CSP by introducing new Boolean variables
7.05/7.34	c 7	CSP : 4875 integers, 0 booleans, 73163 clauses, largest domain size 7
7.05/7.34	c 7	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.24/7.55	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.24/7.57	c 7	488 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.57	c 7	975 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.57	c 7	1463 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.58	c 7	1950 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.58	c 7	2438 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.58	c 7	2925 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.58	c 7	3413 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.58	c 7	3900 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.58	c 7	4388 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.59	c 7	4875 (100%) CSP integer variables are encoded (1875 clauses, 24439 bytes)
7.34/7.70	c 7	7317 (10%) CSP clauses are encoded (9192 clauses, 113956 bytes)
7.44/7.75	c 7	14633 (20%) CSP clauses are encoded (16508 clauses, 207543 bytes)
7.44/7.80	c 7	21949 (30%) CSP clauses are encoded (23824 clauses, 301473 bytes)
7.54/7.85	c 7	29266 (40%) CSP clauses are encoded (31141 clauses, 396204 bytes)
7.54/7.89	c 7	36582 (50%) CSP clauses are encoded (38457 clauses, 498306 bytes)
7.64/7.94	c 7	43898 (60%) CSP clauses are encoded (45773 clauses, 600376 bytes)
7.64/7.99	c 7	51215 (70%) CSP clauses are encoded (53090 clauses, 702438 bytes)
7.74/8.04	c 7	58531 (80%) CSP clauses are encoded (60406 clauses, 804384 bytes)
7.74/8.09	c 7	65847 (90%) CSP clauses are encoded (67722 clauses, 906148 bytes)
8.12/8.44	c 8	73163 (100%) CSP clauses are encoded (121538 clauses, 2108002 bytes)
8.12/8.44	c 8	73163 CSP clauses encoded
8.12/8.44	c 8	Writing map file : HOME/temp.map
8.12/8.46	c 8	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.12/8.46	c 8	SAT : 6750 SAT variables, 121538 SAT clauses, 2108002 bytes
8.12/8.46	c 8	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.12/8.48	c 8	SOLVING HOME/temp.cnf
8.12/8.48	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.12/8.49	c 8	This is MiniSat 2.0 beta
8.12/8.49	c 8	WARNING: for repeatability, setting FPU to use double precision
8.12/8.49	c 8	============================[ Problem Statistics ]=============================
8.12/8.49	c 8	|                                                                             |
8.12/8.49	c 8	|  Number of variables:  6750                                                 |
8.12/8.49	c 8	|  Number of clauses:    121538                                               |
8.22/8.55	c 8	|  Parsing time:         0.06         s                                       |
8.22/8.56	c 8	============================[ Search Statistics ]==============================
8.22/8.56	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.22/8.56	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.22/8.56	c 8	===============================================================================
8.22/8.56	c 8	|         0 |    6750   121538   339951 |    40512        0    nan |  0.000 % |
8.22/8.57	c 8	|       100 |    6750   121538   339951 |    44563      100     16 |  0.000 % |
8.22/8.58	c 8	|       251 |    6750   121538   339951 |    49020      251     17 |  0.000 % |
8.22/8.61	c 8	|       477 |    6750   121538   339951 |    53922      477     19 |  0.000 % |
8.22/8.66	c 8	|       815 |    6750   121538   339951 |    59314      815     24 |  0.000 % |
8.41/8.75	c 8	|      1321 |    6750   121538   339951 |    65246     1321     31 |  0.000 % |
8.61/8.90	c 8	|      2081 |    6750   121538   339951 |    71770     2081     41 |  0.000 % |
8.90/9.27	c 9	|      3220 |    6750   121538   339951 |    78947     3220     60 |  0.000 % |
9.20/9.55	c 9	|      4929 |    6750   121538   339951 |    86842     4929     51 |  0.000 % |
10.10/10.41	c 10	|      7491 |    6750   121538   339951 |    95526     7491     77 |  0.000 % |
10.99/11.37	c 11	|     11335 |    6750   121538   339951 |   105079    11335     82 |  0.000 % |
12.48/12.82	c 12	|     17101 |    6750   121538   339951 |   115587    17101     79 |  0.001 % |
15.05/15.44	c 15	|     25750 |    6750   121538   339951 |   127146    25750     84 |  0.000 % |
20.50/20.91	c 20	|     38724 |    6750   121538   339951 |   139860    38724     88 |  0.000 % |
34.47/35.06	c 34	|     58185 |    6750   121538   339951 |   153846    58185     87 |  0.000 % |
52.89/53.69	c 53	|     87378 |    6750   121538   339951 |   169231    87378     90 |  0.000 % |
86.86/87.94	c 87	|    131168 |    6750   121538   339951 |   186154   131168     92 |  0.000 % |
142.43/144.06	c 143	|    196852 |    6750   121538   339951 |   204770    23383    136 |  0.000 % |
230.41/232.61	c 232	|    295378 |    6750   121538   339951 |   225247   121909    113 |  0.000 % |
387.23/389.57	c 389	|    443167 |    6750   121538   339951 |   247771    59136    117 |  0.000 % |
751.48/753.98	c 753	|    664850 |    6750   121538   339951 |   272548    51447    145 |  0.000 % |
1681.74/1684.63	c 1684	|    997375 |    6750   121538   339951 |   299803   134819     97 |  0.000 % |
1800.00/1802.92	c ERROR INTERRUPTED
1800.00/1802.94	s UNKNOWN
1800.00/1802.94	c 1802	CPU 8.22 (0.07 0.01 7.78 0.36)
1800.00/1802.94	c 1802	END Sat Jul 11 23:52:24 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-2068475-1247347341/watcher-2068475-1247347341 -o /tmp/evaluation-result-2068475-1247347341/solver-2068475-1247347341 -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-2068475-1247347341.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: 2.00 2.08 2.16 2/82 17831
/proc/meminfo: memFree=1519768/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=18576 CPUtime=0
/proc/17831/stat : 17831 (runsolver) D 17829 17831 15485 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21798311 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 213116316967 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17831/statm: 4644 284 249 26 0 2626 0

[startup+0.0914481 s]
/proc/loadavg: 2.00 2.08 2.16 2/82 17831
/proc/meminfo: memFree=1519768/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=12412 CPUtime=0
/proc/17831/stat : 17831 (sugar) D 17829 17831 15485 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 21798311 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17831/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.10145 s]
/proc/loadavg: 2.00 2.08 2.16 2/82 17831
/proc/meminfo: memFree=1519768/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=12544 CPUtime=0.01
/proc/17831/stat : 17831 (sugar) R 17829 17831 15485 0 -1 4194304 489 0 0 0 1 0 0 0 18 0 1 0 21798311 12845056 457 996147200 4194304 4206940 548682068608 18446744073709551615 213125207040 0 0 4224 0 0 0 0 17 1 0 0
/proc/17831/statm: 3136 457 291 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.301492 s]
/proc/loadavg: 2.00 2.08 2.16 2/82 17831
/proc/meminfo: memFree=1519768/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=0.07
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21798311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701567 s]
/proc/loadavg: 2.00 2.08 2.16 2/82 17831
/proc/meminfo: memFree=1519768/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=0.07
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21798311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 2.00 2.08 2.16 4/93 17843
/proc/meminfo: memFree=1493440/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=0.07
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21798311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17831 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21798331 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864772 CPUtime=1.26
/proc/17835/stat : 17835 (java) S 17834 17831 15485 0 -1 0 14991 0 1 0 117 9 0 0 18 0 9 0 21798331 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216193 12529 2557 9 0 210705 0
[pid=17835/tid=17836] ppid=17834 vsize=864772 CPUtime=0.74
/proc/17835/task/17836/stat : 17836 (java) R 17834 17831 15485 0 -1 64 3027 0 1 0 71 3 0 0 23 0 9 0 21798332 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4126440069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864772 CPUtime=0.41
/proc/17835/task/17837/stat : 17837 (java) S 17834 17831 15485 0 -1 64 10763 0 0 0 36 5 0 0 16 0 9 0 21798334 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864772 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17831 15485 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21798334 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864772 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17831 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 21798334 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864772 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17831 15485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21798336 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864772 CPUtime=0.09
/proc/17835/task/17841/stat : 17841 (java) S 17834 17831 15485 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 21798336 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864772 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17831 15485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21798336 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864772 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17831 15485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21798336 885526528 12529 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 886996

[startup+3.10302 s]
/proc/loadavg: 2.00 2.08 2.16 3/93 17843
/proc/meminfo: memFree=1454016/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=0.07
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21798311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17831 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21798331 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864788 CPUtime=2.85
/proc/17835/stat : 17835 (java) S 17834 17831 15485 0 -1 0 32599 0 1 0 267 18 0 0 18 0 9 0 21798331 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216197 27180 2556 9 0 210709 0
[pid=17835/tid=17836] ppid=17834 vsize=864788 CPUtime=1.47
/proc/17835/task/17836/stat : 17836 (java) S 17834 17831 15485 0 -1 64 3929 0 1 0 143 4 0 0 17 0 9 0 21798332 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864788 CPUtime=1.22
/proc/17835/task/17837/stat : 17837 (java) R 17834 17831 15485 0 -1 64 27442 0 0 0 110 12 0 0 19 0 9 0 21798334 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 102759454 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864788 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17831 15485 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21798334 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864788 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17831 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 21798334 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864788 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17831 15485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21798336 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864788 CPUtime=0.13
/proc/17835/task/17841/stat : 17841 (java) S 17834 17831 15485 0 -1 64 523 0 0 0 13 0 0 0 16 0 9 0 21798336 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864788 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17831 15485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21798336 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864788 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17831 15485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21798336 885542912 27180 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887012

[startup+6.30263 s]
/proc/loadavg: 2.08 2.09 2.16 4/93 17853
/proc/meminfo: memFree=1478528/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=3.78
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1309 35008 0 1 6 1 348 23 15 0 1 0 21798311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1111 409 3 0 796 0
[pid=17844] ppid=17831 vsize=5356 CPUtime=0
/proc/17844/stat : 17844 (sh) S 17831 17831 15485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21798709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17844/statm: 1339 233 193 169 0 50 0
[pid=17845] ppid=17844 vsize=869624 CPUtime=2.28
/proc/17845/stat : 17845 (java) S 17844 17831 15485 0 -1 0 16792 0 1 0 220 8 0 0 18 0 9 0 21798709 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17845/statm: 217406 15015 2566 9 0 211911 0
[pid=17845/tid=17846] ppid=17844 vsize=869624 CPUtime=1.27
/proc/17845/task/17846/stat : 17846 (java) R 17844 17831 15485 0 -1 64 2899 0 1 0 126 1 0 0 24 0 9 0 21798710 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17845/tid=17847] ppid=17844 vsize=869624 CPUtime=0.81
/proc/17845/task/17847/stat : 17847 (java) R 17844 17831 15485 0 -1 64 11701 0 0 0 77 4 0 0 17 0 9 0 21798711 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 104516167 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17845/tid=17848] ppid=17844 vsize=869624 CPUtime=0
/proc/17845/task/17848/stat : 17848 (java) S 17844 17831 15485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21798711 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17845/tid=17849] ppid=17844 vsize=869624 CPUtime=0
/proc/17845/task/17849/stat : 17849 (java) S 17844 17831 15485 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21798711 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17845/tid=17850] ppid=17844 vsize=869624 CPUtime=0
/proc/17845/task/17850/stat : 17850 (java) S 17844 17831 15485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21798714 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17845/tid=17851] ppid=17844 vsize=869624 CPUtime=0.16
/proc/17845/task/17851/stat : 17851 (java) S 17844 17831 15485 0 -1 64 1489 0 0 0 15 1 0 0 16 0 9 0 21798714 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17845/tid=17852] ppid=17844 vsize=869624 CPUtime=0
/proc/17845/task/17852/stat : 17852 (java) S 17844 17831 15485 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21798714 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17845/tid=17853] ppid=17844 vsize=869624 CPUtime=0
/proc/17845/task/17853/stat : 17853 (java) S 17844 17831 15485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21798714 890494976 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 891848

[startup+12.7018 s]
/proc/loadavg: 2.07 2.09 2.16 3/85 17855
/proc/meminfo: memFree=1499584/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=13264 CPUtime=4.16
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 3212 0 0 0 414 2 0 0 25 0 1 0 21799160 13582336 3198 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/17855/statm: 3316 3198 76 150 0 3163 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 35488

[startup+25.5013 s]
/proc/loadavg: 2.06 2.09 2.16 3/85 17855
/proc/meminfo: memFree=1486720/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=25724 CPUtime=16.84
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 6289 0 0 0 1680 4 0 0 25 0 1 0 21799160 26341376 6275 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/17855/statm: 6431 6275 76 150 0 6278 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 47948

[startup+51.1011 s]
/proc/loadavg: 2.04 2.08 2.15 3/85 17855
/proc/meminfo: memFree=1471360/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=41216 CPUtime=42.18
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 10159 0 0 0 4210 8 0 0 25 0 1 0 21799160 42205184 10145 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/17855/statm: 10304 10145 76 150 0 10151 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 63440

[startup+102.307 s]
/proc/loadavg: 2.01 2.06 2.14 3/85 17855
/proc/meminfo: memFree=1444032/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1753544/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=157956 CPUtime=1351.37
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39133 0 0 0 135097 40 0 0 25 0 1 0 21799160 161746944 39119 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39489 39119 76 150 0 39336 0
Current children cumulated CPU time (s) 1359.59
Current children cumulated vsize (KiB) 180180

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17907
/proc/meminfo: memFree=1752072/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=158936 CPUtime=1411.35
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39341 0 0 0 141095 40 0 0 25 0 1 0 21799160 162750464 39327 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39734 39327 76 150 0 39581 0
Current children cumulated CPU time (s) 1419.57
Current children cumulated vsize (KiB) 181160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17907
/proc/meminfo: memFree=1751816/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=159344 CPUtime=1471.32
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39427 0 0 0 147092 40 0 0 25 0 1 0 21799160 163168256 39413 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39836 39413 76 150 0 39683 0
Current children cumulated CPU time (s) 1479.54
Current children cumulated vsize (KiB) 181568

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17907
/proc/meminfo: memFree=1751432/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=159344 CPUtime=1531.29
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39427 0 0 0 153089 40 0 0 25 0 1 0 21799160 163168256 39413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39836 39413 76 150 0 39683 0
Current children cumulated CPU time (s) 1539.51
Current children cumulated vsize (KiB) 181568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17907
/proc/meminfo: memFree=1751432/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=159344 CPUtime=1591.26
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39427 0 0 0 159086 40 0 0 25 0 1 0 21799160 163168256 39413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39836 39413 76 150 0 39683 0
Current children cumulated CPU time (s) 1599.48
Current children cumulated vsize (KiB) 181568

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17907
/proc/meminfo: memFree=1751240/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=159344 CPUtime=1651.23
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39427 0 0 0 165083 40 0 0 25 0 1 0 21799160 163168256 39413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39836 39413 76 150 0 39683 0
Current children cumulated CPU time (s) 1659.45
Current children cumulated vsize (KiB) 181568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17909
/proc/meminfo: memFree=1750920/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=159344 CPUtime=1711.21
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39427 0 0 0 171080 41 0 0 25 0 1 0 21799160 163168256 39413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39836 39413 76 150 0 39683 0
Current children cumulated CPU time (s) 1719.43
Current children cumulated vsize (KiB) 181568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17909
/proc/meminfo: memFree=1750024/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=159344 CPUtime=1771.18
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39427 0 0 0 177077 41 0 0 25 0 1 0 21799160 163168256 39413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39836 39413 76 150 0 39683 0
Current children cumulated CPU time (s) 1779.4
Current children cumulated vsize (KiB) 181568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17909
/proc/meminfo: memFree=1750024/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=159344 CPUtime=1791.78
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39428 0 0 0 179137 41 0 0 25 0 1 0 21799160 163168256 39414 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39836 39414 76 150 0 39683 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 181568

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

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

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17909
/proc/meminfo: memFree=1750024/2055920 swapFree=4192812/4192956
[pid=17831] ppid=17829 vsize=16868 CPUtime=8.22
/proc/17831/stat : 17831 (sugar) S 17829 17831 15485 0 -1 4194304 1376 56439 0 2 7 1 778 36 16 0 1 0 21798311 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17831/statm: 4217 1113 409 3 0 796 0
[pid=17854] ppid=17831 vsize=5356 CPUtime=0
/proc/17854/stat : 17854 (sh) S 17831 17831 15485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21799160 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17854/statm: 1339 232 193 169 0 50 0
[pid=17855] ppid=17854 vsize=159344 CPUtime=1791.78
/proc/17855/stat : 17855 (minisat) R 17854 17831 15485 0 -1 4194304 39428 0 0 0 179137 41 0 0 25 0 1 0 21799160 163168256 39414 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/17855/statm: 39836 39414 76 150 0 39683 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 181568

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17831 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=863804
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=389940
# CPU time returned by wait4() is 8.25374
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.94
CPU time (s): 1800
CPU user time (s): 1799.22
CPU system time (s): 0.78
CPU usage (%): 99.8369
Max. virtual memory (cumulated for all children) (KiB): 893024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.8638
system time used= 0.38994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58198
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= 3144
involuntary context switches= 3121

runsolver used 2.09668 second user time and 6.12107 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-11 23:22:21
IDJOB=2068475
IDBENCH=54868
IDSOLVER=739
FILE ID=node37/2068475-1247347341
PBS_JOBID= 9506648
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-g-125-18.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-2068475-1247347341/watcher-2068475-1247347341 -o /tmp/evaluation-result-2068475-1247347341/solver-2068475-1247347341 -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-2068475-1247347341.xml

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

MD5SUM BENCH= 22689bcc3124eea2b7d80bb2193e6792
RANDOM SEED=156042520

node37.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.260
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.260
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:       1520312 kB
Buffers:          3548 kB
Cached:          53776 kB
SwapCached:          0 kB
Active:         478588 kB
Inactive:         9828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1520312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10552 kB
Writeback:           0 kB
Mapped:         451556 kB
Slab:            31724 kB
Committed_AS:   601860 kB
PageTables:       2684 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= 66380 MiB
End job on node37 at 2009-07-11 23:52:26