Trace number 2064009

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.17 1817.12

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-10.xml
MD5SUM2a82fd0e6a406c196682c347f06803ad
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark125.758
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64588
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64388
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:34:04 2009
0.00/0.08	c 0	PID 15808
0.07/0.08	c 0	HOST node37.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2064009-1247333644.xml TO HOME/temp.csp
0.07/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-2064009-1247333644.xml' 'HOME/temp.csp'
3.42/3.55	c 4	11 domains, 800 variables, 1 predicates, 0 relations, 64588 constraints
3.48/3.60	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.48/3.60	c 4	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.48/3.68	c 4	Parsing HOME/temp.csp
3.49/3.85	c 4	parsed 10000 expressions
3.49/4.00	c 4	parsed 20000 expressions
3.49/4.17	c 4	parsed 30000 expressions
4.16/4.36	c 5	parsed 40000 expressions
4.27/4.46	c 5	parsed 50000 expressions
4.56/4.74	c 5	parsed 60000 expressions
4.56/4.80	c 5	parsed 65400 expressions
4.65/4.81	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.65/4.81	c 5	Converting to clausal form CSP
5.35/5.51	c 6	converted 6540 (10%) expressions
6.14/6.32	c 7	converted 13080 (20%) expressions
6.63/6.86	c 7	converted 19620 (30%) expressions
7.13/7.39	c 8	converted 26160 (40%) expressions
8.12/8.37	c 9	converted 32700 (50%) expressions
8.72/8.93	c 9	converted 39240 (60%) expressions
9.21/9.48	c 10	converted 45780 (70%) expressions
9.80/10.04	c 10	converted 52320 (80%) expressions
11.28/11.51	c 12	converted 58860 (90%) expressions
12.78/13.04	c 13	converted 65400 (100%) expressions
12.78/13.04	c 13	CSP : 800 integers, 0 booleans, 94731 clauses, largest domain size 45
12.78/13.04	c 13	Heap : 148 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.78/13.04	c 13	Propagation in CSP
13.08/13.35	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.08/13.35	c 14	CSP : 800 integers, 0 booleans, 94731 clauses, largest domain size 45
13.08/13.35	c 14	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.08/13.40	c 14	Simplifing CSP by introducing new Boolean variables
15.94/16.21	c 16	CSP : 800 integers, 304363 booleans, 399094 clauses, largest domain size 45
15.94/16.22	c 16	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.42/17.73	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.42/17.80	c 18	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.52/17.80	c 18	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.52/17.80	c 18	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.52/17.81	c 18	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.52/17.81	c 18	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.52/17.82	c 18	480 (60%) CSP integer variables are encoded (17308 clauses, 237978 bytes)
17.52/17.83	c 18	560 (70%) CSP integer variables are encoded (17439 clauses, 239943 bytes)
17.52/17.83	c 18	640 (80%) CSP integer variables are encoded (17581 clauses, 242073 bytes)
17.52/17.83	c 18	720 (90%) CSP integer variables are encoded (17693 clauses, 243753 bytes)
17.52/17.84	c 18	800 (100%) CSP integer variables are encoded (17836 clauses, 245898 bytes)
19.20/19.59	c 20	39910 (10%) CSP clauses are encoded (813461 clauses, 15583668 bytes)
20.89/21.29	c 22	79819 (20%) CSP clauses are encoded (1611478 clauses, 31696481 bytes)
22.67/23.04	c 23	119729 (30%) CSP clauses are encoded (2412469 clauses, 48241453 bytes)
24.43/24.86	c 25	159638 (40%) CSP clauses are encoded (3208063 clauses, 65202801 bytes)
26.20/26.66	c 27	199547 (50%) CSP clauses are encoded (4004458 clauses, 82246808 bytes)
27.99/28.46	c 29	239457 (60%) CSP clauses are encoded (4796504 clauses, 99300245 bytes)
29.75/30.30	c 31	279366 (70%) CSP clauses are encoded (5590104 clauses, 117011076 bytes)
31.72/32.29	c 33	319276 (80%) CSP clauses are encoded (6495609 clauses, 137121960 bytes)
34.16/34.72	c 35	359185 (90%) CSP clauses are encoded (7700770 clauses, 162873042 bytes)
36.54/37.10	c 37	399094 (100%) CSP clauses are encoded (8906635 clauses, 188722386 bytes)
36.54/37.10	c 37	399094 CSP clauses encoded
36.54/37.10	c 37	Writing map file : HOME/temp.map
36.54/37.14	c 37	Heap : 177 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.54/37.14	c 37	SAT : 322959 SAT variables, 8906635 SAT clauses, 188722386 bytes
36.54/37.15	c 37	Heap : 177 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.54/37.19	c 37	SOLVING HOME/temp.cnf
36.54/37.19	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.54/37.20	c 37	This is MiniSat 2.0 beta
36.54/37.20	c 37	WARNING: for repeatability, setting FPU to use double precision
36.54/37.20	c 37	============================[ Problem Statistics ]=============================
36.54/37.20	c 37	|                                                                             |
36.63/37.20	c 37	|  Number of variables:  322959                                               |
36.63/37.20	c 37	|  Number of clauses:    8906635                                              |
41.65/42.34	c 43	|  Parsing time:         4.38         s                                       |
41.85/42.57	c 43	============================[ Search Statistics ]==============================
41.85/42.57	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.85/42.57	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.85/42.57	c 43	===============================================================================
41.85/42.57	c 43	|         0 |  322959  8906635 26195555 |  2968878        0    nan |  0.000 % |
44.62/45.34	c 46	|       100 |  322959  8906635 26195555 |  3265766      100     11 |  0.000 % |
46.01/46.72	c 47	|       250 |  322959  8906635 26195555 |  3592342      250     19 |  0.000 % |
47.70/48.47	c 49	|       475 |  322959  8906635 26195555 |  3951577      475     14 |  0.000 % |
49.27/50.06	c 50	|       813 |  322959  8906635 26195555 |  4346734      813     15 |  0.000 % |
50.16/51.00	c 51	|      1320 |  322959  8906635 26195555 |  4781408     1320     15 |  0.000 % |
50.76/51.60	c 52	|      2079 |  322959  8906635 26195555 |  5259549     2079     14 |  0.000 % |
51.25/52.02	c 52	|      3218 |  322959  8906635 26195555 |  5785503     3218     14 |  0.000 % |
51.95/52.73	c 53	|      4927 |  322959  8906635 26195555 |  6364054     4927     14 |  0.000 % |
52.84/53.63	c 54	|      7489 |  322959  8906635 26195555 |  7000459     7489     15 |  0.000 % |
74.63/75.63	c 76	|     11333 |  322959  8906635 26195555 |  7700505    11333     27 |  0.000 % |
97.61/98.82	c 99	|     17099 |  322959  8906635 26195555 |  8470556    17099     34 |  0.000 % |
137.22/138.87	c 139	|     25749 |  322959  8906635 26195555 |  9317612    25749     40 |  0.000 % |
154.36/156.16	c 156	|     38724 |  322959  8906635 26195555 | 10249373    38724     52 |  0.000 % |
162.18/164.00	c 164	|     58185 |  322959  8906635 26195555 | 11274310    58185     43 |  0.000 % |
175.17/177.11	c 177	|     87378 |  322959  8906635 26195555 | 12401741    87378     38 |  0.000 % |
189.12/191.28	c 191	|    131167 |  322959  8906635 26195555 | 13641915   131167     31 |  0.000 % |
221.32/223.78	c 224	|    196851 |  322959  8906635 26195555 | 15006107   196851     31 |  0.000 % |
320.86/324.29	c 325	|    295377 |  322959  8906635 26195555 | 16506718   295377     32 |  0.000 % |
479.33/484.20	c 484	|    443166 |  322959  8906635 26195555 | 18157389   443166     42 |  0.000 % |
616.31/622.57	c 623	|    664849 |  322959  8906635 26195555 | 19973128   664849     39 |  0.000 % |
1503.89/1517.94	c 1518	|    997375 |  322959  8906635 26195555 | 21970441   997375     46 |  0.000 % |
1800.05/1816.92	c ERROR INTERRUPTED
36.64/1817.02	s UNKNOWN
36.64/1817.02	c 1817	CPU 36.63 (0.06 0.02 34.74 1.81)
36.64/1817.02	c 1817	END Sat Jul 11 20:04:21 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-2064009-1247333644/watcher-2064009-1247333644 -o /tmp/evaluation-result-2064009-1247333644/solver-2064009-1247333644 -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-2064009-1247333644.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.10 2.12 2.07 4/81 15808
/proc/meminfo: memFree=699248/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=18576 CPUtime=0
/proc/15808/stat : 15808 (runsolver) R 15806 15808 15728 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20428593 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15808/statm: 4644 284 249 26 0 2626 0

[startup+0.0838461 s]
/proc/loadavg: 2.10 2.12 2.07 4/81 15808
/proc/meminfo: memFree=699248/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16740 CPUtime=0.07
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 20428593 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102095 s]
/proc/loadavg: 2.10 2.12 2.07 4/81 15808
/proc/meminfo: memFree=699248/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=0.07
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20428593 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301129 s]
/proc/loadavg: 2.10 2.12 2.07 4/81 15808
/proc/meminfo: memFree=699248/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=0.07
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20428593 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702211 s]
/proc/loadavg: 2.10 2.12 2.07 4/81 15808
/proc/meminfo: memFree=699248/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=0.07
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20428593 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50137 s]
/proc/loadavg: 2.10 2.12 2.07 3/92 15820
/proc/meminfo: memFree=666328/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=0.07
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20428593 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1111 409 3 0 796 0
[pid=15811] ppid=15808 vsize=5356 CPUtime=0
/proc/15811/stat : 15811 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20428602 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15811/statm: 1339 233 193 169 0 50 0
[pid=15812] ppid=15811 vsize=866268 CPUtime=1.38
/proc/15812/stat : 15812 (java) S 15811 15808 15728 0 -1 0 17476 0 1 0 129 9 0 0 18 0 9 0 20428602 887058432 15421 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15812/statm: 216567 15421 2557 9 0 211079 0
[pid=15812/tid=15813] ppid=15811 vsize=866268 CPUtime=0.79
/proc/15812/task/15813/stat : 15813 (java) R 15811 15808 15728 0 -1 64 3023 0 1 0 77 2 0 0 24 0 9 0 20428604 887058432 15421 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15814] ppid=15811 vsize=866268 CPUtime=0.47
/proc/15812/task/15814/stat : 15814 (java) R 15811 15808 15728 0 -1 64 13252 0 0 0 42 5 0 0 16 0 9 0 20428605 887058432 15421 996147200 134512640 134550932 4294955984 18446744073709551615 102500676 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15815] ppid=15811 vsize=866268 CPUtime=0
/proc/15812/task/15815/stat : 15815 (java) S 15811 15808 15728 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20428605 887058432 15421 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15816] ppid=15811 vsize=866268 CPUtime=0
/proc/15812/task/15816/stat : 15816 (java) S 15811 15808 15728 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20428605 887058432 15421 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15817] ppid=15811 vsize=866268 CPUtime=0
/proc/15812/task/15817/stat : 15817 (java) S 15811 15808 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20428607 887058432 15421 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15818] ppid=15811 vsize=866268 CPUtime=0.09
/proc/15812/task/15818/stat : 15818 (java) S 15811 15808 15728 0 -1 64 497 0 0 0 9 0 0 0 16 0 9 0 20428607 887058432 15421 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15819] ppid=15811 vsize=866268 CPUtime=0
/proc/15812/task/15819/stat : 15819 (java) S 15811 15808 15728 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20428607 887058432 15421 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15820] ppid=15811 vsize=866268 CPUtime=0
/proc/15812/task/15820/stat : 15820 (java) S 15811 15808 15728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20428607 887058432 15421 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) 888492

[startup+3.10266 s]
/proc/loadavg: 2.10 2.12 2.07 3/92 15820
/proc/meminfo: memFree=620184/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=0.07
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20428593 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1111 409 3 0 796 0
[pid=15811] ppid=15808 vsize=5356 CPUtime=0
/proc/15811/stat : 15811 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20428602 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15811/statm: 1339 233 193 169 0 50 0
[pid=15812] ppid=15811 vsize=864780 CPUtime=2.96
/proc/15812/stat : 15812 (java) S 15811 15808 15728 0 -1 0 31528 0 1 0 281 15 0 0 18 0 9 0 20428602 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15812/statm: 216195 26610 2557 9 0 210707 0
[pid=15812/tid=15813] ppid=15811 vsize=864780 CPUtime=1.57
/proc/15812/task/15813/stat : 15813 (java) R 15811 15808 15728 0 -1 64 3925 0 1 0 154 3 0 0 25 0 9 0 20428604 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4126493022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15814] ppid=15811 vsize=864780 CPUtime=1.24
/proc/15812/task/15814/stat : 15814 (java) S 15811 15808 15728 0 -1 64 26371 0 0 0 113 11 0 0 16 0 9 0 20428605 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15815] ppid=15811 vsize=864780 CPUtime=0
/proc/15812/task/15815/stat : 15815 (java) S 15811 15808 15728 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20428605 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15816] ppid=15811 vsize=864780 CPUtime=0
/proc/15812/task/15816/stat : 15816 (java) S 15811 15808 15728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20428605 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15817] ppid=15811 vsize=864780 CPUtime=0
/proc/15812/task/15817/stat : 15817 (java) S 15811 15808 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20428607 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15818] ppid=15811 vsize=864780 CPUtime=0.13
/proc/15812/task/15818/stat : 15818 (java) S 15811 15808 15728 0 -1 64 528 0 0 0 13 0 0 0 16 0 9 0 20428607 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15819] ppid=15811 vsize=864780 CPUtime=0
/proc/15812/task/15819/stat : 15819 (java) S 15811 15808 15728 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20428607 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15812/tid=15820] ppid=15811 vsize=864780 CPUtime=0
/proc/15812/task/15820/stat : 15820 (java) S 15811 15808 15728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20428607 885534720 26610 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887004

[startup+6.30226 s]
/proc/loadavg: 2.09 2.12 2.07 4/92 15830
/proc/meminfo: memFree=649112/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=3.49
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1309 32196 0 1 5 2 324 18 15 0 1 0 20428593 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1111 409 3 0 796 0
[pid=15821] ppid=15808 vsize=5356 CPUtime=0
/proc/15821/stat : 15821 (sh) S 15808 15808 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20428954 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15821/statm: 1339 233 193 169 0 50 0
[pid=15822] ppid=15821 vsize=868608 CPUtime=2.65
/proc/15822/stat : 15822 (java) S 15821 15808 15728 0 -1 0 18840 0 1 0 256 9 0 0 19 0 9 0 20428955 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15822/statm: 217152 17032 2566 9 0 211657 0
[pid=15822/tid=15823] ppid=15821 vsize=868608 CPUtime=1.41
/proc/15822/task/15823/stat : 15823 (java) R 15821 15808 15728 0 -1 64 3160 0 1 0 140 1 0 0 25 0 9 0 20428956 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4126408684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15824] ppid=15821 vsize=868608 CPUtime=1.05
/proc/15822/task/15824/stat : 15824 (java) S 15821 15808 15728 0 -1 64 13518 0 0 0 99 6 0 0 16 0 9 0 20428957 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15825] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15825/stat : 15825 (java) S 15821 15808 15728 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20428957 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15826] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15826/stat : 15826 (java) S 15821 15808 15728 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20428957 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15827] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15827/stat : 15827 (java) S 15821 15808 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20428959 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15828] ppid=15821 vsize=868608 CPUtime=0.16
/proc/15822/task/15828/stat : 15828 (java) S 15821 15808 15728 0 -1 64 1460 0 0 0 16 0 0 0 17 0 9 0 20428959 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15829] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15829/stat : 15829 (java) S 15821 15808 15728 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20428959 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15830] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15830/stat : 15830 (java) S 15821 15808 15728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20428959 889454592 17032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890832

[startup+12.7025 s]
/proc/loadavg: 2.08 2.12 2.07 4/92 15830
/proc/meminfo: memFree=546968/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=3.5
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1309 32196 0 1 6 2 324 18 16 0 1 0 20428593 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1111 409 3 0 796 0
[pid=15821] ppid=15808 vsize=5356 CPUtime=0
/proc/15821/stat : 15821 (sh) S 15808 15808 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20428954 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15821/statm: 1339 233 193 169 0 50 0
[pid=15822] ppid=15821 vsize=868608 CPUtime=8.98
/proc/15822/stat : 15822 (java) S 15821 15808 15728 0 -1 0 54187 0 1 0 872 26 0 0 19 0 9 0 20428955 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15822/statm: 217152 42576 2567 9 0 211657 0
[pid=15822/tid=15823] ppid=15821 vsize=868608 CPUtime=5.02
/proc/15822/task/15823/stat : 15823 (java) R 15821 15808 15728 0 -1 64 4454 0 1 0 499 3 0 0 25 0 9 0 20428956 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15824] ppid=15821 vsize=868608 CPUtime=3.77
/proc/15822/task/15824/stat : 15824 (java) R 15821 15808 15728 0 -1 64 47561 0 0 0 355 22 0 0 16 0 9 0 20428957 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15825] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15825/stat : 15825 (java) S 15821 15808 15728 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20428957 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15826] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15826/stat : 15826 (java) S 15821 15808 15728 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20428957 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15827] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15827/stat : 15827 (java) S 15821 15808 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20428959 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15828] ppid=15821 vsize=868608 CPUtime=0.17
/proc/15822/task/15828/stat : 15828 (java) S 15821 15808 15728 0 -1 64 1470 0 0 0 17 0 0 0 16 0 9 0 20428959 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15829] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15829/stat : 15829 (java) S 15821 15808 15728 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20428959 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15830] ppid=15821 vsize=868608 CPUtime=0
/proc/15822/task/15830/stat : 15830 (java) S 15821 15808 15728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20428959 889454592 42576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890832

[startup+25.5029 s]
/proc/loadavg: 2.20 2.14 2.08 3/92 15830
/proc/meminfo: memFree=367512/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=3.5
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1310 32196 0 1 6 2 324 18 16 0 1 0 20428593 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1111 409 3 0 796 0
[pid=15821] ppid=15808 vsize=5356 CPUtime=0
/proc/15821/stat : 15821 (sh) S 15808 15808 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20428954 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15821/statm: 1339 233 193 169 0 50 0
[pid=15822] ppid=15821 vsize=868720 CPUtime=21.61
/proc/15822/stat : 15822 (java) S 15821 15808 15728 0 -1 0 92571 0 1 0 2072 89 0 0 19 0 9 0 20428955 889569280 67023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15822/statm: 217180 67023 2593 9 0 211657 0
[pid=15822/tid=15823] ppid=15821 vsize=868720 CPUtime=13.47
/proc/15822/task/15823/stat : 15823 (java) R 15821 15808 15728 0 -1 64 5940 0 1 0 1301 46 0 0 25 0 9 0 20428956 889569280 67023 996147200 134512640 134550932 4294955936 18446744073709551615 4126992348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15824] ppid=15821 vsize=868720 CPUtime=7.86
/proc/15822/task/15824/stat : 15824 (java) S 15821 15808 15728 0 -1 64 84405 0 0 0 745 41 0 0 16 0 9 0 20428957 889569280 67023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15825] ppid=15821 vsize=868720 CPUtime=0
/proc/15822/task/15825/stat : 15825 (java) S 15821 15808 15728 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20428957 889569280 67023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15826] ppid=15821 vsize=868720 CPUtime=0
/proc/15822/task/15826/stat : 15826 (java) S 15821 15808 15728 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20428957 889569280 67023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15822/tid=15827] ppid=15821 vsize=868720 CPUtime=0

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

/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1376 125226 0 2 6 2 3474 181 16 0 1 0 20428593 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1113 409 3 0 796 0
[pid=15831] ppid=15808 vsize=5356 CPUtime=0
/proc/15831/stat : 15831 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20432313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15831/statm: 1339 232 193 169 0 50 0
[pid=15832] ppid=15831 vsize=629404 CPUtime=1431.99
/proc/15832/stat : 15832 (minisat) R 15831 15808 15728 0 -1 4194304 152832 0 0 0 143061 138 0 0 25 0 1 0 20432313 644509696 152818 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15832/statm: 157351 152818 76 150 0 157198 0
Current children cumulated CPU time (s) 1468.62
Current children cumulated vsize (KiB) 651628

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15905
/proc/meminfo: memFree=172888/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.63
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1376 125226 0 2 6 2 3474 181 16 0 1 0 20428593 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1113 409 3 0 796 0
[pid=15831] ppid=15808 vsize=5356 CPUtime=0
/proc/15831/stat : 15831 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20432313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15831/statm: 1339 232 193 169 0 50 0
[pid=15832] ppid=15831 vsize=643204 CPUtime=1491.42
/proc/15832/stat : 15832 (minisat) R 15831 15808 15728 0 -1 4194304 156359 0 0 0 149000 142 0 0 25 0 1 0 20432313 658640896 156345 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/15832/statm: 160801 156345 76 150 0 160648 0
Current children cumulated CPU time (s) 1528.05
Current children cumulated vsize (KiB) 665428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15905
/proc/meminfo: memFree=165528/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.63
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1376 125226 0 2 6 2 3474 181 16 0 1 0 20428593 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1113 409 3 0 796 0
[pid=15831] ppid=15808 vsize=5356 CPUtime=0
/proc/15831/stat : 15831 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20432313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15831/statm: 1339 232 193 169 0 50 0
[pid=15832] ppid=15831 vsize=652640 CPUtime=1550.86
/proc/15832/stat : 15832 (minisat) R 15831 15808 15728 0 -1 4194304 158236 0 0 0 154942 144 0 0 25 0 1 0 20432313 668303360 158222 996147200 134512640 135127466 4294956256 18446744073709551615 134528399 0 0 4096 3 0 0 0 17 1 0 0
/proc/15832/statm: 163160 158222 76 150 0 163007 0
Current children cumulated CPU time (s) 1587.49
Current children cumulated vsize (KiB) 674864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15911
/proc/meminfo: memFree=157208/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.63
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1376 125226 0 2 6 2 3474 181 16 0 1 0 20428593 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1113 409 3 0 796 0
[pid=15831] ppid=15808 vsize=5356 CPUtime=0
/proc/15831/stat : 15831 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20432313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15831/statm: 1339 232 193 169 0 50 0
[pid=15832] ppid=15831 vsize=660412 CPUtime=1610.27
/proc/15832/stat : 15832 (minisat) R 15831 15808 15728 0 -1 4194304 160251 0 0 0 160882 145 0 0 25 0 1 0 20432313 676261888 160237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15832/statm: 165103 160237 76 150 0 164950 0
Current children cumulated CPU time (s) 1646.9
Current children cumulated vsize (KiB) 682636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15911
/proc/meminfo: memFree=152728/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.63
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1376 125226 0 2 6 2 3474 181 16 0 1 0 20428593 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1113 409 3 0 796 0
[pid=15831] ppid=15808 vsize=5356 CPUtime=0
/proc/15831/stat : 15831 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20432313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15831/statm: 1339 232 193 169 0 50 0
[pid=15832] ppid=15831 vsize=664784 CPUtime=1669.71
/proc/15832/stat : 15832 (minisat) R 15831 15808 15728 0 -1 4194304 161357 0 0 0 166824 147 0 0 25 0 1 0 20432313 680738816 161343 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15832/statm: 166196 161343 76 150 0 166043 0
Current children cumulated CPU time (s) 1706.34
Current children cumulated vsize (KiB) 687008

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15911
/proc/meminfo: memFree=138584/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.63
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1376 125226 0 2 6 2 3474 181 16 0 1 0 20428593 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1113 409 3 0 796 0
[pid=15831] ppid=15808 vsize=5356 CPUtime=0
/proc/15831/stat : 15831 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20432313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15831/statm: 1339 232 193 169 0 50 0
[pid=15832] ppid=15831 vsize=678588 CPUtime=1729.14
/proc/15832/stat : 15832 (minisat) R 15831 15808 15728 0 -1 4194304 164882 0 0 0 172764 150 0 0 25 0 1 0 20432313 694874112 164868 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/15832/statm: 169647 164868 76 150 0 169494 0
Current children cumulated CPU time (s) 1765.77
Current children cumulated vsize (KiB) 700812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15911
/proc/meminfo: memFree=134680/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.63
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1376 125226 0 2 6 2 3474 181 16 0 1 0 20428593 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1113 409 3 0 796 0
[pid=15831] ppid=15808 vsize=5356 CPUtime=0
/proc/15831/stat : 15831 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20432313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15831/statm: 1339 232 193 169 0 50 0
[pid=15832] ppid=15831 vsize=681596 CPUtime=1763.42
/proc/15832/stat : 15832 (minisat) R 15831 15808 15728 0 -1 4194304 165686 0 0 0 176191 151 0 0 25 0 1 0 20432313 697954304 165672 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15832/statm: 170399 165672 76 150 0 170246 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 703820

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

############
# WARNING:
# current cumulated CPU time (36.64 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1763.41 s) to the 'lost time'.

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15911
/proc/meminfo: memFree=134680/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.63
/proc/15808/stat : 15808 (sugar) S 15806 15808 15728 0 -1 4194304 1376 125226 0 2 6 2 3474 181 16 0 1 0 20428593 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15808/statm: 4217 1113 409 3 0 796 0
[pid=15831] ppid=15808 vsize=5356 CPUtime=0
/proc/15831/stat : 15831 (sh) S 15808 15808 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20432313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15831/statm: 1339 232 193 169 0 50 0
[pid=15832] ppid=15831 vsize=681596 CPUtime=1763.42
/proc/15832/stat : 15832 (minisat) R 15831 15808 15728 0 -1 4194304 165686 0 0 0 176191 151 0 0 25 0 1 0 20432313 697954304 165672 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15832/statm: 170399 165672 76 150 0 170246 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 703820

[startup+1817.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15911
/proc/meminfo: memFree=134680/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.64
/proc/15808/stat : 15808 (sugar) R 15806 15808 15728 0 -1 4194304 1423 125503 0 2 6 3 3474 181 16 0 1 0 20428593 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15808/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 36.64
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1817.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15911
/proc/meminfo: memFree=134680/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.64
/proc/15808/stat : 15808 (sugar) R 15806 15808 15728 0 -1 4194304 1423 125503 0 2 6 3 3474 181 16 0 1 0 20428593 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15808/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 36.64
Current children cumulated vsize (KiB) 16868

[startup+1817.11 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 15912
/proc/meminfo: memFree=987224/2055920 swapFree=4192952/4192956
[pid=15808] ppid=15806 vsize=16868 CPUtime=36.73
/proc/15808/stat : 15808 (sugar) R 15806 15808 15728 0 -1 4194304 1423 125503 0 2 6 12 3474 181 16 0 1 0 20428593 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15808/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 36.73
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1763.41
#  lost CPU user time (s): 1761.91
#  lost CPU system time (s): 1.5

Real time (s): 1817.12
CPU time (s): 1800.17
CPU user time (s): 1796.73
CPU system time (s): 3.4427
CPU usage (%): 99.0674
Max. virtual memory (cumulated for all children) (KiB): 916444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.8187
system time used= 1.9427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126985
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= 6512
involuntary context switches= 7386

runsolver used 2.15867 second user time and 6.13807 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-11 19:34:04
IDJOB=2064009
IDBENCH=54114
IDSOLVER=739
FILE ID=node37/2064009-1247333644
PBS_JOBID= 9506695
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-10.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-2064009-1247333644/watcher-2064009-1247333644 -o /tmp/evaluation-result-2064009-1247333644/solver-2064009-1247333644 -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-2064009-1247333644.xml

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

MD5SUM BENCH= 2a82fd0e6a406c196682c347f06803ad
RANDOM SEED=231400894

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:        699728 kB
Buffers:         50640 kB
Cached:         850696 kB
SwapCached:          4 kB
Active:         464384 kB
Inactive:       831176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        699728 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           10276 kB
Writeback:           0 kB
Mapped:         414696 kB
Slab:            45112 kB
Committed_AS:   540412 kB
PageTables:       2572 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 20:04:23