Trace number 2072215

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.03 1802.38

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-71-70.xml
MD5SUM1ed9b29809e37ecdd38e641694300923
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables4970
Number of constraints174021
Maximum constraint arity70
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(174021)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:50:10 2009
0.00/0.08	c 0	PID 19270
0.00/0.08	c 0	HOST node61.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072215-1247356208.xml TO HOME/temp.csp
0.00/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-2072215-1247356208.xml' 'HOME/temp.csp'
13.22/13.44	c 13	1 domains, 4970 variables, 0 predicates, 0 relations, 174021 constraints
13.29/13.53	c 13	ENCODING HOME/temp.csp TO HOME/temp.cnf
13.29/13.53	c 13	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'
13.33/13.61	c 13	Parsing HOME/temp.csp
13.33/13.87	c 13	parsed 10000 expressions
13.33/14.14	c 14	parsed 20000 expressions
14.18/14.44	c 14	parsed 30000 expressions
14.57/14.81	c 14	parsed 40000 expressions
14.77/15.03	c 15	parsed 50000 expressions
14.97/15.26	c 15	parsed 60000 expressions
15.46/15.74	c 15	parsed 70000 expressions
15.66/15.99	c 16	parsed 80000 expressions
15.96/16.22	c 16	parsed 90000 expressions
16.16/16.47	c 16	parsed 100000 expressions
16.75/17.05	c 17	parsed 110000 expressions
17.05/17.33	c 17	parsed 120000 expressions
17.25/17.60	c 17	parsed 130000 expressions
17.54/17.87	c 17	parsed 140000 expressions
17.73/18.08	c 18	parsed 150000 expressions
17.93/18.30	c 18	parsed 160000 expressions
18.24/18.56	c 18	parsed 170000 expressions
18.44/18.79	c 18	parsed 178992 expressions
18.44/18.79	c 18	Heap : 102 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.44/18.79	c 18	Converting to clausal form CSP
20.13/20.43	c 20	converted 17900 (10%) expressions
20.72/21.01	c 21	converted 35799 (20%) expressions
21.31/21.60	c 21	converted 53698 (30%) expressions
21.89/22.20	c 22	converted 71597 (40%) expressions
22.39/22.79	c 22	converted 89496 (50%) expressions
22.99/23.38	c 23	converted 107396 (60%) expressions
23.58/23.96	c 24	converted 125295 (70%) expressions
24.17/24.57	c 24	converted 143194 (80%) expressions
24.77/25.14	c 25	converted 161093 (90%) expressions
26.85/27.26	c 27	converted 178992 (100%) expressions
26.85/27.27	c 27	CSP : 6461 integers, 0 booleans, 177003 clauses, largest domain size 25
26.85/27.27	c 27	Heap : 174 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.85/27.27	c 27	Propagation in CSP
27.34/27.77	c 27	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
27.34/27.78	c 27	CSP : 6461 integers, 0 booleans, 177003 clauses, largest domain size 25
27.34/27.78	c 27	Heap : 187 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.44/27.84	c 27	Simplifing CSP by introducing new Boolean variables
27.54/27.90	c 27	CSP : 6461 integers, 0 booleans, 177003 clauses, largest domain size 25
27.54/27.90	c 27	Heap : 178 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.03/28.47	c 28	Encoding CSP to SAT : HOME/temp.cnf
28.03/28.48	c 28	647 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
28.03/28.48	c 28	1293 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
28.03/28.49	c 28	1939 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
28.03/28.49	c 28	2585 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
28.03/28.49	c 28	3231 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
28.03/28.49	c 28	3877 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
28.03/28.50	c 28	4523 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
28.13/28.50	c 28	5169 (80%) CSP integer variables are encoded (1787 clauses, 23295 bytes)
28.13/28.51	c 28	5815 (90%) CSP integer variables are encoded (7591 clauses, 104878 bytes)
28.13/28.52	c 28	6461 (100%) CSP integer variables are encoded (13419 clauses, 192298 bytes)
28.24/28.67	c 28	17701 (10%) CSP clauses are encoded (31120 clauses, 376373 bytes)
28.34/28.78	c 28	35401 (20%) CSP clauses are encoded (48820 clauses, 568851 bytes)
28.43/28.88	c 28	53101 (30%) CSP clauses are encoded (66520 clauses, 762357 bytes)
28.53/28.98	c 29	70802 (40%) CSP clauses are encoded (84221 clauses, 964432 bytes)
28.63/29.08	c 29	88502 (50%) CSP clauses are encoded (101921 clauses, 1176832 bytes)
28.73/29.18	c 29	106202 (60%) CSP clauses are encoded (119621 clauses, 1389232 bytes)
28.83/29.28	c 29	123903 (70%) CSP clauses are encoded (137322 clauses, 1601644 bytes)
28.92/29.39	c 29	141603 (80%) CSP clauses are encoded (155022 clauses, 1814044 bytes)
29.02/29.49	c 29	159303 (90%) CSP clauses are encoded (172722 clauses, 2026444 bytes)
30.02/30.40	c 30	177003 (100%) CSP clauses are encoded (392488 clauses, 6629484 bytes)
30.02/30.40	c 30	177003 CSP clauses encoded
30.02/30.40	c 30	Writing map file : HOME/temp.map
30.02/30.42	c 30	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.02/30.42	c 30	SAT : 19880 SAT variables, 392488 SAT clauses, 6629484 bytes
30.02/30.42	c 30	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.06/30.51	c 30	SOLVING HOME/temp.cnf
30.06/30.51	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.06/30.52	c 30	This is MiniSat 2.0 beta
30.06/30.52	c 30	WARNING: for repeatability, setting FPU to use double precision
30.06/30.52	c 30	============================[ Problem Statistics ]=============================
30.06/30.52	c 30	|                                                                             |
30.06/30.52	c 30	|  Number of variables:  19880                                                |
30.06/30.52	c 30	|  Number of clauses:    392488                                               |
30.08/30.71	c 30	|  Parsing time:         0.17         s                                       |
30.08/30.73	c 30	============================[ Search Statistics ]==============================
30.08/30.73	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.08/30.73	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.08/30.73	c 30	===============================================================================
30.08/30.73	c 30	|         0 |   19880   392488  1069047 |   130829        0    nan |  0.000 % |
30.08/30.75	c 30	|       100 |   19880   392488  1069047 |   143912      100     17 |  0.000 % |
30.08/30.79	c 30	|       250 |   19880   392488  1069047 |   158303      250     14 |  0.000 % |
30.34/30.87	c 30	|       475 |   19880   392488  1069047 |   174133      475     32 |  0.000 % |
30.44/30.98	c 31	|       812 |   19880   392488  1069047 |   191547      812     36 |  0.000 % |
30.64/31.13	c 31	|      1320 |   19880   392488  1069047 |   210701     1320     45 |  0.000 % |
30.74/31.23	c 31	|      2079 |   19880   392488  1069047 |   231772     2079     37 |  0.000 % |
31.04/31.54	c 31	|      3218 |   19880   392488  1069047 |   254949     3218     49 |  0.000 % |
31.34/31.88	c 31	|      4926 |   19880   392488  1069047 |   280444     4926     53 |  0.000 % |
31.83/32.35	c 32	|      7488 |   19880   392488  1069047 |   308488     7488     49 |  0.000 % |
33.11/33.61	c 33	|     11332 |   19880   392488  1069047 |   339337    11332     53 |  0.000 % |
34.71/35.21	c 35	|     17100 |   19880   392488  1069047 |   373271    17100     67 |  0.000 % |
36.79/37.37	c 37	|     25749 |   19880   392488  1069047 |   410598    25749     70 |  0.000 % |
41.53/42.19	c 42	|     38723 |   19880   392488  1069047 |   451658    38723     75 |  0.000 % |
51.04/51.77	c 51	|     58184 |   19880   392488  1069047 |   496824    58184     88 |  0.000 % |
66.00/66.87	c 66	|     87378 |   19880   392488  1069047 |   546506    87378     92 |  0.000 % |
94.33/95.49	c 95	|    131167 |   19880   392488  1069047 |   601157   131167    104 |  0.000 % |
145.55/147.13	c 147	|    196851 |   19880   392488  1069047 |   661272   196851    104 |  0.000 % |
204.64/206.35	c 206	|    295378 |   19880   392488  1069047 |   727400   295378     85 |  0.000 % |
417.97/419.78	c 419	|    443168 |   19880   392488  1069047 |   800140   443168     93 |  0.000 % |
871.08/873.04	c 873	|    664851 |   19880   392488  1069047 |   880154   664851    102 |  0.000 % |
1353.10/1355.29	c 1355	|    997376 |   19880   392488  1069047 |   968169   121638    108 |  0.000 % |
1800.03/1802.32	c ERROR INTERRUPTED
1800.03/1802.38	s UNKNOWN
1800.03/1802.38	c 1802	CPU 30.08 (0.06 0.01 28.89 1.12)
1800.03/1802.38	c 1802	END Sun Jul 12 02:20:12 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-2072215-1247356208/watcher-2072215-1247356208 -o /tmp/evaluation-result-2072215-1247356208/solver-2072215-1247356208 -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-2072215-1247356208.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.99 2.00 2.00 4/82 19270
/proc/meminfo: memFree=1693056/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=12272 CPUtime=0
/proc/19270/stat : 19270 (sugar) R 19268 19270 18196 0 -1 4194304 359 0 0 0 0 0 0 0 22 0 1 0 22684405 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 246415408126 0 0 4224 0 0 0 0 17 1 0 0
/proc/19270/statm: 3068 327 246 3 0 168 0

[startup+0.137349 s]
/proc/loadavg: 1.99 2.00 2.00 4/82 19270
/proc/meminfo: memFree=1693056/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=0.07
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.203433 s]
/proc/loadavg: 1.99 2.00 2.00 4/82 19270
/proc/meminfo: memFree=1693056/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=0.07
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302439 s]
/proc/loadavg: 1.99 2.00 2.00 4/82 19270
/proc/meminfo: memFree=1693056/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=0.07
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702482 s]
/proc/loadavg: 1.99 2.00 2.00 4/82 19270
/proc/meminfo: memFree=1693056/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=0.07
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 1.99 2.00 2.00 3/93 19282
/proc/meminfo: memFree=1659752/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=0.07
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
[pid=19273] ppid=19270 vsize=5356 CPUtime=0
/proc/19273/stat : 19273 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22684414 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19273/statm: 1339 233 193 169 0 50 0
[pid=19274] ppid=19273 vsize=864776 CPUtime=1.38
/proc/19274/stat : 19274 (java) S 19273 19270 18196 0 -1 0 15724 0 1 0 130 8 0 0 18 0 9 0 22684414 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 216194 13761 2557 9 0 210706 0
[pid=19274/tid=19275] ppid=19273 vsize=864776 CPUtime=0.81
/proc/19274/task/19275/stat : 19275 (java) R 19273 19270 18196 0 -1 64 3071 0 1 0 79 2 0 0 24 0 9 0 22684415 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4126443176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19273 vsize=864776 CPUtime=0.45
/proc/19274/task/19276/stat : 19276 (java) S 19273 19270 18196 0 -1 64 11444 0 0 0 40 5 0 0 16 0 9 0 22684416 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19273 19270 18196 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22684416 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19273 19270 18196 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22684416 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19273 19270 18196 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22684419 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19273 vsize=864776 CPUtime=0.1
/proc/19274/task/19280/stat : 19280 (java) S 19273 19270 18196 0 -1 64 504 0 0 0 10 0 0 0 16 0 9 0 22684419 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19273 19270 18196 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22684419 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) S 19273 19270 18196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22684419 885530624 13761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10171 s]
/proc/loadavg: 1.99 2.00 2.00 3/93 19282
/proc/meminfo: memFree=1612968/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=0.07
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
[pid=19273] ppid=19270 vsize=5356 CPUtime=0
/proc/19273/stat : 19273 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22684414 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19273/statm: 1339 233 193 169 0 50 0
[pid=19274] ppid=19273 vsize=864776 CPUtime=2.97
/proc/19274/stat : 19274 (java) S 19273 19270 18196 0 -1 0 35779 0 1 0 278 19 0 0 18 0 9 0 22684414 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 216194 30871 2557 9 0 210706 0
[pid=19274/tid=19275] ppid=19273 vsize=864776 CPUtime=1.67
/proc/19274/task/19275/stat : 19275 (java) R 19273 19270 18196 0 -1 64 3883 0 1 0 163 4 0 0 25 0 9 0 22684415 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4126666123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19273 vsize=864776 CPUtime=1.17
/proc/19274/task/19276/stat : 19276 (java) S 19273 19270 18196 0 -1 64 30686 0 0 0 103 14 0 0 16 0 9 0 22684416 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19273 19270 18196 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22684416 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19273 19270 18196 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22684416 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19273 19270 18196 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22684419 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19273 vsize=864776 CPUtime=0.1
/proc/19274/task/19280/stat : 19280 (java) S 19273 19270 18196 0 -1 64 505 0 0 0 10 0 0 0 16 0 9 0 22684419 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19273 19270 18196 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22684419 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) S 19273 19270 18196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22684419 885530624 30871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887000

[startup+6.30301 s]
/proc/loadavg: 1.99 2.00 2.00 4/93 19282
/proc/meminfo: memFree=1452776/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=0.07
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
[pid=19273] ppid=19270 vsize=5356 CPUtime=0
/proc/19273/stat : 19273 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22684414 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19273/statm: 1339 233 193 169 0 50 0
[pid=19274] ppid=19273 vsize=893268 CPUtime=6.13
/proc/19274/stat : 19274 (java) S 19273 19270 18196 0 -1 0 84295 0 1 0 569 44 0 0 18 0 9 0 22684414 914706432 68511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 223317 68511 2557 9 0 217829 0
[pid=19274/tid=19275] ppid=19273 vsize=893268 CPUtime=2.82
/proc/19274/task/19275/stat : 19275 (java) S 19273 19270 18196 0 -1 64 4899 0 1 0 276 6 0 0 25 0 9 0 22684415 914706432 68511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19273 vsize=893268 CPUtime=3.17
/proc/19274/task/19276/stat : 19276 (java) R 19273 19270 18196 0 -1 64 78169 0 0 0 280 37 0 0 23 0 9 0 22684416 914706432 68511 996147200 134512640 134550932 4294955984 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19273 vsize=893268 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19273 19270 18196 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22684416 914706432 68511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19273 vsize=893268 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19273 19270 18196 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22684416 914706432 68511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19273 vsize=893268 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19273 19270 18196 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22684419 914706432 68511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19273 vsize=893268 CPUtime=0.12
/proc/19274/task/19280/stat : 19280 (java) S 19273 19270 18196 0 -1 64 522 0 0 0 12 0 0 0 16 0 9 0 22684419 914706432 68511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19273 vsize=893268 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19273 19270 18196 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22684419 914706432 68511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19273 vsize=893268 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) S 19273 19270 18196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22684419 914706432 68511 996147200 134512640 134550932 4294955984 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) 915492

[startup+12.7016 s]
/proc/loadavg: 2.06 2.01 2.00 3/93 19282
/proc/meminfo: memFree=1389616/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=0.07
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
[pid=19273] ppid=19270 vsize=5356 CPUtime=0
/proc/19273/stat : 19273 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22684414 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19273/statm: 1339 233 193 169 0 50 0
[pid=19274] ppid=19273 vsize=864776 CPUtime=12.46
/proc/19274/stat : 19274 (java) S 19273 19270 18196 0 -1 0 98153 0 1 0 1190 56 0 0 18 0 9 0 22684414 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 216194 75200 2557 9 0 210706 0
[pid=19274/tid=19275] ppid=19273 vsize=864776 CPUtime=8.08
/proc/19274/task/19275/stat : 19275 (java) R 19273 19270 18196 0 -1 64 6505 0 1 0 796 12 0 0 25 0 9 0 22684415 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4126384430 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19273 vsize=864776 CPUtime=4.15
/proc/19274/task/19276/stat : 19276 (java) S 19273 19270 18196 0 -1 64 90368 0 0 0 372 43 0 0 16 0 9 0 22684416 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19273 19270 18196 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22684416 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19273 19270 18196 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22684416 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19273 19270 18196 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22684419 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19273 vsize=864776 CPUtime=0.21
/proc/19274/task/19280/stat : 19280 (java) S 19273 19270 18196 0 -1 64 575 0 0 0 21 0 0 0 16 0 9 0 22684419 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19273 19270 18196 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22684419 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19273 vsize=864776 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) R 19273 19270 18196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22684419 885530624 75200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887000

[startup+25.5028 s]
/proc/loadavg: 2.05 2.01 2.00 4/93 19292
/proc/meminfo: memFree=1473136/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=13.33
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1309 98589 0 1 6 1 1263 63 16 0 1 0 22684405 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19270/statm: 4217 1111 409 3 0 796 0
[pid=19283] ppid=19270 vsize=5356 CPUtime=0
/proc/19283/stat : 19283 (sh) S 19270 19270 18196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22685759 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19283/statm: 1339 233 193 169 0 50 0
[pid=19284] ppid=19283 vsize=870544 CPUtime=11.84
/proc/19284/stat : 19284 (java) S 19283 19270 18196 0 -1 0 64482 0 1 0 1149 35 0 0 19 0 9 0 22685759 891437056 51465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19284/statm: 217636 51465 2567 9 0 212141 0
[pid=19284/tid=19285] ppid=19283 vsize=870544 CPUtime=7.34
/proc/19284/task/19285/stat : 19285 (java) R 19283 19270 18196 0 -1 64 4374 0 1 0 730 4 0 0 25 0 9 0 22685760 891437056 51465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19284/tid=19286] ppid=19283 vsize=870544 CPUtime=4.29
/proc/19284/task/19286/stat : 19286 (java) R 19283 19270 18196 0 -1 64 57903 0 0 0 401 28 0 0 16 0 9 0 22685761 891437056 51465 996147200 134512640 134550932 4294955936 18446744073709551615 102500642 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19284/tid=19287] ppid=19283 vsize=870544 CPUtime=0
/proc/19284/task/19287/stat : 19287 (java) S 19283 19270 18196 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22685761 891437056 51465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19284/tid=19288] ppid=19283 vsize=870544 CPUtime=0
/proc/19284/task/19288/stat : 19288 (java) S 19283 19270 18196 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22685761 891437056 51465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19284/tid=19289] ppid=19283 vsize=870544 CPUtime=0

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

/proc/meminfo: memFree=1301712/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1270.14
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104588 0 0 0 126907 107 0 0 25 0 1 0 22687457 433127424 104574 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104574 76 150 0 105591 0
Current children cumulated CPU time (s) 1300.22
Current children cumulated vsize (KiB) 445200

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19378
/proc/meminfo: memFree=1301648/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1330.12
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104592 0 0 0 132905 107 0 0 25 0 1 0 22687457 433127424 104578 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104578 76 150 0 105591 0
Current children cumulated CPU time (s) 1360.2
Current children cumulated vsize (KiB) 445200

[startup+1422.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19378
/proc/meminfo: memFree=1301648/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1390.09
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104593 0 0 0 138902 107 0 0 25 0 1 0 22687457 433127424 104579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104579 76 150 0 105591 0
Current children cumulated CPU time (s) 1420.17
Current children cumulated vsize (KiB) 445200

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19378
/proc/meminfo: memFree=1301520/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1450.07
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104598 0 0 0 144900 107 0 0 25 0 1 0 22687457 433127424 104584 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104584 76 150 0 105591 0
Current children cumulated CPU time (s) 1480.15
Current children cumulated vsize (KiB) 445200

[startup+1542.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19378
/proc/meminfo: memFree=1301520/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1510.05
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104598 0 0 0 150898 107 0 0 25 0 1 0 22687457 433127424 104584 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104584 76 150 0 105591 0
Current children cumulated CPU time (s) 1540.13
Current children cumulated vsize (KiB) 445200

[startup+1602.3 s]
/proc/loadavg: 2.18 2.05 2.01 3/83 19378
/proc/meminfo: memFree=1301456/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1570.02
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104602 0 0 0 156894 108 0 0 25 0 1 0 22687457 433127424 104588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104588 76 150 0 105591 0
Current children cumulated CPU time (s) 1600.1
Current children cumulated vsize (KiB) 445200

[startup+1662.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/83 19378
/proc/meminfo: memFree=1301456/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1630
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104602 0 0 0 162892 108 0 0 25 0 1 0 22687457 433127424 104588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104588 76 150 0 105591 0
Current children cumulated CPU time (s) 1660.08
Current children cumulated vsize (KiB) 445200

[startup+1722.3 s]
/proc/loadavg: 2.17 2.08 2.02 3/83 19378
/proc/meminfo: memFree=1301456/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1689.97
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104602 0 0 0 168889 108 0 0 25 0 1 0 22687457 433127424 104588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104588 76 150 0 105591 0
Current children cumulated CPU time (s) 1720.05
Current children cumulated vsize (KiB) 445200

[startup+1782.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/83 19378
/proc/meminfo: memFree=1301264/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1749.95
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104602 0 0 0 174887 108 0 0 25 0 1 0 22687457 433127424 104588 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104588 76 150 0 105591 0
Current children cumulated CPU time (s) 1780.03
Current children cumulated vsize (KiB) 445200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 2.23 2.11 2.03 3/83 19378
/proc/meminfo: memFree=1301264/2055920 swapFree=4192812/4192956
[pid=19270] ppid=19268 vsize=16868 CPUtime=30.08
/proc/19270/stat : 19270 (sugar) S 19268 19270 18196 0 -1 4194304 1376 177351 0 2 6 1 2889 112 16 0 1 0 22684405 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19270/statm: 4217 1113 409 3 0 796 0
[pid=19293] ppid=19270 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19270 19270 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22687457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 232 193 169 0 50 0
[pid=19294] ppid=19293 vsize=422976 CPUtime=1769.95
/proc/19294/stat : 19294 (minisat) R 19293 19270 18196 0 -1 4194304 104602 0 0 0 176887 108 0 0 25 0 1 0 22687457 433127424 104588 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/19294/statm: 105744 104588 76 150 0 105591 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 445200

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 19270 and gives
#  childrusage.ru_utime.tv_sec=28
#  childrusage.ru_utime.tv_usec=963596
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=153824
# CPU time returned by wait4() is 30.1174
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.38
CPU time (s): 1800.03
CPU user time (s): 1797.82
CPU system time (s): 2.21
CPU usage (%): 99.8696
Max. virtual memory (cumulated for all children) (KiB): 915492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.9636
system time used= 1.15382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179110
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= 4637
involuntary context switches= 5428

runsolver used 2.13267 second user time and 6.08807 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 01:50:10
IDJOB=2072215
IDBENCH=55621
IDSOLVER=739
FILE ID=node61/2072215-1247356208
PBS_JOBID= 9506867
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-71-70.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-2072215-1247356208/watcher-2072215-1247356208 -o /tmp/evaluation-result-2072215-1247356208/solver-2072215-1247356208 -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-2072215-1247356208.xml

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

MD5SUM BENCH= 1ed9b29809e37ecdd38e641694300923
RANDOM SEED=832124365

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:       1693536 kB
Buffers:         45788 kB
Cached:         125164 kB
SwapCached:          0 kB
Active:         258112 kB
Inactive:        54452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           30740 kB
Writeback:           0 kB
Mapped:         161940 kB
Slab:            34868 kB
Committed_AS:   345820 kB
PageTables:       2048 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= 66380 MiB
End job on node61 at 2009-07-12 02:20:14