Trace number 2063338

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 1816.42

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-46_ext.xml
MD5SUMa2cce65493f26afeca7ea50451b3f39e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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 19:00:40 2009
0.00/0.08	c 0	PID 11709
0.06/0.08	c 0	HOST node23.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2063338-1247331640.xml TO HOME/temp.csp
0.06/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-2063338-1247331640.xml' 'HOME/temp.csp'
1.55/1.60	c 2	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.55/1.66	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.66	c 2	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'
1.57/1.74	c 2	Parsing HOME/temp.csp
4.07/4.28	c 5	parsed 175 expressions
4.07/4.29	c 5	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.07/4.29	c 5	Converting to clausal form CSP
4.17/4.34	c 5	converted 18 (10%) expressions
4.17/4.36	c 5	converted 35 (20%) expressions
4.17/4.36	c 5	converted 53 (30%) expressions
4.17/4.40	c 5	converted 70 (40%) expressions
4.27/4.43	c 5	converted 88 (50%) expressions
4.36/4.52	c 5	converted 105 (60%) expressions
4.57/4.76	c 5	converted 123 (70%) expressions
5.26/5.41	c 6	converted 140 (80%) expressions
5.45/5.64	c 6	converted 158 (90%) expressions
5.65/5.86	c 6	converted 175 (100%) expressions
5.65/5.86	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.65/5.86	c 6	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.65/5.86	c 6	Propagation in CSP
5.65/5.86	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.65/5.86	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.65/5.86	c 6	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.65/5.86	c 6	Simplifing CSP by introducing new Boolean variables
5.65/5.86	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.65/5.86	c 6	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.95/6.11	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.95/6.11	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.95/6.12	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.95/6.12	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.95/6.12	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.95/6.12	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.95/6.12	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.95/6.12	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.95/6.13	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.95/6.13	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.95/6.13	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.34/6.57	c 7	8 (10%) CSP clauses are encoded (25251 clauses, 597967 bytes)
6.64/6.89	c 7	15 (20%) CSP clauses are encoded (46983 clauses, 1133587 bytes)
7.04/7.25	c 8	23 (30%) CSP clauses are encoded (71730 clauses, 1758114 bytes)
7.34/7.58	c 8	30 (40%) CSP clauses are encoded (93357 clauses, 2300279 bytes)
7.73/7.93	c 8	38 (50%) CSP clauses are encoded (116939 clauses, 2892962 bytes)
8.02/8.25	c 9	45 (60%) CSP clauses are encoded (138508 clauses, 3457616 bytes)
8.43/8.62	c 9	53 (70%) CSP clauses are encoded (163265 clauses, 4127223 bytes)
8.72/8.94	c 9	60 (80%) CSP clauses are encoded (184851 clauses, 4713072 bytes)
9.13/9.31	c 10	68 (90%) CSP clauses are encoded (209547 clauses, 5382792 bytes)
9.43/9.63	c 10	75 (100%) CSP clauses are encoded (231111 clauses, 5967794 bytes)
9.43/9.63	c 10	75 CSP clauses encoded
9.43/9.63	c 10	Writing map file : HOME/temp.map
9.43/9.63	c 10	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.43/9.63	c 10	SAT : 552 SAT variables, 231111 SAT clauses, 5967794 bytes
9.43/9.63	c 10	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.43/9.67	c 10	SOLVING HOME/temp.cnf
9.43/9.67	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.43/9.68	c 10	This is MiniSat 2.0 beta
9.43/9.68	c 10	WARNING: for repeatability, setting FPU to use double precision
9.43/9.68	c 10	============================[ Problem Statistics ]=============================
9.43/9.68	c 10	|                                                                             |
9.43/9.68	c 10	|  Number of variables:  552                                                  |
9.43/9.68	c 10	|  Number of clauses:    231111                                               |
9.59/9.83	c 10	|  Parsing time:         0.13         s                                       |
9.59/9.84	c 10	============================[ Search Statistics ]==============================
9.59/9.84	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.59/9.84	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.59/9.84	c 10	===============================================================================
9.59/9.84	c 10	|         0 |     552   231111  1288094 |    77037        0    nan |  0.000 % |
9.69/9.98	c 10	|       100 |     552   231111  1288094 |    84740      100     11 |  0.000 % |
9.89/10.10	c 10	|       250 |     552   231111  1288094 |    93214      250     13 |  0.006 % |
10.09/10.32	c 11	|       475 |     552   231111  1288094 |   102536      475     13 |  0.008 % |
10.39/10.67	c 11	|       812 |     552   231111  1288094 |   112789      812     13 |  0.008 % |
10.88/11.18	c 12	|      1320 |     552   231111  1288094 |   124068     1320     13 |  0.008 % |
11.47/11.71	c 12	|      2079 |     552   231111  1288094 |   136475     2079     13 |  0.008 % |
12.46/12.79	c 13	|      3219 |     552   231111  1288094 |   150123     3219     13 |  0.008 % |
13.84/14.19	c 15	|      4928 |     552   231111  1288094 |   165135     4928     13 |  0.008 % |
16.41/16.74	c 17	|      7490 |     552   231111  1288094 |   181649     7490     14 |  0.008 % |
20.37/20.76	c 21	|     11334 |     552   231111  1288094 |   199814    11334     15 |  0.008 % |
26.01/26.44	c 27	|     17100 |     552   231111  1288094 |   219795    17100     15 |  0.007 % |
35.01/35.53	c 36	|     25749 |     552   231111  1288094 |   241775    25749     15 |  0.008 % |
49.87/50.58	c 51	|     38723 |     552   231111  1288094 |   265952    38723     15 |  0.008 % |
74.03/74.96	c 75	|     58184 |     552   231111  1288094 |   292547    58184     16 |  0.005 % |
114.85/116.13	c 116	|     87378 |     552   231111  1288094 |   321802    87378     16 |  0.006 % |
185.87/187.82	c 188	|    131168 |     552   231111  1288094 |   353982   131168     16 |  0.008 % |
330.00/333.39	c 334	|    196853 |     552   231111  1288094 |   389381   196853     17 |  0.008 % |
580.02/585.78	c 586	|    295379 |     552   231111  1288094 |   428319   295379     17 |  0.008 % |
1022.00/1031.94	c 1032	|    443169 |     552   231111  1288094 |   471151    34930     18 |  0.002 % |
1498.96/1513.48	c 1514	|    664852 |     552   231111  1288094 |   518266   256613     19 |  0.007 % |
1800.09/1816.41	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1816.41	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1816.41	c ERROR INTERRUPTED
1800.09/1816.41	s UNKNOWN
1800.09/1816.41	c 1817	CPU 9.48 (0.06 0.02 9.13 0.27)
1800.09/1816.41	c 1817	END Sat Jul 11 19:30:57 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-2063338-1247331640/watcher-2063338-1247331640 -o /tmp/evaluation-result-2063338-1247331640/solver-2063338-1247331640 -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-2063338-1247331640.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.01 1.95 1.60 3/74 11709
/proc/meminfo: memFree=677632/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=18576 CPUtime=0
/proc/11709/stat : 11709 (runsolver) R 11707 11709 9716 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 20230423 19021824 285 996147200 4194304 4302564 548682068304 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11709/statm: 4644 285 249 26 0 2626 0

[startup+0.083421 s]
/proc/loadavg: 2.01 1.95 1.60 3/74 11709
/proc/meminfo: memFree=677632/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16740 CPUtime=0.06
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20230423 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101799 s]
/proc/loadavg: 2.01 1.95 1.60 3/74 11709
/proc/meminfo: memFree=677632/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=0.06
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20230423 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301833 s]
/proc/loadavg: 2.01 1.95 1.60 3/74 11709
/proc/meminfo: memFree=677632/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=0.06
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20230423 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701918 s]
/proc/loadavg: 2.01 1.95 1.60 3/74 11709
/proc/meminfo: memFree=677632/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=0.06
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20230423 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50207 s]
/proc/loadavg: 2.01 1.95 1.60 3/85 11721
/proc/meminfo: memFree=652968/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=0.06
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20230423 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1111 409 3 0 796 0
[pid=11712] ppid=11709 vsize=5356 CPUtime=0
/proc/11712/stat : 11712 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20230432 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11712/statm: 1339 233 193 169 0 50 0
[pid=11713] ppid=11712 vsize=864160 CPUtime=1.39
/proc/11713/stat : 11713 (java) S 11712 11709 9716 0 -1 0 8854 0 1 0 132 7 0 0 18 0 9 0 20230432 884899840 7987 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 216040 7987 2553 9 0 210552 0
[pid=11713/tid=11714] ppid=11712 vsize=864160 CPUtime=1.15
/proc/11713/task/11714/stat : 11714 (java) R 11712 11709 9716 0 -1 64 2924 0 1 0 112 3 0 0 25 0 9 0 20230433 884899840 7987 996147200 134512640 134550932 4294955984 18446744073709551615 4126494739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11713/tid=11715] ppid=11712 vsize=864160 CPUtime=0.16
/proc/11713/task/11715/stat : 11715 (java) S 11712 11709 9716 0 -1 64 4906 0 0 0 14 2 0 0 16 0 9 0 20230435 884899840 7987 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11713/tid=11716] ppid=11712 vsize=864160 CPUtime=0
/proc/11713/task/11716/stat : 11716 (java) S 11712 11709 9716 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20230435 884899840 7987 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11713/tid=11717] ppid=11712 vsize=864160 CPUtime=0
/proc/11713/task/11717/stat : 11717 (java) S 11712 11709 9716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20230435 884899840 7987 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11713/tid=11718] ppid=11712 vsize=864160 CPUtime=0
/proc/11713/task/11718/stat : 11718 (java) S 11712 11709 9716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20230437 884899840 7987 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11713/tid=11719] ppid=11712 vsize=864160 CPUtime=0.05
/proc/11713/task/11719/stat : 11719 (java) S 11712 11709 9716 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 20230437 884899840 7987 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11713/tid=11720] ppid=11712 vsize=864160 CPUtime=0
/proc/11713/task/11720/stat : 11720 (java) S 11712 11709 9716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20230437 884899840 7987 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11713/tid=11721] ppid=11712 vsize=864160 CPUtime=0
/proc/11713/task/11721/stat : 11721 (java) S 11712 11709 9716 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20230437 884899840 7987 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) 886384

[startup+3.10138 s]
/proc/loadavg: 2.01 1.95 1.60 4/85 11731
/proc/meminfo: memFree=661416/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=1.58
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1309 9594 0 1 5 2 143 8 16 0 1 0 20230423 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1111 409 3 0 796 0
[pid=11722] ppid=11709 vsize=5356 CPUtime=0
/proc/11722/stat : 11722 (sh) S 11709 11709 9716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20230590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11722/statm: 1339 233 193 169 0 50 0
[pid=11723] ppid=11722 vsize=862288 CPUtime=1.4
/proc/11723/stat : 11723 (java) S 11722 11709 9716 0 -1 0 9830 0 1 0 135 5 0 0 18 0 9 0 20230590 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 215572 9092 2158 9 0 210485 0
[pid=11723/tid=11724] ppid=11722 vsize=862288 CPUtime=0.9
/proc/11723/task/11724/stat : 11724 (java) R 11722 11709 9716 0 -1 64 2175 0 1 0 89 1 0 0 25 0 9 0 20230591 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11725] ppid=11722 vsize=862288 CPUtime=0.44
/proc/11723/task/11725/stat : 11725 (java) R 11722 11709 9716 0 -1 64 6653 0 0 0 42 2 0 0 16 0 9 0 20230592 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 102381670 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11722 vsize=862288 CPUtime=0
/proc/11723/task/11726/stat : 11726 (java) S 11722 11709 9716 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20230593 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11727] ppid=11722 vsize=862288 CPUtime=0
/proc/11723/task/11727/stat : 11727 (java) S 11722 11709 9716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20230593 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11728] ppid=11722 vsize=862288 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11722 11709 9716 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20230595 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11729] ppid=11722 vsize=862288 CPUtime=0.03
/proc/11723/task/11729/stat : 11729 (java) S 11722 11709 9716 0 -1 64 299 0 0 0 3 0 0 0 16 0 9 0 20230595 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11730] ppid=11722 vsize=862288 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11722 11709 9716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20230595 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11731] ppid=11722 vsize=862288 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11722 11709 9716 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20230595 882982912 9092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 884512

[startup+6.303 s]
/proc/loadavg: 2.09 1.97 1.61 4/85 11731
/proc/meminfo: memFree=589288/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=1.58
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1310 9594 0 1 5 2 143 8 15 0 1 0 20230423 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1111 409 3 0 796 0
[pid=11722] ppid=11709 vsize=5356 CPUtime=0
/proc/11722/stat : 11722 (sh) S 11709 11709 9716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20230590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11722/statm: 1339 233 193 169 0 50 0
[pid=11723] ppid=11722 vsize=864504 CPUtime=4.57
/proc/11723/stat : 11723 (java) S 11722 11709 9716 0 -1 0 26476 0 1 0 444 13 0 0 18 0 9 0 20230590 885252096 25680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 216126 25680 2590 9 0 210603 0
[pid=11723/tid=11724] ppid=11722 vsize=864504 CPUtime=2.4
/proc/11723/task/11724/stat : 11724 (java) R 11722 11709 9716 0 -1 64 3748 0 1 0 237 3 0 0 25 0 9 0 20230591 885252096 25680 996147200 134512640 134550932 4294955936 18446744073709551615 4126577562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11725] ppid=11722 vsize=864504 CPUtime=2.06
/proc/11723/task/11725/stat : 11725 (java) S 11722 11709 9716 0 -1 64 21693 0 0 0 198 8 0 0 16 0 9 0 20230592 885252096 25680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11722 vsize=864504 CPUtime=0
/proc/11723/task/11726/stat : 11726 (java) S 11722 11709 9716 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20230593 885252096 25680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11727] ppid=11722 vsize=864504 CPUtime=0
/proc/11723/task/11727/stat : 11727 (java) S 11722 11709 9716 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20230593 885252096 25680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11728] ppid=11722 vsize=864504 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11722 11709 9716 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20230595 885252096 25680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11729] ppid=11722 vsize=864504 CPUtime=0.08
/proc/11723/task/11729/stat : 11729 (java) S 11722 11709 9716 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 20230595 885252096 25680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11730] ppid=11722 vsize=864504 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11722 11709 9716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20230595 885252096 25680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11731] ppid=11722 vsize=864504 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11722 11709 9716 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20230595 885252096 25680 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) 886728

[startup+12.7022 s]
/proc/loadavg: 2.08 1.97 1.61 3/77 11733
/proc/meminfo: memFree=649128/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 15 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=15896 CPUtime=2.98
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 3808 0 0 0 296 2 0 0 25 0 1 0 20231391 16277504 3794 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 3974 3794 75 150 0 3821 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 38120

[startup+25.5017 s]
/proc/loadavg: 2.07 1.97 1.62 3/77 11739
/proc/meminfo: memFree=647848/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=17232 CPUtime=15.64
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 4145 0 0 0 1561 3 0 0 25 0 1 0 20231391 17645568 4131 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 4308 4131 75 150 0 4155 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 39456

[startup+51.1017 s]
/proc/loadavg: 2.04 1.97 1.63 3/77 11739
/proc/meminfo: memFree=645864/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=19388 CPUtime=40.99
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 4693 0 0 0 4095 4 0 0 25 0 1 0 20231391 19853312 4679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 4847 4679 75 150 0 4694 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 41612

[startup+102.307 s]
/proc/loadavg: 2.02 1.97 1.64 3/77 11739
/proc/meminfo: memFree=641576/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=601136/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=61496 CPUtime=1280.38
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 14995 0 0 0 128024 14 0 0 25 0 1 0 20231391 62971904 14981 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 15374 14981 75 150 0 15221 0
Current children cumulated CPU time (s) 1289.86
Current children cumulated vsize (KiB) 83720

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/77 11739
/proc/meminfo: memFree=601136/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=61496 CPUtime=1339.81
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15004 0 0 0 133967 14 0 0 25 0 1 0 20231391 62971904 14990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 15374 14990 75 150 0 15221 0
Current children cumulated CPU time (s) 1349.29
Current children cumulated vsize (KiB) 83720

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.87 3/77 11739
/proc/meminfo: memFree=600624/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=61496 CPUtime=1399.24
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15007 0 0 0 139910 14 0 0 25 0 1 0 20231391 62971904 14993 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 15374 14993 75 150 0 15221 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 83720

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/77 11739
/proc/meminfo: memFree=600624/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=61496 CPUtime=1458.68
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15010 0 0 0 145854 14 0 0 25 0 1 0 20231391 62971904 14996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 15374 14996 75 150 0 15221 0
Current children cumulated CPU time (s) 1468.16
Current children cumulated vsize (KiB) 83720

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/77 11739
/proc/meminfo: memFree=600304/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=61824 CPUtime=1518.1
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15089 0 0 0 151796 14 0 0 25 0 1 0 20231391 63307776 15075 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 15456 15075 75 150 0 15303 0
Current children cumulated CPU time (s) 1527.58
Current children cumulated vsize (KiB) 84048

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/77 11739
/proc/meminfo: memFree=600176/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=61824 CPUtime=1577.55
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15089 0 0 0 157741 14 0 0 25 0 1 0 20231391 63307776 15075 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 15456 15075 75 150 0 15303 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 84048

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/77 11739
/proc/meminfo: memFree=599920/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=61824 CPUtime=1636.97
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15090 0 0 0 163683 14 0 0 25 0 1 0 20231391 63307776 15076 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11733/statm: 15456 15076 75 150 0 15303 0
Current children cumulated CPU time (s) 1646.45
Current children cumulated vsize (KiB) 84048

[startup+1722.3 s]
/proc/loadavg: 1.87 1.94 1.89 3/86 11815
/proc/meminfo: memFree=539688/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=62152 CPUtime=1696.55
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15170 0 0 0 169639 16 0 0 25 0 1 0 20231391 63643648 15156 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11733/statm: 15538 15156 75 150 0 15385 0
Current children cumulated CPU time (s) 1706.03
Current children cumulated vsize (KiB) 84376

[startup+1782.3 s]
/proc/loadavg: 1.95 1.95 1.90 3/86 11815
/proc/meminfo: memFree=530152/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=62152 CPUtime=1756.52
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15178 0 0 0 175636 16 0 0 25 0 1 0 20231391 63643648 15164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11733/statm: 15538 15164 75 150 0 15385 0
Current children cumulated CPU time (s) 1766
Current children cumulated vsize (KiB) 84376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 1.97 1.95 1.90 3/86 11815
/proc/meminfo: memFree=527336/2055920 swapFree=4192956/4192956
[pid=11709] ppid=11707 vsize=16868 CPUtime=9.48
/proc/11709/stat : 11709 (sugar) S 11707 11709 9716 0 -1 4194304 1374 36438 0 2 6 2 913 27 16 0 1 0 20230423 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11709/statm: 4217 1112 409 3 0 796 0
[pid=11732] ppid=11709 vsize=5356 CPUtime=0
/proc/11732/stat : 11732 (sh) S 11709 11709 9716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20231391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11732/statm: 1339 232 193 169 0 50 0
[pid=11733] ppid=11732 vsize=62332 CPUtime=1790.61
/proc/11733/stat : 11733 (minisat) R 11732 11709 9716 0 -1 4194304 15182 0 0 0 179045 16 0 0 25 0 1 0 20231391 63827968 15168 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/11733/statm: 15583 15168 75 150 0 15430 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 84556

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 11709 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=202600
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=304953
# CPU time returned by wait4() is 9.50755
# 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): 1816.42
CPU time (s): 1800.09
CPU user time (s): 1799.64
CPU system time (s): 0.45
CPU usage (%): 99.1007
Max. virtual memory (cumulated for all children) (KiB): 886728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.2026
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38285
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= 3689
involuntary context switches= 3641

runsolver used 2.04969 second user time and 6.19506 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-11 19:00:40
IDJOB=2063338
IDBENCH=54005
IDSOLVER=739
FILE ID=node23/2063338-1247331640
PBS_JOBID= 9506582
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-46_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-2063338-1247331640/watcher-2063338-1247331640 -o /tmp/evaluation-result-2063338-1247331640/solver-2063338-1247331640 -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-2063338-1247331640.xml

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

MD5SUM BENCH= a2cce65493f26afeca7ea50451b3f39e
RANDOM SEED=531000595

node23.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.277
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.277
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:        678112 kB
Buffers:         66072 kB
Cached:        1223004 kB
SwapCached:          0 kB
Active:         460220 kB
Inactive:       862712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        678112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4168 kB
Writeback:           0 kB
Mapped:          44992 kB
Slab:            40192 kB
Committed_AS:   143392 kB
PageTables:       1844 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= 66328 MiB
End job on node23 at 2009-07-11 19:30:59