Trace number 2087318

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.09 1803.48

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-10-4-8.xml
MD5SUMe650ecce621fc62488f06c9106738b67
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7520
Number of constraints40576
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40576
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 10:06:01 2009
0.04/0.08	c 0	PID 25110
0.04/0.08	c 0	HOST node24.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2087318-1247385961.xml TO HOME/temp.csp
0.04/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-2087318-1247385961.xml' 'HOME/temp.csp'
2.34/2.46	c 3	1 domains, 7520 variables, 4 predicates, 0 relations, 40576 constraints
2.40/2.51	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.40/2.51	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.40/2.59	c 3	Parsing HOME/temp.csp
2.42/2.73	c 3	parsed 10000 expressions
2.42/2.86	c 3	parsed 20000 expressions
2.42/3.01	c 3	parsed 30000 expressions
2.42/3.12	c 3	parsed 40000 expressions
3.19/3.31	c 3	parsed 48101 expressions
3.19/3.31	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.19/3.31	c 3	Converting to clausal form CSP
3.19/3.37	c 3	converted 4811 (10%) expressions
3.48/3.65	c 4	converted 9621 (20%) expressions
3.67/3.82	c 4	converted 14431 (30%) expressions
3.77/3.98	c 4	converted 19241 (40%) expressions
4.08/4.27	c 4	converted 24051 (50%) expressions
4.27/4.44	c 5	converted 28861 (60%) expressions
4.47/4.60	c 5	converted 33671 (70%) expressions
4.57/4.76	c 5	converted 38481 (80%) expressions
4.76/4.91	c 5	converted 43291 (90%) expressions
5.36/5.51	c 6	converted 48101 (100%) expressions
5.36/5.52	c 6	CSP : 8640 integers, 0 booleans, 43216 clauses, largest domain size 12
5.36/5.52	c 6	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.36/5.52	c 6	Propagation in CSP
5.95/6.15	c 6	480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.95/6.15	c 6	CSP : 8640 integers, 0 booleans, 43216 clauses, largest domain size 12
5.95/6.15	c 6	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.95/6.17	c 6	Simplifing CSP by introducing new Boolean variables
5.95/6.19	c 6	CSP : 8640 integers, 0 booleans, 43216 clauses, largest domain size 12
5.95/6.19	c 6	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.15/6.35	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.15/6.38	c 6	864 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.15/6.40	c 6	1728 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.26/6.40	c 6	2592 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.26/6.40	c 6	3456 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.26/6.41	c 6	4320 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.26/6.41	c 6	5184 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.26/6.42	c 6	6048 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.26/6.42	c 6	6912 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.26/6.43	c 6	7776 (90%) CSP integer variables are encoded (1236 clauses, 16132 bytes)
6.26/6.44	c 7	8640 (100%) CSP integer variables are encoded (5440 clauses, 77555 bytes)
6.35/6.58	c 7	4322 (10%) CSP clauses are encoded (9762 clauses, 146103 bytes)
6.45/6.67	c 7	8644 (20%) CSP clauses are encoded (14084 clauses, 218183 bytes)
6.54/6.76	c 7	12965 (30%) CSP clauses are encoded (18405 clauses, 290460 bytes)
6.64/6.85	c 7	17287 (40%) CSP clauses are encoded (22727 clauses, 363026 bytes)
6.74/6.94	c 7	21608 (50%) CSP clauses are encoded (27048 clauses, 435913 bytes)
6.84/7.03	c 7	25930 (60%) CSP clauses are encoded (31370 clauses, 509978 bytes)
6.94/7.11	c 7	30252 (70%) CSP clauses are encoded (35692 clauses, 587774 bytes)
6.94/7.19	c 7	34573 (80%) CSP clauses are encoded (40013 clauses, 665552 bytes)
7.04/7.27	c 7	38895 (90%) CSP clauses are encoded (44335 clauses, 743348 bytes)
21.99/22.33	c 22	43216 (100%) CSP clauses are encoded (381120 clauses, 10232662 bytes)
21.99/22.33	c 22	43216 CSP clauses encoded
21.99/22.33	c 22	Writing map file : HOME/temp.map
21.99/22.36	c 22	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.99/22.36	c 22	SAT : 14080 SAT variables, 381120 SAT clauses, 10232662 bytes
21.99/22.36	c 22	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.99/22.39	c 22	SOLVING HOME/temp.cnf
21.99/22.39	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.99/22.39	c 22	This is MiniSat 2.0 beta
21.99/22.39	c 22	WARNING: for repeatability, setting FPU to use double precision
21.99/22.39	c 22	============================[ Problem Statistics ]=============================
21.99/22.39	c 22	|                                                                             |
21.99/22.39	c 22	|  Number of variables:  14080                                                |
21.99/22.39	c 22	|  Number of clauses:    381120                                               |
22.08/22.63	c 23	|  Parsing time:         0.22         s                                       |
22.08/22.65	c 23	============================[ Search Statistics ]==============================
22.08/22.65	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.08/22.65	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.08/22.65	c 23	===============================================================================
22.08/22.65	c 23	|         0 |   14080   381120  1806000 |   127040        0    nan |  0.000 % |
22.08/22.67	c 23	|       101 |   14080   381120  1806000 |   139744      101     45 |  0.000 % |
22.08/22.70	c 23	|       251 |   14080   381120  1806000 |   153718      251     23 |  0.000 % |
22.08/22.77	c 23	|       476 |   14080   381120  1806000 |   169090      476     28 |  0.000 % |
22.08/22.81	c 23	|       813 |   14080   381120  1806000 |   185999      813     31 |  0.000 % |
22.08/22.85	c 23	|      1320 |   14080   381120  1806000 |   204599     1320     33 |  0.000 % |
22.08/22.92	c 23	|      2079 |   14080   381120  1806000 |   225059     2079     34 |  0.000 % |
22.67/23.05	c 23	|      3218 |   14080   381120  1806000 |   247565     3218     37 |  0.000 % |
22.86/23.22	c 23	|      4927 |   14080   381120  1806000 |   272321     4927     36 |  0.000 % |
23.07/23.46	c 24	|      7489 |   14080   381120  1806000 |   299553     7489     44 |  0.000 % |
23.47/23.84	c 24	|     11333 |   14080   381120  1806000 |   329509    11333     47 |  0.000 % |
24.05/24.45	c 25	|     17099 |   14080   381120  1806000 |   362459    17099     53 |  0.000 % |
25.15/25.53	c 26	|     25749 |   14080   381120  1806000 |   398705    25749     62 |  0.000 % |
26.63/27.05	c 27	|     38724 |   14080   381120  1806000 |   438576    38724     62 |  0.000 % |
29.60/30.07	c 30	|     58185 |   14080   381120  1806000 |   482434    58185     72 |  0.000 % |
36.13/36.66	c 37	|     87377 |   14080   381120  1806000 |   530677    87377     88 |  0.000 % |
45.55/46.17	c 46	|    131166 |   14080   381120  1806000 |   583745   131166     89 |  0.000 % |
68.03/68.84	c 69	|    196851 |   14080   381120  1806000 |   642119   196851    120 |  0.000 % |
91.01/92.02	c 92	|    295377 |   14080   381120  1806000 |   706331   295377    105 |  0.000 % |
166.98/168.77	c 169	|    443168 |   14080   381120  1806000 |   776965   443168     97 |  0.000 % |
259.94/262.59	c 263	|    664852 |   14080   381120  1806000 |   854661   664852     82 |  0.000 % |
449.13/451.86	c 452	|    997378 |   14080   381120  1806000 |   940127   160293     46 |  0.000 % |
867.83/870.74	c 871	|   1496166 |   14080   381120  1806000 |  1034140   659081     84 |  0.000 % |
1800.09/1803.41	c ERROR INTERRUPTED
1800.09/1803.48	s UNKNOWN
1800.09/1803.48	c 1804	CPU 22.08 (0.07 0.01 21.6 0.4)
1800.09/1803.48	c 1804	END Sun Jul 12 10:36:05 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-2087318-1247385961/watcher-2087318-1247385961 -o /tmp/evaluation-result-2087318-1247385961/solver-2087318-1247385961 -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-2087318-1247385961.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 1.97 1.98 4/74 25110
/proc/meminfo: memFree=1896960/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=12268 CPUtime=0
/proc/25110/stat : 25110 (sugar) R 25108 25110 23952 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25662931 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25110/statm: 3067 316 241 3 0 167 0

[startup+0.0714591 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 25110
/proc/meminfo: memFree=1896960/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16212 CPUtime=0.04
/proc/25110/stat : 25110 (sugar) R 25108 25110 23952 0 -1 4194304 973 0 0 0 4 0 0 0 18 0 1 0 25662931 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 237788451527 0 0 4224 0 0 0 0 17 1 0 0
/proc/25110/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101465 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 25110
/proc/meminfo: memFree=1896960/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=0.07
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25662931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.3015 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 25110
/proc/meminfo: memFree=1896960/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=0.07
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25662931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70157 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 25110
/proc/meminfo: memFree=1896960/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=0.07
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25662931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 25122
/proc/meminfo: memFree=1862440/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=0.07
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25662931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1111 409 3 0 796 0
[pid=25113] ppid=25110 vsize=5356 CPUtime=0
/proc/25113/stat : 25113 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 25662940 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25113/statm: 1339 233 193 169 0 50 0
[pid=25114] ppid=25113 vsize=865788 CPUtime=1.39
/proc/25114/stat : 25114 (java) S 25113 25110 23952 0 -1 0 18123 0 1 0 130 9 0 0 18 0 9 0 25662940 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25114/statm: 216447 15440 2556 9 0 210959 0
[pid=25114/tid=25115] ppid=25113 vsize=865788 CPUtime=0.74
/proc/25114/task/25115/stat : 25115 (java) R 25113 25110 23952 0 -1 64 3102 0 1 0 72 2 0 0 24 0 9 0 25662941 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25114/tid=25116] ppid=25113 vsize=865788 CPUtime=0.5
/proc/25114/task/25116/stat : 25116 (java) R 25113 25110 23952 0 -1 64 13801 0 0 0 45 5 0 0 16 0 9 0 25662942 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 103732045 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25114/tid=25117] ppid=25113 vsize=865788 CPUtime=0
/proc/25114/task/25117/stat : 25117 (java) S 25113 25110 23952 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25662942 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25114/tid=25118] ppid=25113 vsize=865788 CPUtime=0
/proc/25114/task/25118/stat : 25118 (java) S 25113 25110 23952 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25662942 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25114/tid=25119] ppid=25113 vsize=865788 CPUtime=0
/proc/25114/task/25119/stat : 25119 (java) S 25113 25110 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25662945 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25114/tid=25120] ppid=25113 vsize=865788 CPUtime=0.11
/proc/25114/task/25120/stat : 25120 (java) S 25113 25110 23952 0 -1 64 515 0 0 0 11 0 0 0 16 0 9 0 25662945 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25114/tid=25121] ppid=25113 vsize=865788 CPUtime=0
/proc/25114/task/25121/stat : 25121 (java) S 25113 25110 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25662945 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25114/tid=25122] ppid=25113 vsize=865788 CPUtime=0
/proc/25114/task/25122/stat : 25122 (java) S 25113 25110 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25662945 886566912 15440 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 888012

[startup+3.10301 s]
/proc/loadavg: 2.07 1.99 1.99 3/85 25122
/proc/meminfo: memFree=1826984/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=2.42
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1309 23100 0 1 6 1 222 13 15 0 1 0 25662931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.3026 s]
/proc/loadavg: 2.07 1.99 1.99 3/85 25132
/proc/meminfo: memFree=1843752/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=2.42
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1310 23100 0 1 6 1 222 13 15 0 1 0 25662931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1111 409 3 0 796 0
[pid=25123] ppid=25110 vsize=5356 CPUtime=0
/proc/25123/stat : 25123 (sh) S 25110 25110 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25663182 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25123/statm: 1339 233 193 169 0 50 0
[pid=25124] ppid=25123 vsize=869640 CPUtime=3.73
/proc/25124/stat : 25124 (java) S 25123 25110 23952 0 -1 0 16632 0 1 0 363 10 0 0 18 0 9 0 25663182 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25124/statm: 217410 14988 2567 9 0 211915 0
[pid=25124/tid=25125] ppid=25123 vsize=869640 CPUtime=2.62
/proc/25124/task/25125/stat : 25125 (java) R 25123 25110 23952 0 -1 64 3011 0 1 0 259 3 0 0 25 0 9 0 25663183 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25126] ppid=25123 vsize=869640 CPUtime=0.86
/proc/25124/task/25126/stat : 25126 (java) R 25123 25110 23952 0 -1 64 11413 0 0 0 81 5 0 0 16 0 9 0 25663184 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25127] ppid=25123 vsize=869640 CPUtime=0
/proc/25124/task/25127/stat : 25127 (java) S 25123 25110 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25663184 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25128] ppid=25123 vsize=869640 CPUtime=0
/proc/25124/task/25128/stat : 25128 (java) S 25123 25110 23952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25663184 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25129] ppid=25123 vsize=869640 CPUtime=0
/proc/25124/task/25129/stat : 25129 (java) S 25123 25110 23952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25663187 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25130] ppid=25123 vsize=869640 CPUtime=0.21
/proc/25124/task/25130/stat : 25130 (java) S 25123 25110 23952 0 -1 64 1506 0 0 0 21 0 0 0 15 0 9 0 25663187 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25131] ppid=25123 vsize=869640 CPUtime=0
/proc/25124/task/25131/stat : 25131 (java) S 25123 25110 23952 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25663187 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25132] ppid=25123 vsize=869640 CPUtime=0
/proc/25124/task/25132/stat : 25132 (java) S 25123 25110 23952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25663187 890511360 14988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 891864

[startup+12.7028 s]
/proc/loadavg: 2.06 1.99 1.99 3/85 25132
/proc/meminfo: memFree=1838888/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=2.42
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1310 23100 0 1 6 1 222 13 15 0 1 0 25662931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1111 409 3 0 796 0
[pid=25123] ppid=25110 vsize=5356 CPUtime=0
/proc/25123/stat : 25123 (sh) S 25110 25110 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25663182 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25123/statm: 1339 233 193 169 0 50 0
[pid=25124] ppid=25123 vsize=868748 CPUtime=10.07
/proc/25124/stat : 25124 (java) S 25123 25110 23952 0 -1 0 17014 0 1 0 990 17 0 0 18 0 9 0 25663182 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25124/statm: 217187 14817 2592 9 0 211664 0
[pid=25124/tid=25125] ppid=25123 vsize=868748 CPUtime=8.71
/proc/25124/task/25125/stat : 25125 (java) R 25123 25110 23952 0 -1 64 3359 0 1 0 865 6 0 0 25 0 9 0 25663183 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4127028540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25126] ppid=25123 vsize=868748 CPUtime=1.06
/proc/25124/task/25126/stat : 25126 (java) S 25123 25110 23952 0 -1 64 11413 0 0 0 98 8 0 0 16 0 9 0 25663184 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25127] ppid=25123 vsize=868748 CPUtime=0
/proc/25124/task/25127/stat : 25127 (java) S 25123 25110 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25663184 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25128] ppid=25123 vsize=868748 CPUtime=0
/proc/25124/task/25128/stat : 25128 (java) S 25123 25110 23952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25663184 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25129] ppid=25123 vsize=868748 CPUtime=0
/proc/25124/task/25129/stat : 25129 (java) S 25123 25110 23952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25663187 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25130] ppid=25123 vsize=868748 CPUtime=0.26
/proc/25124/task/25130/stat : 25130 (java) S 25123 25110 23952 0 -1 64 1540 0 0 0 26 0 0 0 17 0 9 0 25663187 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25131] ppid=25123 vsize=868748 CPUtime=0
/proc/25124/task/25131/stat : 25131 (java) S 25123 25110 23952 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25663187 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25124/tid=25132] ppid=25123 vsize=868748 CPUtime=0
/proc/25124/task/25132/stat : 25132 (java) S 25123 25110 23952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25663187 889597952 14817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890972

[startup+25.5011 s]
/proc/loadavg: 2.05 1.99 1.99 3/77 25134
/proc/meminfo: memFree=1853416/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 15 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=30040 CPUtime=3.07
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 7299 0 0 0 303 4 0 0 25 0 1 0 25665170 30760960 7285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25134/statm: 7510 7285 76 150 0 7357 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 52264

[startup+51.1018 s]
/proc/loadavg: 2.03 1.99 1.99 3/77 25134
/proc/meminfo: memFree=1795240/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=89764 CPUtime=28.42
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 22148 0 0 0 2827 15 0 0 25 0 1 0 25665170 91918336 22134 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/25134/statm: 22441 22134 76 150 0 22288 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 111988

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.99 3/77 25134
/proc/meminfo: memFree=1712744/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=170548 CPUtime=79.13
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 42268 0 0 0 7882 31 0 0 25 0 1 0 25665170 174641152 42254 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25134/statm: 42637 42254 76 150 0 42484 0

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

/proc/meminfo: memFree=1470568/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=408688 CPUtime=1277.14
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 100846 0 0 0 127624 90 0 0 25 0 1 0 25665170 418496512 100832 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 102172 100832 76 150 0 102019 0
Current children cumulated CPU time (s) 1299.22
Current children cumulated vsize (KiB) 430912

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 25370
/proc/meminfo: memFree=1462760/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=416600 CPUtime=1337.12
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 102789 0 0 0 133619 93 0 0 25 0 1 0 25665170 426598400 102775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 104150 102775 76 150 0 103997 0
Current children cumulated CPU time (s) 1359.2
Current children cumulated vsize (KiB) 438824

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 25370
/proc/meminfo: memFree=1455464/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=423688 CPUtime=1397.1
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 104586 0 0 0 139614 96 0 0 25 0 1 0 25665170 433856512 104572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 105922 104572 76 150 0 105769 0
Current children cumulated CPU time (s) 1419.18
Current children cumulated vsize (KiB) 445912

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 25370
/proc/meminfo: memFree=1449576/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=429652 CPUtime=1457.06
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 106053 0 0 0 145609 97 0 0 25 0 1 0 25665170 439963648 106039 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 107413 106039 76 150 0 107260 0
Current children cumulated CPU time (s) 1479.14
Current children cumulated vsize (KiB) 451876

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 25370
/proc/meminfo: memFree=1443752/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=435604 CPUtime=1517.03
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 107495 0 0 0 151605 98 0 0 25 0 1 0 25665170 446058496 107452 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 108901 107452 76 150 0 108748 0
Current children cumulated CPU time (s) 1539.11
Current children cumulated vsize (KiB) 457828

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 25370
/proc/meminfo: memFree=1438376/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=440860 CPUtime=1577
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 108832 0 0 0 157601 99 0 0 25 0 1 0 25665170 451440640 108789 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 110215 108789 76 150 0 110062 0
Current children cumulated CPU time (s) 1599.08
Current children cumulated vsize (KiB) 463084

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 25371
/proc/meminfo: memFree=1434336/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=444652 CPUtime=1636.98
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 109819 0 0 0 163597 101 0 0 25 0 1 0 25665170 455323648 109776 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 111163 109776 76 150 0 111010 0
Current children cumulated CPU time (s) 1659.06
Current children cumulated vsize (KiB) 466876

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 25371
/proc/meminfo: memFree=1429984/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=448832 CPUtime=1696.95
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 110897 0 0 0 169593 102 0 0 25 0 1 0 25665170 459603968 110854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 112208 110854 76 150 0 112055 0
Current children cumulated CPU time (s) 1719.03
Current children cumulated vsize (KiB) 471056

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 25371
/proc/meminfo: memFree=1425760/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=453128 CPUtime=1756.92
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 111937 0 0 0 175589 103 0 0 25 0 1 0 25665170 464003072 111894 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 113282 111894 76 150 0 113129 0
Current children cumulated CPU time (s) 1779
Current children cumulated vsize (KiB) 475352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 25371
/proc/meminfo: memFree=1424288/2055920 swapFree=4192812/4192956
[pid=25110] ppid=25108 vsize=16868 CPUtime=22.08
/proc/25110/stat : 25110 (sugar) S 25108 25110 23952 0 -1 4194304 1376 40857 0 2 7 1 2160 40 16 0 1 0 25662931 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25110/statm: 4217 1113 409 3 0 796 0
[pid=25133] ppid=25110 vsize=5356 CPUtime=0
/proc/25133/stat : 25133 (sh) S 25110 25110 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25665170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25133/statm: 1339 232 193 169 0 50 0
[pid=25134] ppid=25133 vsize=454676 CPUtime=1778.01
/proc/25134/stat : 25134 (minisat) R 25133 25110 23952 0 -1 4194304 112280 0 0 0 177698 103 0 0 25 0 1 0 25665170 465588224 112237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25134/statm: 113669 112237 76 150 0 113516 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 476900

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 25110 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=680704
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=422935
# CPU time returned by wait4() is 22.1036
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.48
CPU time (s): 1800.09
CPU user time (s): 1798.65
CPU system time (s): 1.44
CPU usage (%): 99.8119
Max. virtual memory (cumulated for all children) (KiB): 891864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6807
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42616
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= 10550
involuntary context switches= 10826

runsolver used 2.14567 second user time and 4.95325 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 10:06:01
IDJOB=2087318
IDBENCH=58714
IDSOLVER=739
FILE ID=node24/2087318-1247385961
PBS_JOBID= 9507202
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-10-4-8.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-2087318-1247385961/watcher-2087318-1247385961 -o /tmp/evaluation-result-2087318-1247385961/solver-2087318-1247385961 -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-2087318-1247385961.xml

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

MD5SUM BENCH= e650ecce621fc62488f06c9106738b67
RANDOM SEED=877769439

node24.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.287
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.287
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:       1897376 kB
Buffers:         15704 kB
Cached:          70656 kB
SwapCached:          0 kB
Active:          84516 kB
Inactive:        26476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7280 kB
Writeback:           0 kB
Mapped:          35340 kB
Slab:            32720 kB
Committed_AS:   262668 kB
PageTables:       1828 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= 66456 MiB
End job on node24 at 2009-07-12 10:36:06