Trace number 2059477

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.05 1808.22

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-3_ext.xml
MD5SUM0d63c340aa2de5a517388f1f4a3c0ad6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.168973
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 16:52:08 2009
0.00/0.08	c 0	PID 10945
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2059477-1247323928.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2059477-1247323928.xml' 'HOME/temp.csp'
0.07/0.59	c 1	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.07/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.62	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.57/0.76	c 1	Parsing HOME/temp.csp
0.57/0.88	c 1	parsed 4437 expressions
0.57/0.89	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.89	c 1	Converting to clausal form CSP
0.57/0.96	c 1	converted 444 (10%) expressions
0.97/1.13	c 1	converted 888 (20%) expressions
1.16/1.31	c 1	converted 1332 (30%) expressions
1.36/1.59	c 2	converted 1775 (40%) expressions
1.56/1.71	c 2	converted 2219 (50%) expressions
1.85/2.03	c 2	converted 2663 (60%) expressions
1.95/2.16	c 2	converted 3106 (70%) expressions
2.05/2.29	c 2	converted 3550 (80%) expressions
2.15/2.39	c 2	converted 3994 (90%) expressions
2.65/2.80	c 3	converted 4437 (100%) expressions
2.65/2.80	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.65/2.80	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.65/2.80	c 3	Propagation in CSP
2.65/2.81	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.65/2.81	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.65/2.81	c 3	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.65/2.81	c 3	Simplifing CSP by introducing new Boolean variables
2.65/2.82	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.65/2.82	c 3	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.84/3.09	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.94/3.11	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.94/3.11	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.94/3.12	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.94/3.12	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.94/3.12	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.94/3.12	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.94/3.12	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.94/3.12	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.94/3.12	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.94/3.12	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.14/3.31	c 3	422 (10%) CSP clauses are encoded (13224 clauses, 209294 bytes)
3.34/3.52	c 4	844 (20%) CSP clauses are encoded (22163 clauses, 391785 bytes)
3.54/3.72	c 4	1266 (30%) CSP clauses are encoded (31006 clauses, 573462 bytes)
3.73/3.92	c 4	1687 (40%) CSP clauses are encoded (39269 clauses, 753013 bytes)
3.93/4.12	c 4	2109 (50%) CSP clauses are encoded (48513 clauses, 961107 bytes)
4.13/4.33	c 4	2531 (60%) CSP clauses are encoded (57373 clauses, 1159184 bytes)
4.33/4.53	c 5	2952 (70%) CSP clauses are encoded (66037 clauses, 1353113 bytes)
4.53/4.73	c 5	3374 (80%) CSP clauses are encoded (75219 clauses, 1556946 bytes)
4.72/4.92	c 5	3796 (90%) CSP clauses are encoded (84418 clauses, 1760468 bytes)
4.92/5.13	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1974175 bytes)
4.92/5.13	c 5	4217 CSP clauses encoded
4.92/5.13	c 5	Writing map file : HOME/temp.map
4.92/5.14	c 5	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.92/5.14	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1974175 bytes
4.92/5.14	c 5	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.92/5.18	c 5	SOLVING HOME/temp.cnf
4.92/5.18	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.92/5.19	c 5	This is MiniSat 2.0 beta
4.92/5.19	c 5	WARNING: for repeatability, setting FPU to use double precision
4.92/5.19	c 5	============================[ Problem Statistics ]=============================
4.92/5.19	c 5	|                                                                             |
4.92/5.19	c 5	|  Number of variables:  7126                                                 |
4.92/5.19	c 5	|  Number of clauses:    94369                                                |
4.98/5.25	c 5	|  Parsing time:         0.05         s                                       |
4.98/5.25	c 5	============================[ Search Statistics ]==============================
4.98/5.25	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.98/5.25	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.98/5.25	c 5	===============================================================================
4.98/5.25	c 5	|         0 |    6934    87328   308912 |    29109        0    nan |  0.000 % |
4.98/5.26	c 5	|       100 |    6934    87328   308912 |    32020      100      5 |  2.695 % |
4.98/5.27	c 5	|       251 |    6934    87328   308912 |    35222      251      6 |  2.694 % |
4.98/5.30	c 5	|       476 |    6934    87328   308912 |    38744      476     11 |  2.695 % |
4.98/5.34	c 5	|       814 |    6934    87328   308912 |    42618      814     13 |  2.695 % |
5.18/5.42	c 5	|      1320 |    6934    87328   308912 |    46880     1320     14 |  2.695 % |
5.28/5.52	c 6	|      2080 |    6934    87328   308912 |    51568     2080     15 |  2.695 % |
5.37/5.68	c 6	|      3219 |    6929    87260   308770 |    56725     3217     16 |  2.765 % |
5.67/5.91	c 6	|      4927 |    6929    87260   308770 |    62398     4925     17 |  2.765 % |
5.97/6.26	c 6	|      7489 |    6929    87260   308770 |    68638     7487     20 |  2.765 % |
6.46/6.80	c 7	|     11335 |    6929    87260   308770 |    75502    11333     20 |  2.765 % |
7.45/7.71	c 8	|     17101 |    6924    87193   308630 |    83052    17097     20 |  2.835 % |
8.84/9.18	c 9	|     25750 |    6924    87193   308630 |    91357    25746     22 |  2.835 % |
11.42/11.71	c 12	|     38725 |    6920    87130   308498 |   100493    38719     24 |  2.891 % |
16.37/16.70	c 17	|     58186 |    6920    87130   308498 |   110542    58180     26 |  2.891 % |
26.08/26.54	c 27	|     87378 |    6920    87130   308498 |   121596    87372     35 |  2.891 % |
41.63/42.25	c 42	|    131167 |    6915    87065   308362 |   133756    24021     41 |  2.961 % |
65.10/65.93	c 66	|    196852 |    6915    87065   308362 |   147132    89706     40 |  2.961 % |
103.74/104.90	c 105	|    295378 |    6915    87065   308362 |   161845    56174     35 |  2.961 % |
162.19/163.99	c 164	|    443167 |    6910    87001   308228 |   178030    57208     39 |  3.031 % |
293.04/296.05	c 296	|    664850 |    6910    87001   308228 |   195833   116267     50 |  3.032 % |
557.91/563.43	c 563	|    997375 |    6910    87001   308228 |   215416    96919     57 |  3.031 % |
939.05/946.95	c 947	|   1496164 |    6909    86998   308222 |   236957   202375     51 |  3.045 % |
1428.87/1436.92	c 1437	|   2244346 |    6909    86998   308222 |   260653    78974     48 |  3.045 % |
1800.05/1808.21	c ERROR INTERRUPTED
1800.05/1808.22	s UNKNOWN
1800.05/1808.22	c 1808	CPU 4.98 (0.05 0.02 4.72 0.19)
1800.05/1808.22	c 1808	END Sat Jul 11 17:22:16 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-2059477-1247323928/watcher-2059477-1247323928 -o /tmp/evaluation-result-2059477-1247323928/solver-2059477-1247323928 -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-2059477-1247323928.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.20 1.72 1.84 4/81 10945
/proc/meminfo: memFree=940952/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=18576 CPUtime=0
/proc/10945/stat : 10945 (runsolver) R 10943 10945 9996 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 19459823 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10945/statm: 4644 284 249 26 0 2626 0

[startup+0.089377 s]
/proc/loadavg: 1.20 1.72 1.84 4/81 10945
/proc/meminfo: memFree=940952/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=0.07
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19459823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102118 s]
/proc/loadavg: 1.20 1.72 1.84 4/81 10945
/proc/meminfo: memFree=940952/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=0.07
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19459823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302135 s]
/proc/loadavg: 1.20 1.72 1.84 4/81 10945
/proc/meminfo: memFree=940952/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=0.07
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19459823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702173 s]
/proc/loadavg: 1.20 1.72 1.84 4/81 10945
/proc/meminfo: memFree=940952/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=0.57
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1292 5406 0 1 5 2 46 4 16 0 1 0 19459823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50126 s]
/proc/loadavg: 1.20 1.72 1.84 4/92 10967
/proc/meminfo: memFree=928448/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=0.57
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1309 5406 0 1 5 2 46 4 16 0 1 0 19459823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1111 409 3 0 796 0
[pid=10958] ppid=10945 vsize=5356 CPUtime=0
/proc/10958/stat : 10958 (sh) S 10945 10945 9996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19459886 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10958/statm: 1339 233 193 169 0 50 0
[pid=10959] ppid=10958 vsize=864336 CPUtime=0.79
/proc/10959/stat : 10959 (java) S 10958 10945 9996 0 -1 0 8703 0 1 0 74 5 0 0 18 0 9 0 19459886 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10959/statm: 216084 7974 2566 9 0 210589 0
[pid=10959/tid=10960] ppid=10958 vsize=864336 CPUtime=0.34
/proc/10959/task/10960/stat : 10960 (java) R 10958 10945 9996 0 -1 64 2761 0 1 0 32 2 0 0 21 0 9 0 19459887 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 102523978 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10961] ppid=10958 vsize=864336 CPUtime=0.37
/proc/10959/task/10961/stat : 10961 (java) S 10958 10945 9996 0 -1 64 4924 0 0 0 35 2 0 0 17 0 9 0 19459892 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10962] ppid=10958 vsize=864336 CPUtime=0
/proc/10959/task/10962/stat : 10962 (java) S 10958 10945 9996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19459892 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10963] ppid=10958 vsize=864336 CPUtime=0
/proc/10959/task/10963/stat : 10963 (java) S 10958 10945 9996 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19459892 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10964] ppid=10958 vsize=864336 CPUtime=0
/proc/10959/task/10964/stat : 10964 (java) S 10958 10945 9996 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19459897 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10965] ppid=10958 vsize=864336 CPUtime=0.06
/proc/10959/task/10965/stat : 10965 (java) S 10958 10945 9996 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 19459897 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10966] ppid=10958 vsize=864336 CPUtime=0
/proc/10959/task/10966/stat : 10966 (java) S 10958 10945 9996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19459897 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10967] ppid=10958 vsize=864336 CPUtime=0
/proc/10959/task/10967/stat : 10967 (java) S 10958 10945 9996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19459897 885080064 7974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 886560

[startup+3.10242 s]
/proc/loadavg: 1.20 1.72 1.84 4/92 10967
/proc/meminfo: memFree=897088/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=0.57
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1310 5406 0 1 5 2 46 4 16 0 1 0 19459823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1111 409 3 0 796 0
[pid=10958] ppid=10945 vsize=5356 CPUtime=0
/proc/10958/stat : 10958 (sh) S 10945 10945 9996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19459886 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10958/statm: 1339 233 193 169 0 50 0
[pid=10959] ppid=10958 vsize=868672 CPUtime=2.37
/proc/10959/stat : 10959 (java) S 10958 10945 9996 0 -1 0 18245 0 1 0 227 10 0 0 18 0 9 0 19459886 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10959/statm: 217168 17458 2587 9 0 211645 0
[pid=10959/tid=10960] ppid=10958 vsize=868672 CPUtime=0.71
/proc/10959/task/10960/stat : 10960 (java) R 10958 10945 9996 0 -1 64 3328 0 1 0 68 3 0 0 18 0 9 0 19459887 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10961] ppid=10958 vsize=868672 CPUtime=1.5
/proc/10959/task/10961/stat : 10961 (java) S 10958 10945 9996 0 -1 64 12781 0 0 0 145 5 0 0 20 0 9 0 19459892 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10962] ppid=10958 vsize=868672 CPUtime=0
/proc/10959/task/10962/stat : 10962 (java) S 10958 10945 9996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19459892 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10963] ppid=10958 vsize=868672 CPUtime=0
/proc/10959/task/10963/stat : 10963 (java) S 10958 10945 9996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19459892 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10964] ppid=10958 vsize=868672 CPUtime=0
/proc/10959/task/10964/stat : 10964 (java) S 10958 10945 9996 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19459897 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10965] ppid=10958 vsize=868672 CPUtime=0.13
/proc/10959/task/10965/stat : 10965 (java) R 10958 10945 9996 0 -1 64 1438 0 0 0 12 1 0 0 16 0 9 0 19459897 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 101647094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10966] ppid=10958 vsize=868672 CPUtime=0
/proc/10959/task/10966/stat : 10966 (java) S 10958 10945 9996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19459897 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10959/tid=10967] ppid=10958 vsize=868672 CPUtime=0
/proc/10959/task/10967/stat : 10967 (java) S 10958 10945 9996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19459897 889520128 17458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 890896

[startup+6.30175 s]
/proc/loadavg: 1.26 1.73 1.84 3/84 10969
/proc/meminfo: memFree=929216/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 15 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=7528 CPUtime=1.09
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 1771 0 0 0 108 1 0 0 25 0 1 0 19460343 7708672 1757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10969/statm: 1882 1757 75 150 0 1729 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 29752

[startup+12.7014 s]
/proc/loadavg: 1.32 1.73 1.84 3/84 10969
/proc/meminfo: memFree=924160/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=12128 CPUtime=7.43
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 2903 0 0 0 741 2 0 0 25 0 1 0 19460343 12419072 2889 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 1 0 0
/proc/10969/statm: 3032 2889 75 150 0 2879 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 34352

[startup+25.5027 s]
/proc/loadavg: 1.47 1.75 1.84 3/84 10969
/proc/meminfo: memFree=915264/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=20972 CPUtime=20.1
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 5141 0 0 0 2005 5 0 0 25 0 1 0 19460343 21475328 5127 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10969/statm: 5243 5127 75 150 0 5090 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 43196

[startup+51.1023 s]
/proc/loadavg: 1.65 1.77 1.85 3/84 10969
/proc/meminfo: memFree=907712/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=28284 CPUtime=45.47
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 6958 0 0 0 4539 8 0 0 25 0 1 0 19460343 28962816 6944 996147200 134512640 135127466 4294956256 18446744073709551615 134521694 0 0 4096 3 0 0 0 17 1 0 0
/proc/10969/statm: 7071 6944 75 150 0 6918 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 50508

[startup+102.308 s]
/proc/loadavg: 1.85 1.80 1.85 3/84 10969
/proc/meminfo: memFree=898048/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=38084 CPUtime=96.18
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 9356 0 0 0 9607 11 0 0 25 0 1 0 19460343 38998016 9342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10969/statm: 9521 9342 75 150 0 9368 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 60308

[startup+162.303 s]
/proc/loadavg: 1.94 1.83 1.86 3/84 10969
/proc/meminfo: memFree=897984/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=888712/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=78784 CPUtime=1289.34
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 19447 0 0 0 128908 26 0 0 25 0 1 0 19460343 80674816 19433 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 19696 19433 75 150 0 19543 0
Current children cumulated CPU time (s) 1294.32
Current children cumulated vsize (KiB) 101008

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=888264/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=78784 CPUtime=1349.32
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 19447 0 0 0 134906 26 0 0 25 0 1 0 19460343 80674816 19433 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 19696 19433 75 150 0 19543 0
Current children cumulated CPU time (s) 1354.3
Current children cumulated vsize (KiB) 101008

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=887624/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=78784 CPUtime=1409.3
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 19447 0 0 0 140904 26 0 0 25 0 1 0 19460343 80674816 19433 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 19696 19433 75 150 0 19543 0
Current children cumulated CPU time (s) 1414.28
Current children cumulated vsize (KiB) 101008

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=887112/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=78784 CPUtime=1469.27
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 19447 0 0 0 146901 26 0 0 25 0 1 0 19460343 80674816 19433 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 19696 19433 75 150 0 19543 0
Current children cumulated CPU time (s) 1474.25
Current children cumulated vsize (KiB) 101008

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=881544/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=83848 CPUtime=1529.25
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 20694 0 0 0 152897 28 0 0 25 0 1 0 19460343 85860352 20680 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 20962 20680 75 150 0 20809 0
Current children cumulated CPU time (s) 1534.23
Current children cumulated vsize (KiB) 106072

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=877192/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=87436 CPUtime=1589.23
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 21628 0 0 0 158893 30 0 0 25 0 1 0 19460343 89534464 21614 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 21859 21614 75 150 0 21706 0
Current children cumulated CPU time (s) 1594.21
Current children cumulated vsize (KiB) 109660

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=876616/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=87664 CPUtime=1649.21
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 21649 0 0 0 164891 30 0 0 25 0 1 0 19460343 89767936 21635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 21916 21635 75 150 0 21763 0
Current children cumulated CPU time (s) 1654.19
Current children cumulated vsize (KiB) 109888

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=875848/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=87828 CPUtime=1709.19
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 21707 0 0 0 170889 30 0 0 25 0 1 0 19460343 89935872 21693 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 21957 21693 75 150 0 21804 0
Current children cumulated CPU time (s) 1714.17
Current children cumulated vsize (KiB) 110052

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=867016/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=96284 CPUtime=1769.17
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 23779 0 0 0 176884 33 0 0 25 0 1 0 19460343 98594816 23765 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 24071 23765 75 150 0 23918 0
Current children cumulated CPU time (s) 1774.15
Current children cumulated vsize (KiB) 118508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=866824/2055920 swapFree=4192956/4192956
[pid=10945] ppid=10943 vsize=16868 CPUtime=4.98
/proc/10945/stat : 10945 (sugar) S 10943 10945 9996 0 -1 4194304 1376 24206 0 2 5 2 472 19 16 0 1 0 19459823 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10945/statm: 4217 1113 409 3 0 796 0
[pid=10968] ppid=10945 vsize=5356 CPUtime=0
/proc/10968/stat : 10968 (sh) S 10945 10945 9996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19460342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10968/statm: 1339 232 193 169 0 50 0
[pid=10969] ppid=10968 vsize=96284 CPUtime=1795.07
/proc/10969/stat : 10969 (minisat) R 10968 10945 9996 0 -1 4194304 23780 0 0 0 179474 33 0 0 25 0 1 0 19460343 98594816 23766 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/10969/statm: 24071 23766 75 150 0 23918 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 118508

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 10945 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=783272
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=220966
# CPU time returned by wait4() is 5.00424
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.22
CPU time (s): 1800.05
CPU user time (s): 1799.51
CPU system time (s): 0.54
CPU usage (%): 99.5479
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.78327
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25965
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= 2437
involuntary context switches= 2434

runsolver used 2.06569 second user time and 6.18106 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-11 16:52:08
IDJOB=2059477
IDBENCH=53585
IDSOLVER=739
FILE ID=node12/2059477-1247323928
PBS_JOBID= 9506603
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-e-3_ext.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-2059477-1247323928/watcher-2059477-1247323928 -o /tmp/evaluation-result-2059477-1247323928/solver-2059477-1247323928 -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-2059477-1247323928.xml

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

MD5SUM BENCH= 0d63c340aa2de5a517388f1f4a3c0ad6
RANDOM SEED=1663069186

node12.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.240
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.240
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:        941432 kB
Buffers:         59772 kB
Cached:         935204 kB
SwapCached:          0 kB
Active:         470896 kB
Inactive:       589084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        941432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          85424 kB
Slab:            39580 kB
Committed_AS:   195224 kB
PageTables:       1912 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= 66136 MiB
End job on node12 at 2009-07-11 17:22:18