Trace number 2090728

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+minisatUNSAT 1112.5 1123.16

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-29_ext.xml
MD5SUM3f4cc7fbe769b12c98bc52f0d6a6e82a
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 benchmark11.9592
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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 Sun Jul 12 11:34:28 2009
0.00/0.08	c 0	PID 24302
0.00/0.08	c 0	HOST node54.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2090728-1247391268.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-2090728-1247391268.xml' 'HOME/temp.csp'
0.07/0.69	c 1	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.07/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.73	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.66/0.81	c 1	Parsing HOME/temp.csp
1.20/1.30	c 1	parsed 311 expressions
1.20/1.31	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.31	c 1	Converting to clausal form CSP
1.20/1.33	c 1	converted 32 (10%) expressions
1.20/1.34	c 1	converted 63 (20%) expressions
1.20/1.35	c 1	converted 94 (30%) expressions
1.20/1.36	c 1	converted 125 (40%) expressions
1.20/1.36	c 1	converted 156 (50%) expressions
1.20/1.39	c 1	converted 187 (60%) expressions
1.30/1.43	c 1	converted 218 (70%) expressions
1.30/1.47	c 1	converted 249 (80%) expressions
1.49/1.60	c 1	converted 280 (90%) expressions
1.49/1.65	c 2	converted 311 (100%) expressions
1.49/1.65	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.49/1.65	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.65	c 2	Propagation in CSP
1.49/1.65	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.65	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.49/1.65	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.49/1.65	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.49/1.65	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.72	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.73	c 2	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.59/1.73	c 2	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.59/1.73	c 2	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.59/1.73	c 2	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.59/1.74	c 2	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.59/1.74	c 2	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.59/1.74	c 2	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.59/1.74	c 2	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.59/1.74	c 2	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.59/1.74	c 2	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.69/1.81	c 2	14 (10%) CSP clauses are encoded (6470 clauses, 106069 bytes)
1.69/1.85	c 2	27 (20%) CSP clauses are encoded (11085 clauses, 197234 bytes)
1.69/1.88	c 2	41 (30%) CSP clauses are encoded (16033 clauses, 294371 bytes)
1.80/1.91	c 2	54 (40%) CSP clauses are encoded (20697 clauses, 388124 bytes)
1.80/1.94	c 2	68 (50%) CSP clauses are encoded (25670 clauses, 487578 bytes)
1.80/1.97	c 2	81 (60%) CSP clauses are encoded (30289 clauses, 579866 bytes)
1.89/2.01	c 2	95 (70%) CSP clauses are encoded (35261 clauses, 679384 bytes)
1.89/2.04	c 2	108 (80%) CSP clauses are encoded (39893 clauses, 774833 bytes)
1.89/2.07	c 2	122 (90%) CSP clauses are encoded (44830 clauses, 877266 bytes)
1.99/2.11	c 2	135 (100%) CSP clauses are encoded (49456 clauses, 982093 bytes)
1.99/2.11	c 2	135 CSP clauses encoded
1.99/2.11	c 2	Writing map file : HOME/temp.map
1.99/2.11	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.11	c 2	SAT : 1560 SAT variables, 49456 SAT clauses, 982093 bytes
1.99/2.11	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.15	c 2	SOLVING HOME/temp.cnf
1.99/2.15	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.99/2.16	c 2	This is MiniSat 2.0 beta
1.99/2.16	c 2	WARNING: for repeatability, setting FPU to use double precision
1.99/2.16	c 2	============================[ Problem Statistics ]=============================
1.99/2.16	c 2	|                                                                             |
1.99/2.16	c 2	|  Number of variables:  1560                                                 |
1.99/2.16	c 2	|  Number of clauses:    49456                                                |
1.99/2.19	c 2	|  Parsing time:         0.02         s                                       |
1.99/2.19	c 2	============================[ Search Statistics ]==============================
1.99/2.19	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.19	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.19	c 2	===============================================================================
1.99/2.19	c 2	|         0 |    1560    49456   185240 |    16485        0    nan |  0.000 % |
2.01/2.21	c 2	|       100 |    1560    49456   185240 |    18133      100     12 |  0.000 % |
2.01/2.24	c 2	|       250 |    1560    49456   185240 |    19947      250     12 |  0.002 % |
2.01/2.28	c 2	|       475 |    1560    49456   185240 |    21941      475     12 |  0.002 % |
2.01/2.34	c 2	|       812 |    1560    49456   185240 |    24136      812     12 |  0.002 % |
2.01/2.43	c 2	|      1318 |    1560    49456   185240 |    26549     1318     13 |  0.002 % |
2.01/2.56	c 2	|      2078 |    1560    49456   185240 |    29204     2078     13 |  0.002 % |
2.01/2.78	c 3	|      3219 |    1560    49456   185240 |    32125     3219     13 |  0.002 % |
2.01/3.11	c 3	|      4927 |    1560    49456   185240 |    35337     4927     13 |  0.003 % |
3.42/3.62	c 4	|      7490 |    1560    49456   185240 |    38871     7490     13 |  0.003 % |
4.31/4.55	c 4	|     11335 |    1560    49456   185240 |    42758    11335     13 |  0.003 % |
5.80/6.00	c 6	|     17103 |    1560    49456   185240 |    47034    17103     13 |  0.003 % |
7.97/8.22	c 8	|     25754 |    1560    49456   185240 |    51738    25754     14 |  0.001 % |
11.64/11.92	c 12	|     38728 |    1560    49456   185240 |    56911    38728     14 |  0.001 % |
19.37/19.72	c 20	|     58189 |    1560    49456   185240 |    62603    14851     16 |  0.002 % |
30.65/31.11	c 31	|     87381 |    1560    49456   185240 |    68863    44043     16 |  0.002 % |
53.35/54.00	c 54	|    131170 |    1559    49399   185076 |    75749    59956     16 |  0.064 % |
87.62/88.66	c 89	|    196855 |    1559    49399   185076 |    83324    64599     18 |  0.065 % |
148.54/150.17	c 150	|    295381 |    1552    48853   183115 |    91657     9522      9 |  0.513 % |
230.28/232.67	c 233	|    443171 |    1552    48853   183115 |   100822    82212     17 |  0.516 % |
372.93/376.68	c 377	|    664854 |    1545    48328   181232 |   110905    46454     18 |  0.962 % |
603.26/609.17	c 609	|    997380 |    1545    48328   181232 |   121995   106108     19 |  0.963 % |
970.67/980.01	c 980	|   1496168 |    1545    48328   181232 |   134195    91742     17 |  0.962 % |
1112.34/1123.02	c 1123	===============================================================================
1112.34/1123.02	c 1123	restarts              : 23
1112.34/1123.02	c 1123	conflicts             : 1692414        (1524 /sec)
1112.34/1123.02	c 1123	decisions             : 2169012        (1.59 % random) (1954 /sec)
1112.34/1123.02	c 1123	propagations          : 249241368      (224488 /sec)
1112.34/1123.02	c 1123	conflict literals     : 31205447       (38.91 % deleted)
1112.34/1123.02	c 1123	Memory used           : 23.74 MB
1112.34/1123.02	c 1123	CPU time              : 1110.27 s
1112.34/1123.02	c 1123	
1112.34/1123.02	c 1123	UNSATISFIABLE
1112.34/1123.02	c 1123	DECODING HOME/temp.out WITH HOME/temp.map
1112.34/1123.02	c 1123	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'
1112.37/1123.11	c 1123	Decoding HOME/temp.out
1112.37/1123.13	s UNSATISFIABLE
1112.37/1123.14	c 1123	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1112.37/1123.16	c 1123	CPU 1112.48 (0.07 0.01 1112.18 0.22)
1112.37/1123.16	c 1123	END Sun Jul 12 11:53:11 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090728-1247391268/watcher-2090728-1247391268 -o /tmp/evaluation-result-2090728-1247391268/solver-2090728-1247391268 -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-2090728-1247391268.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.98 2.01 1.91 4/75 24302
/proc/meminfo: memFree=1837968/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=12268 CPUtime=0
/proc/24302/stat : 24302 (sugar) R 24300 24302 22982 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 26191582 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234211736165 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24302/statm: 3067 316 241 3 0 167 0

[startup+0.09534 s]
/proc/loadavg: 1.98 2.01 1.91 4/75 24302
/proc/meminfo: memFree=1837968/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=0.07
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26191582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101374 s]
/proc/loadavg: 1.98 2.01 1.91 4/75 24302
/proc/meminfo: memFree=1837968/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=0.07
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26191582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301362 s]
/proc/loadavg: 1.98 2.01 1.91 4/75 24302
/proc/meminfo: memFree=1837968/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=0.07
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26191582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701409 s]
/proc/loadavg: 1.98 2.01 1.91 4/75 24302
/proc/meminfo: memFree=1837968/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=0.07
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 26191582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 1.98 2.01 1.91 3/86 24324
/proc/meminfo: memFree=1826296/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=0.66
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1309 4752 0 1 6 1 55 4 16 0 1 0 26191582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1111 409 3 0 796 0
[pid=24315] ppid=24302 vsize=5356 CPUtime=0
/proc/24315/stat : 24315 (sh) S 24302 24302 22982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26191656 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24315/statm: 1339 233 193 169 0 50 0
[pid=24316] ppid=24315 vsize=864376 CPUtime=0.73
/proc/24316/stat : 24316 (java) S 24315 24302 22982 0 -1 0 8124 0 1 0 69 4 0 0 19 0 9 0 26191657 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24316/statm: 216094 7391 2566 9 0 210599 0
[pid=24316/tid=24317] ppid=24315 vsize=864376 CPUtime=0.43
/proc/24316/task/24317/stat : 24317 (java) R 24315 24302 22982 0 -1 64 2618 0 1 0 41 2 0 0 18 0 9 0 26191657 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24318] ppid=24315 vsize=864376 CPUtime=0.24
/proc/24316/task/24318/stat : 24318 (java) R 24315 24302 22982 0 -1 64 4493 0 0 0 23 1 0 0 16 0 9 0 26191659 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 102758116 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24319] ppid=24315 vsize=864376 CPUtime=0
/proc/24316/task/24319/stat : 24319 (java) S 24315 24302 22982 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26191659 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24320] ppid=24315 vsize=864376 CPUtime=0
/proc/24316/task/24320/stat : 24320 (java) S 24315 24302 22982 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26191659 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24321] ppid=24315 vsize=864376 CPUtime=0
/proc/24316/task/24321/stat : 24321 (java) S 24315 24302 22982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26191661 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24322] ppid=24315 vsize=864376 CPUtime=0.04
/proc/24316/task/24322/stat : 24322 (java) S 24315 24302 22982 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 26191661 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24323] ppid=24315 vsize=864376 CPUtime=0
/proc/24316/task/24323/stat : 24323 (java) S 24315 24302 22982 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26191661 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24324] ppid=24315 vsize=864376 CPUtime=0
/proc/24316/task/24324/stat : 24324 (java) S 24315 24302 22982 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26191661 885121024 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886600

[startup+3.10272 s]
/proc/loadavg: 2.06 2.02 1.92 3/86 24324
/proc/meminfo: memFree=1810232/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.01
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 6 1 183 11 15 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30113 s]
/proc/loadavg: 2.06 2.02 1.92 3/78 24326
/proc/meminfo: memFree=1827896/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.01
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 6 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=6092 CPUtime=4.09
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 1390 0 0 0 408 1 0 0 25 0 1 0 26191799 6238208 1376 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 1523 1376 75 150 0 1370 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 28316

[startup+12.703 s]
/proc/loadavg: 2.05 2.02 1.92 3/78 24326
/proc/meminfo: memFree=1825464/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.01
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 6 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=8192 CPUtime=10.42
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 1914 0 0 0 1041 1 0 0 25 0 1 0 26191799 8388608 1900 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 2048 1900 75 150 0 1895 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 30416

[startup+25.5016 s]
/proc/loadavg: 2.04 2.02 1.92 3/78 24326
/proc/meminfo: memFree=1823800/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.01
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 6 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=9648 CPUtime=23.09
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 2312 0 0 0 2308 1 0 0 25 0 1 0 26191799 9879552 2298 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 2412 2298 75 150 0 2259 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 31872

[startup+51.1018 s]
/proc/loadavg: 2.03 2.02 1.92 3/78 24326
/proc/meminfo: memFree=1823288/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.01
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 6 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=10176 CPUtime=48.46
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 2439 0 0 0 4844 2 0 0 25 0 1 0 26191799 10420224 2425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 2544 2425 75 150 0 2391 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 32400

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.92 3/78 24326
/proc/meminfo: memFree=1819320/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.01
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 6 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=14096 CPUtime=99.19
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 3406 0 0 0 9916 3 0 0 25 0 1 0 26191799 14434304 3392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 3524 3392 75 150 0 3371 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 36320

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 1.92 3/78 24326
/proc/meminfo: memFree=1817976/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=14496 CPUtime=158.61
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 3508 0 0 0 15858 3 0 0 25 0 1 0 26191799 14843904 3494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 3624 3494 75 150 0 3471 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 36720

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/78 24326
/proc/meminfo: memFree=1816632/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=15564 CPUtime=218.06
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 3771 0 0 0 21802 4 0 0 25 0 1 0 26191799 15937536 3757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 3891 3757 75 150 0 3738 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 37788

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

/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=20428 CPUtime=574.67
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 4949 0 0 0 57462 5 0 0 25 0 1 0 26191799 20918272 4935 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 5107 4935 75 150 0 4954 0
Current children cumulated CPU time (s) 576.69
Current children cumulated vsize (KiB) 42652

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/78 24326
/proc/meminfo: memFree=1808568/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=21520 CPUtime=634.12
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5231 0 0 0 63406 6 0 0 25 0 1 0 26191799 22036480 5217 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 5380 5217 75 150 0 5227 0
Current children cumulated CPU time (s) 636.14
Current children cumulated vsize (KiB) 43744

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/78 24326
/proc/meminfo: memFree=1807288/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=22228 CPUtime=693.56
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5389 0 0 0 69350 6 0 0 25 0 1 0 26191799 22761472 5375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 5557 5375 75 150 0 5404 0
Current children cumulated CPU time (s) 695.58
Current children cumulated vsize (KiB) 44452

[startup+762.308 s]
/proc/loadavg: 2.07 2.02 1.93 3/78 24326
/proc/meminfo: memFree=1806840/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=22516 CPUtime=753
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5452 0 0 0 75294 6 0 0 25 0 1 0 26191799 23056384 5438 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 5629 5438 75 150 0 5476 0
Current children cumulated CPU time (s) 755.02
Current children cumulated vsize (KiB) 44740

[startup+822.302 s]
/proc/loadavg: 2.32 2.10 1.96 3/78 24326
/proc/meminfo: memFree=1806456/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=22784 CPUtime=812.43
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5529 0 0 0 81237 6 0 0 25 0 1 0 26191799 23330816 5515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 5696 5515 75 150 0 5543 0
Current children cumulated CPU time (s) 814.45
Current children cumulated vsize (KiB) 45008

[startup+882.301 s]
/proc/loadavg: 2.15 2.09 1.96 3/78 24326
/proc/meminfo: memFree=1805944/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=22916 CPUtime=871.87
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5571 0 0 0 87181 6 0 0 25 0 1 0 26191799 23465984 5557 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 5729 5557 75 150 0 5576 0
Current children cumulated CPU time (s) 873.89
Current children cumulated vsize (KiB) 45140

[startup+942.302 s]
/proc/loadavg: 2.09 2.09 1.97 3/78 24326
/proc/meminfo: memFree=1805240/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=23468 CPUtime=931.31
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5702 0 0 0 93125 6 0 0 25 0 1 0 26191799 24031232 5688 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 5867 5688 75 150 0 5714 0
Current children cumulated CPU time (s) 933.33
Current children cumulated vsize (KiB) 45692

[startup+1002.3 s]
/proc/loadavg: 2.13 2.10 1.98 3/78 24328
/proc/meminfo: memFree=1804408/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=23888 CPUtime=990.73
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5796 0 0 0 99067 6 0 0 25 0 1 0 26191799 24461312 5782 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 5972 5782 75 150 0 5819 0
Current children cumulated CPU time (s) 992.75
Current children cumulated vsize (KiB) 46112

[startup+1062.3 s]
/proc/loadavg: 2.12 2.10 1.98 3/78 24328
/proc/meminfo: memFree=1804024/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=24168 CPUtime=1050.19
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5863 0 0 0 105012 7 0 0 25 0 1 0 26191799 24748032 5849 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 6042 5849 75 150 0 5889 0
Current children cumulated CPU time (s) 1052.21
Current children cumulated vsize (KiB) 46392

[startup+1122.3 s]
/proc/loadavg: 2.10 2.09 1.99 3/78 24328
/proc/meminfo: memFree=1803320/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=24304 CPUtime=1109.62
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5902 0 0 0 110955 7 0 0 25 0 1 0 26191799 24887296 5888 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 6076 5888 75 150 0 5923 0
Current children cumulated CPU time (s) 1111.64
Current children cumulated vsize (KiB) 46528

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

[startup+1122.7 s]
/proc/loadavg: 2.10 2.09 1.99 3/78 24328
/proc/meminfo: memFree=1803320/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=2.02
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1376 14068 0 2 7 1 183 11 16 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26191798 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=24304 CPUtime=1110.02
/proc/24326/stat : 24326 (minisat) R 24325 24302 22982 0 -1 4194304 5902 0 0 0 110995 7 0 0 25 0 1 0 26191799 24887296 5888 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24326/statm: 6076 5888 75 150 0 5923 0
Current children cumulated CPU time (s) 1112.04
Current children cumulated vsize (KiB) 46528

[startup+1123.11 s]
/proc/loadavg: 2.10 2.09 1.99 3/78 24328
/proc/meminfo: memFree=1803320/2055920 swapFree=4192812/4192956
[pid=24302] ppid=24300 vsize=16868 CPUtime=1112.37
/proc/24302/stat : 24302 (sugar) S 24300 24302 22982 0 -1 4194304 1430 20264 0 2 7 1 111210 19 17 0 1 0 26191582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1112.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1123.16
CPU time (s): 1112.5
CPU user time (s): 1112.26
CPU system time (s): 0.243962
CPU usage (%): 99.0509
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1112.26
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25466
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1909
involuntary context switches= 25173

runsolver used 1.45878 second user time and 3.67144 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 11:34:28
IDJOB=2090728
IDBENCH=59873
IDSOLVER=739
FILE ID=node54/2090728-1247391268
PBS_JOBID= 9507251
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-29_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-2090728-1247391268/watcher-2090728-1247391268 -o /tmp/evaluation-result-2090728-1247391268/solver-2090728-1247391268 -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-2090728-1247391268.xml

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

MD5SUM BENCH= 3f4cc7fbe769b12c98bc52f0d6a6e82a
RANDOM SEED=2069902385

node54.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.232
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.232
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:       1838448 kB
Buffers:         21356 kB
Cached:         114780 kB
SwapCached:          0 kB
Active:          88764 kB
Inactive:        81836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2036 kB
Writeback:           0 kB
Mapped:          45748 kB
Slab:            32036 kB
Committed_AS:   195292 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node54 at 2009-07-12 11:53:11