Trace number 2058674

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.12 1809.52

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-61021_ext.xml
MD5SUM7e6a9f70634568dedad3cbac85bcc871
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark71.1402
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 16:19:02 2009
0.00/0.07	c 0	PID 13300
0.00/0.07	c 0	HOST node90.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2058674-1247321942.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2058674-1247321942.xml' 'HOME/temp.csp'
0.06/0.71	c 1	1 domains, 26 variables, 0 predicates, 325 relations, 325 constraints
0.06/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.74	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.69/0.82	c 1	Parsing HOME/temp.csp
1.04/1.17	c 1	parsed 677 expressions
1.04/1.18	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.18	c 1	Converting to clausal form CSP
1.13/1.20	c 1	converted 68 (10%) expressions
1.13/1.21	c 1	converted 136 (20%) expressions
1.13/1.21	c 1	converted 204 (30%) expressions
1.13/1.21	c 1	converted 271 (40%) expressions
1.13/1.22	c 1	converted 339 (50%) expressions
1.13/1.25	c 1	converted 407 (60%) expressions
1.22/1.33	c 2	converted 474 (70%) expressions
1.22/1.35	c 2	converted 542 (80%) expressions
1.22/1.37	c 2	converted 610 (90%) expressions
1.22/1.39	c 2	converted 677 (100%) expressions
1.22/1.39	c 2	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.22/1.39	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.39	c 2	Propagation in CSP
1.22/1.40	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.40	c 2	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.22/1.40	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.40	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.40	c 2	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.32/1.41	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.46	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.46	c 2	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.32/1.46	c 2	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.32/1.47	c 2	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.32/1.47	c 2	11 (40%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.32/1.47	c 2	13 (50%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.32/1.47	c 2	16 (60%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.32/1.47	c 2	19 (70%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.32/1.47	c 2	21 (80%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.32/1.47	c 2	24 (90%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.32/1.47	c 2	26 (100%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.42/1.53	c 2	33 (10%) CSP clauses are encoded (4131 clauses, 64523 bytes)
1.42/1.56	c 2	65 (20%) CSP clauses are encoded (7576 clauses, 123816 bytes)
1.42/1.58	c 2	98 (30%) CSP clauses are encoded (11075 clauses, 185086 bytes)
1.42/1.60	c 2	130 (40%) CSP clauses are encoded (14512 clauses, 251051 bytes)
1.52/1.62	c 2	163 (50%) CSP clauses are encoded (18023 clauses, 318416 bytes)
1.52/1.64	c 2	195 (60%) CSP clauses are encoded (21504 clauses, 385066 bytes)
1.52/1.66	c 2	228 (70%) CSP clauses are encoded (25052 clauses, 453007 bytes)
1.52/1.68	c 2	260 (80%) CSP clauses are encoded (28472 clauses, 518416 bytes)
1.62/1.70	c 2	293 (90%) CSP clauses are encoded (32031 clauses, 586630 bytes)
1.62/1.72	c 2	325 (100%) CSP clauses are encoded (35463 clauses, 652306 bytes)
1.62/1.72	c 2	325 CSP clauses encoded
1.62/1.72	c 2	Writing map file : HOME/temp.map
1.62/1.72	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.72	c 2	SAT : 650 SAT variables, 35463 SAT clauses, 652306 bytes
1.62/1.72	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.74	c 2	SOLVING HOME/temp.cnf
1.62/1.74	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.62/1.74	c 2	This is MiniSat 2.0 beta
1.62/1.74	c 2	WARNING: for repeatability, setting FPU to use double precision
1.62/1.74	c 2	============================[ Problem Statistics ]=============================
1.62/1.74	c 2	|                                                                             |
1.62/1.74	c 2	|  Number of variables:  650                                                  |
1.62/1.74	c 2	|  Number of clauses:    35463                                                |
1.62/1.76	c 2	|  Parsing time:         0.02         s                                       |
1.62/1.76	c 2	============================[ Search Statistics ]==============================
1.62/1.76	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.62/1.76	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.62/1.76	c 2	===============================================================================
1.62/1.76	c 2	|         0 |     650    35463   134105 |    11821        0    nan |  0.000 % |
1.62/1.79	c 2	|       100 |     650    35463   134105 |    13003      100     11 |  0.000 % |
1.68/1.81	c 2	|       251 |     650    35463   134105 |    14303      251     11 |  0.008 % |
1.68/1.86	c 2	|       478 |     650    35463   134105 |    15733      478     11 |  0.010 % |
1.68/1.92	c 2	|       815 |     650    35463   134105 |    17307      815     11 |  0.010 % |
1.68/2.01	c 2	|      1323 |     650    35463   134105 |    19037     1323     12 |  0.008 % |
2.03/2.14	c 2	|      2082 |     650    35463   134105 |    20941     2082     12 |  0.008 % |
2.23/2.35	c 3	|      3222 |     650    35463   134105 |    23035     3222     12 |  0.008 % |
2.52/2.67	c 3	|      4931 |     650    35463   134105 |    25339     4931     12 |  0.007 % |
3.02/3.19	c 3	|      7493 |     650    35463   134105 |    27873     7493     12 |  0.008 % |
3.92/4.06	c 4	|     11338 |     650    35463   134105 |    30660    11338     12 |  0.008 % |
5.43/5.58	c 6	|     17106 |     650    35463   134105 |    33726    17106     12 |  0.009 % |
7.91/8.03	c 8	|     25757 |     650    35463   134105 |    37099    25757     13 |  0.008 % |
12.88/13.09	c 13	|     38732 |     650    35463   134105 |    40809    13555     14 |  0.008 % |
19.15/19.35	c 20	|     58194 |     650    35463   134105 |    44890    33017     14 |  0.008 % |
30.60/30.82	c 31	|     87390 |     650    35463   134105 |    49379    29849     16 |  0.008 % |
50.07/50.41	c 51	|    131179 |     650    35463   134105 |    54317    37813     16 |  0.008 % |
81.12/81.70	c 82	|    196863 |     650    35463   134105 |    59748    22959     15 |  0.008 % |
124.59/125.36	c 126	|    295389 |     650    35463   134105 |    65723    28951     16 |  0.008 % |
198.92/200.08	c 200	|    443179 |     650    35463   134105 |    72296    22513     15 |  0.008 % |
316.73/318.43	c 319	|    664862 |     650    35463   134105 |    79525    71211     18 |  0.000 % |
501.01/503.67	c 504	|    997387 |     650    35463   134105 |    87478    75835     18 |  0.008 % |
795.34/799.48	c 800	|   1496175 |     650    35463   134105 |    96226    66287     17 |  0.004 % |
1287.56/1294.13	c 1294	|   2244360 |     650    35463   134105 |   105848    88770     18 |  0.000 % |
1800.09/1809.51	sh: line 1: 13324 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1809.51	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1809.51	c 1810	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/1809.51	c ERROR INTERRUPTED
1800.09/1809.51	s UNKNOWN
1800.09/1809.51	c 1810	CPU 1800.1 (0.06 0.02 1799.82 0.2)
1800.09/1809.51	c 1810	END Sat Jul 11 16:49:12 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-2058674-1247321942/watcher-2058674-1247321942 -o /tmp/evaluation-result-2058674-1247321942/solver-2058674-1247321942 -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-2058674-1247321942.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.90 1.89 1.81 4/74 13300
/proc/meminfo: memFree=1275324/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=12272 CPUtime=0
/proc/13300/stat : 13300 (sugar) R 13298 13300 12644 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 19258884 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 0 0 0
/proc/13300/statm: 3068 327 246 3 0 168 0

[startup+0.0936069 s]
/proc/loadavg: 1.90 1.89 1.81 4/74 13300
/proc/meminfo: memFree=1275324/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=0.06
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19258884 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102606 s]
/proc/loadavg: 1.90 1.89 1.81 4/74 13300
/proc/meminfo: memFree=1275324/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=0.06
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19258884 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302628 s]
/proc/loadavg: 1.90 1.89 1.81 4/74 13300
/proc/meminfo: memFree=1275324/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=0.06
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19258884 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702668 s]
/proc/loadavg: 1.90 1.89 1.81 4/74 13300
/proc/meminfo: memFree=1275324/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=0.06
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19258884 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50175 s]
/proc/loadavg: 1.90 1.89 1.81 4/85 13322
/proc/meminfo: memFree=1264868/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=0.69
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1310 4865 0 1 5 1 59 4 15 0 1 0 19258884 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1111 409 3 0 796 0
[pid=13313] ppid=13300 vsize=5356 CPUtime=0
/proc/13313/stat : 13313 (sh) S 13300 13300 12644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19258959 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13313/statm: 1339 233 193 169 0 50 0
[pid=13314] ppid=13313 vsize=864368 CPUtime=0.73
/proc/13314/stat : 13314 (java) S 13313 13300 12644 0 -1 0 7664 0 1 0 70 3 0 0 20 0 9 0 19258959 885112832 6918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13314/statm: 216092 6918 2590 9 0 210569 0
[pid=13314/tid=13315] ppid=13313 vsize=864368 CPUtime=0.42
/proc/13314/task/13315/stat : 13315 (java) R 13313 13300 12644 0 -1 64 2665 0 1 0 41 1 0 0 25 0 9 0 19258960 885112832 6918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13314/tid=13316] ppid=13313 vsize=864368 CPUtime=0.23
/proc/13314/task/13316/stat : 13316 (java) S 13313 13300 12644 0 -1 64 3972 0 0 0 22 1 0 0 16 0 9 0 19258961 885112832 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13314/tid=13317] ppid=13313 vsize=864368 CPUtime=0
/proc/13314/task/13317/stat : 13317 (java) S 13313 13300 12644 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19258962 885112832 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13314/tid=13318] ppid=13313 vsize=864368 CPUtime=0
/proc/13314/task/13318/stat : 13318 (java) S 13313 13300 12644 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 19258962 885112832 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13314/tid=13319] ppid=13313 vsize=864368 CPUtime=0
/proc/13314/task/13319/stat : 13319 (java) S 13313 13300 12644 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19258964 885112832 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13314/tid=13320] ppid=13313 vsize=864368 CPUtime=0.06
/proc/13314/task/13320/stat : 13320 (java) S 13313 13300 12644 0 -1 64 325 0 0 0 6 0 0 0 16 0 9 0 19258964 885112832 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13314/tid=13321] ppid=13313 vsize=864368 CPUtime=0
/proc/13314/task/13321/stat : 13321 (java) S 13313 13300 12644 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19258964 885112832 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13314/tid=13322] ppid=13313 vsize=864368 CPUtime=0
/proc/13314/task/13322/stat : 13322 (java) S 13313 13300 12644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19258964 885112832 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886592

[startup+3.10192 s]
/proc/loadavg: 1.90 1.89 1.81 3/77 13324
/proc/meminfo: memFree=1268132/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 15 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=4148 CPUtime=1.34
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 850 0 0 0 134 0 0 0 25 0 1 0 19259059 4247552 836 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 1037 836 75 150 0 884 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 26372

[startup+6.3011 s]
/proc/loadavg: 1.90 1.89 1.81 3/77 13324
/proc/meminfo: memFree=1266724/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=5212 CPUtime=4.53
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 1114 0 0 0 453 0 0 0 25 0 1 0 19259059 5337088 1100 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 1303 1100 75 150 0 1150 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 27436

[startup+12.7018 s]
/proc/loadavg: 1.91 1.89 1.81 3/77 13324
/proc/meminfo: memFree=1264868/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=6708 CPUtime=10.9
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 1497 0 0 0 1089 1 0 0 25 0 1 0 19259059 6868992 1483 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 1677 1483 75 150 0 1524 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 28932

[startup+25.5021 s]
/proc/loadavg: 1.93 1.89 1.82 3/77 13324
/proc/meminfo: memFree=1263780/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=7892 CPUtime=23.64
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 1778 0 0 0 2362 2 0 0 25 0 1 0 19259059 8081408 1764 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 1973 1764 75 150 0 1820 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 30116

[startup+51.1027 s]
/proc/loadavg: 1.95 1.90 1.82 3/77 13324
/proc/meminfo: memFree=1262052/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=8956 CPUtime=49.09
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 2047 0 0 0 4907 2 0 0 25 0 1 0 19259059 9170944 2033 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 2239 2033 75 150 0 2086 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 31180

[startup+102.303 s]
/proc/loadavg: 1.98 1.92 1.82 3/77 13324
/proc/meminfo: memFree=1259300/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=10576 CPUtime=100.03
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 2448 0 0 0 10000 3 0 0 25 0 1 0 19259059 10829824 2434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 2644 2434 75 150 0 2491 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 32800

[startup+162.301 s]
/proc/loadavg: 1.99 1.93 1.83 3/77 13324
/proc/meminfo: memFree=1256548/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=12056 CPUtime=159.73
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 2780 0 0 0 15969 4 0 0 25 0 1 0 19259059 12345344 2766 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 3014 2766 75 150 0 2861 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 34280

[startup+222.306 s]
/proc/loadavg: 2.03 1.95 1.84 3/77 13324
/proc/meminfo: memFree=1255268/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0

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

[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=25140 CPUtime=1234.34
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 5905 0 0 0 123426 8 0 0 25 0 1 0 19259059 25743360 5891 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 6285 5891 75 150 0 6132 0
Current children cumulated CPU time (s) 1236.02
Current children cumulated vsize (KiB) 47364

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/77 13324
/proc/meminfo: memFree=1235044/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=25588 CPUtime=1294.04
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6025 0 0 0 129396 8 0 0 25 0 1 0 19259059 26202112 6011 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 6397 6011 75 150 0 6244 0
Current children cumulated CPU time (s) 1295.72
Current children cumulated vsize (KiB) 47812

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 13324
/proc/meminfo: memFree=1234340/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=26020 CPUtime=1353.75
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6130 0 0 0 135367 8 0 0 25 0 1 0 19259059 26644480 6116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 6505 6116 75 150 0 6352 0
Current children cumulated CPU time (s) 1355.43
Current children cumulated vsize (KiB) 48244

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 13324
/proc/meminfo: memFree=1233892/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=26488 CPUtime=1413.46
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6217 0 0 0 141337 9 0 0 25 0 1 0 19259059 27123712 6203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 6622 6203 75 150 0 6469 0
Current children cumulated CPU time (s) 1415.14
Current children cumulated vsize (KiB) 48712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/77 13324
/proc/meminfo: memFree=1233572/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=26648 CPUtime=1473.15
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6256 0 0 0 147306 9 0 0 25 0 1 0 19259059 27287552 6242 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 6662 6242 75 150 0 6509 0
Current children cumulated CPU time (s) 1474.83
Current children cumulated vsize (KiB) 48872

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/77 13324
/proc/meminfo: memFree=1232612/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=27356 CPUtime=1532.85
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6442 0 0 0 153276 9 0 0 25 0 1 0 19259059 28012544 6428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 6839 6428 75 150 0 6686 0
Current children cumulated CPU time (s) 1534.53
Current children cumulated vsize (KiB) 49580

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/77 13324
/proc/meminfo: memFree=1232100/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=27684 CPUtime=1592.55
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6534 0 0 0 159246 9 0 0 25 0 1 0 19259059 28348416 6520 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 6921 6520 75 150 0 6768 0
Current children cumulated CPU time (s) 1594.23
Current children cumulated vsize (KiB) 49908

[startup+1662.3 s]
/proc/loadavg: 2.46 2.10 1.97 4/86 13364
/proc/meminfo: memFree=1077908/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=27984 CPUtime=1652.28
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6580 0 0 0 165219 9 0 0 25 0 1 0 19259059 28655616 6566 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/13324/statm: 6996 6566 75 150 0 6843 0
Current children cumulated CPU time (s) 1653.96
Current children cumulated vsize (KiB) 50208

[startup+1722.3 s]
/proc/loadavg: 3.05 2.35 2.07 3/72 13369
/proc/meminfo: memFree=1049620/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=28408 CPUtime=1711.26
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6688 0 0 0 171116 10 0 0 25 0 1 0 19259059 29089792 6674 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/13324/statm: 7102 6674 75 150 0 6949 0
Current children cumulated CPU time (s) 1712.94
Current children cumulated vsize (KiB) 50632

[startup+1782.3 s]
/proc/loadavg: 3.44 2.60 2.17 2/71 13382
/proc/meminfo: memFree=1233116/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=28568 CPUtime=1771.21
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6714 0 0 0 177111 10 0 0 25 0 1 0 19259059 29253632 6700 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/13324/statm: 7142 6700 75 150 0 6989 0
Current children cumulated CPU time (s) 1772.89
Current children cumulated vsize (KiB) 50792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.5 s]
/proc/loadavg: 3.46 2.68 2.21 2/71 13382
/proc/meminfo: memFree=1245020/2055920 swapFree=4192956/4192956
[pid=13300] ppid=13298 vsize=16868 CPUtime=1.68
/proc/13300/stat : 13300 (sugar) S 13298 13300 12644 0 -1 4194304 1374 12887 0 2 6 2 151 9 16 0 1 0 19258884 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13300/statm: 4217 1112 409 3 0 796 0
[pid=13323] ppid=13300 vsize=5356 CPUtime=0
/proc/13323/stat : 13323 (sh) S 13300 13300 12644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19259059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13323/statm: 1339 232 193 169 0 50 0
[pid=13324] ppid=13323 vsize=28884 CPUtime=1798.41
/proc/13324/stat : 13324 (minisat) R 13323 13300 12644 0 -1 4194304 6787 0 0 0 179831 10 0 0 25 0 1 0 19259059 29577216 6773 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/13324/statm: 7221 6773 75 150 0 7068 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 51108

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

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

Child status: 0
Real time (s): 1809.52
CPU time (s): 1800.12
CPU user time (s): 1799.89
CPU system time (s): 0.233964
CPU usage (%): 99.4806
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21755
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= 1727
involuntary context switches= 26469

runsolver used 3.16052 second user time and 6.86895 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-11 16:19:02
IDJOB=2058674
IDBENCH=53512
IDSOLVER=739
FILE ID=node90/2058674-1247321942
PBS_JOBID= 9506456
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-61021_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-2058674-1247321942/watcher-2058674-1247321942 -o /tmp/evaluation-result-2058674-1247321942/solver-2058674-1247321942 -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-2058674-1247321942.xml

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

MD5SUM BENCH= 7e6a9f70634568dedad3cbac85bcc871
RANDOM SEED=1607871399

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1275804 kB
Buffers:         53144 kB
Cached:         642088 kB
SwapCached:          0 kB
Active:         213652 kB
Inactive:       511764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1275804 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          41444 kB
Slab:            40012 kB
Committed_AS:   148304 kB
PageTables:       1892 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= 66160 MiB
End job on node90 at 2009-07-11 16:49:14