Trace number 2073205

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 1801.28

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-38-4.xml
MD5SUM06664dac960f5505ba0d82ad19b5ce56
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables703
Number of constraints8436
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8436
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 02:19:03 2009
0.05/0.07	c 0	PID 18720
0.05/0.07	c 0	HOST node75.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2073205-1247357943.xml TO HOME/temp.csp
0.05/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-2073205-1247357943.xml' 'HOME/temp.csp'
0.06/0.81	c 1	1 domains, 703 variables, 1 predicates, 0 relations, 8436 constraints
0.06/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.86	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.79/0.94	c 1	Parsing HOME/temp.csp
1.01/1.19	c 1	parsed 9141 expressions
1.01/1.20	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.20	c 1	Converting to clausal form CSP
1.20/1.39	c 1	converted 915 (10%) expressions
1.31/1.48	c 1	converted 1829 (20%) expressions
1.41/1.59	c 2	converted 2743 (30%) expressions
1.51/1.66	c 2	converted 3657 (40%) expressions
1.61/1.72	c 2	converted 4571 (50%) expressions
1.61/1.78	c 2	converted 5485 (60%) expressions
1.80/1.94	c 2	converted 6399 (70%) expressions
1.91/2.00	c 2	converted 7313 (80%) expressions
1.91/2.07	c 2	converted 8227 (90%) expressions
2.01/2.13	c 2	converted 9141 (100%) expressions
2.01/2.13	c 2	CSP : 703 integers, 0 booleans, 8436 clauses, largest domain size 4
2.01/2.13	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.13	c 2	Propagation in CSP
2.01/2.16	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.16	c 2	CSP : 703 integers, 0 booleans, 8436 clauses, largest domain size 4
2.01/2.16	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.17	c 2	Simplifing CSP by introducing new Boolean variables
2.41/2.50	c 2	CSP : 703 integers, 50616 booleans, 59052 clauses, largest domain size 4
2.41/2.50	c 2	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.51/2.68	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.61/2.70	c 3	71 (10%) CSP integer variables are encoded (142 clauses, 1482 bytes)
2.61/2.71	c 3	141 (20%) CSP integer variables are encoded (282 clauses, 3022 bytes)
2.61/2.71	c 3	211 (30%) CSP integer variables are encoded (422 clauses, 4562 bytes)
2.61/2.71	c 3	282 (40%) CSP integer variables are encoded (564 clauses, 6124 bytes)
2.61/2.71	c 3	352 (50%) CSP integer variables are encoded (704 clauses, 7740 bytes)
2.61/2.71	c 3	422 (60%) CSP integer variables are encoded (844 clauses, 9560 bytes)
2.61/2.71	c 3	493 (70%) CSP integer variables are encoded (986 clauses, 11406 bytes)
2.61/2.71	c 3	563 (80%) CSP integer variables are encoded (1126 clauses, 13226 bytes)
2.61/2.72	c 3	633 (90%) CSP integer variables are encoded (1266 clauses, 15046 bytes)
2.61/2.72	c 3	703 (100%) CSP integer variables are encoded (1406 clauses, 16866 bytes)
2.70/2.83	c 3	5906 (10%) CSP clauses are encoded (22501 clauses, 331447 bytes)
2.70/2.89	c 3	11811 (20%) CSP clauses are encoded (43589 clauses, 674654 bytes)
2.80/2.95	c 3	17716 (30%) CSP clauses are encoded (64680 clauses, 1032482 bytes)
2.90/3.02	c 3	23621 (40%) CSP clauses are encoded (85768 clauses, 1391056 bytes)
2.90/3.08	c 3	29526 (50%) CSP clauses are encoded (106856 clauses, 1750176 bytes)
3.00/3.15	c 3	35432 (60%) CSP clauses are encoded (127951 clauses, 2110776 bytes)
3.11/3.21	c 3	41337 (70%) CSP clauses are encoded (149039 clauses, 2487206 bytes)
3.11/3.28	c 3	47242 (80%) CSP clauses are encoded (170130 clauses, 2868518 bytes)
3.21/3.34	c 3	53147 (90%) CSP clauses are encoded (191218 clauses, 3249799 bytes)
3.30/3.41	c 3	59052 (100%) CSP clauses are encoded (212306 clauses, 3631080 bytes)
3.30/3.41	c 3	59052 CSP clauses encoded
3.30/3.41	c 3	Writing map file : HOME/temp.map
3.30/3.43	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.30/3.43	c 3	SAT : 52725 SAT variables, 212306 SAT clauses, 3631080 bytes
3.30/3.43	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.30/3.49	c 3	SOLVING HOME/temp.cnf
3.30/3.49	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.30/3.49	c 3	This is MiniSat 2.0 beta
3.30/3.49	c 3	WARNING: for repeatability, setting FPU to use double precision
3.30/3.49	c 3	============================[ Problem Statistics ]=============================
3.30/3.49	c 3	|                                                                             |
3.30/3.49	c 3	|  Number of variables:  52725                                                |
3.30/3.49	c 3	|  Number of clauses:    212306                                               |
3.35/3.61	c 4	|  Parsing time:         0.10         s                                       |
3.35/3.62	c 4	============================[ Search Statistics ]==============================
3.35/3.62	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.35/3.62	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.35/3.62	c 4	===============================================================================
3.35/3.62	c 4	|         0 |   52725   212306   559588 |    70768        0    nan |  0.000 % |
3.35/3.63	c 4	|       100 |   52725   212306   559588 |    77845      100      6 |  0.000 % |
3.35/3.65	c 4	|       250 |   52725   212306   559588 |    85630      250      6 |  0.000 % |
3.35/3.70	c 4	|       475 |   52725   212306   559588 |    94193      475      6 |  0.000 % |
3.35/3.80	c 4	|       812 |   52725   212306   559588 |   103612      812      6 |  0.000 % |
3.35/3.94	c 4	|      1318 |   52725   212306   559588 |   113973     1318      6 |  0.000 % |
3.35/4.16	c 4	|      2077 |   52725   212306   559588 |   125371     2077      6 |  0.000 % |
4.35/4.55	c 5	|      3216 |   52725   212306   559588 |   137908     3216      6 |  0.000 % |
5.04/5.26	c 5	|      4924 |   52725   212306   559588 |   151698     4924      6 |  0.000 % |
6.25/6.45	c 6	|      7486 |   52725   212306   559588 |   166868     7486      6 |  0.000 % |
8.34/8.60	c 9	|     11330 |   52725   212306   559588 |   183555    11330      6 |  0.000 % |
12.04/12.29	c 12	|     17096 |   52725   212306   559588 |   201911    17096      6 |  0.000 % |
18.23/18.41	c 18	|     25745 |   52725   212306   559588 |   222102    25745      7 |  0.000 % |
27.54/27.75	c 28	|     38719 |   52725   212306   559588 |   244312    38719      7 |  0.000 % |
42.73/42.93	c 43	|     58180 |   52725   212306   559588 |   268743    58180      9 |  0.000 % |
60.42/60.62	c 61	|     87372 |   52725   212306   559588 |   295618    87372     20 |  0.000 % |
87.50/87.71	c 88	|    131162 |   52725   212306   559588 |   325180   131162     43 |  0.000 % |
129.09/129.32	c 129	|    196846 |   52725   212306   559588 |   357698   196846     84 |  0.000 % |
207.46/207.70	c 208	|    295374 |   52725   212306   559588 |   393467   295374    122 |  0.000 % |
369.50/369.86	c 370	|    443163 |   52725   212306   559588 |   432814    57067    219 |  0.000 % |
869.00/869.54	c 869	|    664847 |   52725   212306   559588 |   476096   278751    170 |  0.000 % |
1734.37/1735.25	c 1735	|    997374 |   52725   212306   559588 |   523705   146611    376 |  0.000 % |
1800.00/1801.21	c ERROR INTERRUPTED
1800.00/1801.27	s UNKNOWN
1800.00/1801.27	c 1801	CPU 3.35 (0.06 0.01 3.09 0.19)
1800.00/1801.27	c 1801	END Sun Jul 12 02:49:04 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-2073205-1247357943/watcher-2073205-1247357943 -o /tmp/evaluation-result-2073205-1247357943/solver-2073205-1247357943 -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-2073205-1247357943.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.89 1.95 1.98 4/74 18720
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=12272 CPUtime=0
/proc/18720/stat : 18720 (sugar) R 18718 18720 16673 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 22858745 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 231900567040 0 0 4224 0 0 0 0 17 0 0 0
/proc/18720/statm: 3068 327 246 3 0 168 0

[startup+0.056028 s]
/proc/loadavg: 1.89 1.95 1.98 4/74 18720
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16212 CPUtime=0.05
/proc/18720/stat : 18720 (sugar) R 18718 18720 16673 0 -1 4194304 955 0 0 0 4 1 0 0 18 0 1 0 22858745 16601088 923 996147200 4194304 4206940 548682068608 18446744073709551615 231882527457 0 0 4224 0 0 0 0 17 0 0 0
/proc/18720/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102032 s]
/proc/loadavg: 1.89 1.95 1.98 4/74 18720
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=0.06
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22858745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302055 s]
/proc/loadavg: 1.89 1.95 1.98 4/74 18720
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=0.06
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22858745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702102 s]
/proc/loadavg: 1.89 1.95 1.98 4/74 18720
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=0.06
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22858745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5012 s]
/proc/loadavg: 1.89 1.95 1.98 4/85 18742
/proc/meminfo: memFree=1838064/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=0.8
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1309 8798 0 1 6 1 68 5 16 0 1 0 22858745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1111 409 3 0 796 0
[pid=18733] ppid=18720 vsize=5356 CPUtime=0
/proc/18733/stat : 18733 (sh) S 18720 18720 16673 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22858832 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18733/statm: 1339 233 193 169 0 50 0
[pid=18734] ppid=18733 vsize=868512 CPUtime=0.61
/proc/18734/stat : 18734 (java) S 18733 18720 16673 0 -1 0 7743 0 1 0 56 5 0 0 20 0 9 0 22858832 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18734/statm: 217128 6964 2569 9 0 211633 0
[pid=18734/tid=18735] ppid=18733 vsize=868512 CPUtime=0.36
/proc/18734/task/18735/stat : 18735 (java) R 18733 18720 16673 0 -1 64 2580 0 1 0 35 1 0 0 25 0 9 0 22858833 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4126540236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18736] ppid=18733 vsize=868512 CPUtime=0.08
/proc/18734/task/18736/stat : 18736 (java) S 18733 18720 16673 0 -1 64 2998 0 0 0 7 1 0 0 16 0 9 0 22858834 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18737] ppid=18733 vsize=868512 CPUtime=0
/proc/18734/task/18737/stat : 18737 (java) S 18733 18720 16673 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22858834 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18738] ppid=18733 vsize=868512 CPUtime=0
/proc/18734/task/18738/stat : 18738 (java) S 18733 18720 16673 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22858834 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18739] ppid=18733 vsize=868512 CPUtime=0
/proc/18734/task/18739/stat : 18739 (java) S 18733 18720 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22858836 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18740] ppid=18733 vsize=868512 CPUtime=0.14
/proc/18734/task/18740/stat : 18740 (java) S 18733 18720 16673 0 -1 64 1463 0 0 0 13 1 0 0 16 0 9 0 22858836 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18741] ppid=18733 vsize=868512 CPUtime=0
/proc/18734/task/18741/stat : 18741 (java) S 18733 18720 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22858837 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18742] ppid=18733 vsize=868512 CPUtime=0
/proc/18734/task/18742/stat : 18742 (java) S 18733 18720 16673 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22858837 889356288 6964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890736

[startup+3.10139 s]
/proc/loadavg: 1.89 1.95 1.98 3/85 18742
/proc/meminfo: memFree=1812208/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=0.8
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1310 8798 0 1 6 1 68 5 15 0 1 0 22858745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1111 409 3 0 796 0
[pid=18733] ppid=18720 vsize=5356 CPUtime=0
/proc/18733/stat : 18733 (sh) S 18720 18720 16673 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22858832 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18733/statm: 1339 233 193 169 0 50 0
[pid=18734] ppid=18733 vsize=868712 CPUtime=2.2
/proc/18734/stat : 18734 (java) S 18733 18720 16673 0 -1 0 14425 0 1 0 209 11 0 0 20 0 9 0 22858832 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18734/statm: 217178 13300 2590 9 0 211655 0
[pid=18734/tid=18735] ppid=18733 vsize=868712 CPUtime=1.22
/proc/18734/task/18735/stat : 18735 (java) R 18733 18720 16673 0 -1 64 2980 0 1 0 119 3 0 0 25 0 9 0 22858833 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18736] ppid=18733 vsize=868712 CPUtime=0.76
/proc/18734/task/18736/stat : 18736 (java) S 18733 18720 16673 0 -1 64 9236 0 0 0 71 5 0 0 16 0 9 0 22858834 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18737] ppid=18733 vsize=868712 CPUtime=0
/proc/18734/task/18737/stat : 18737 (java) S 18733 18720 16673 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22858834 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18738] ppid=18733 vsize=868712 CPUtime=0
/proc/18734/task/18738/stat : 18738 (java) S 18733 18720 16673 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22858834 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18739] ppid=18733 vsize=868712 CPUtime=0
/proc/18734/task/18739/stat : 18739 (java) S 18733 18720 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22858836 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18740] ppid=18733 vsize=868712 CPUtime=0.2
/proc/18734/task/18740/stat : 18740 (java) S 18733 18720 16673 0 -1 64 1507 0 0 0 19 1 0 0 16 0 9 0 22858836 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18741] ppid=18733 vsize=868712 CPUtime=0
/proc/18734/task/18741/stat : 18741 (java) S 18733 18720 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22858837 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18734/tid=18742] ppid=18733 vsize=868712 CPUtime=0
/proc/18734/task/18742/stat : 18742 (java) S 18733 18720 16673 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22858837 889561088 13300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890936

[startup+6.30177 s]
/proc/loadavg: 1.98 1.97 1.98 3/77 18744
/proc/meminfo: memFree=1818288/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 15 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=15428 CPUtime=2.79
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 3524 0 0 0 277 2 0 0 25 0 1 0 22859095 15798272 3510 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 3857 3510 76 150 0 3704 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 37652

[startup+12.7015 s]
/proc/loadavg: 1.98 1.97 1.98 3/77 18744
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=16284 CPUtime=9.19
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 3730 0 0 0 917 2 0 0 25 0 1 0 22859095 16674816 3716 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 4071 3716 76 150 0 3918 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 38508

[startup+25.502 s]
/proc/loadavg: 1.98 1.97 1.98 3/77 18744
/proc/meminfo: memFree=1794672/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=17604 CPUtime=21.99
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 4059 0 0 0 2196 3 0 0 25 0 1 0 22859095 18026496 4045 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 4401 4045 76 150 0 4248 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 39828

[startup+51.1021 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=1763504/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=20840 CPUtime=47.57
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 4833 0 0 0 4753 4 0 0 25 0 1 0 22859095 21340160 4819 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 5210 4819 76 150 0 5057 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 43064

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=1670896/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=51260 CPUtime=98.76
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 12437 0 0 0 9863 13 0 0 25 0 1 0 22859095 52490240 12423 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 12815 12423 76 150 0 12662 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 73484

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=1545840/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=715440/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=427340 CPUtime=1298.29
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 106485 0 0 0 129718 111 0 0 25 0 1 0 22859095 437596160 106471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 106835 106471 76 150 0 106682 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 449564

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=668080/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=447484 CPUtime=1358.26
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 111299 0 0 0 135712 114 0 0 25 0 1 0 22859095 458223616 111285 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 111871 111285 76 150 0 111718 0
Current children cumulated CPU time (s) 1361.61
Current children cumulated vsize (KiB) 469708

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=623920/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=470024 CPUtime=1418.24
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 116925 0 0 0 141703 121 0 0 25 0 1 0 22859095 481304576 116911 996147200 134512640 135127466 4294956256 18446744073709551615 134523553 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 117506 116911 76 150 0 117353 0
Current children cumulated CPU time (s) 1421.59
Current children cumulated vsize (KiB) 492248

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=599280/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=470024 CPUtime=1478.21
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 116925 0 0 0 147700 121 0 0 25 0 1 0 22859095 481304576 116911 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 117506 116911 76 150 0 117353 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 492248

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=594800/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=470024 CPUtime=1538.19
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 116925 0 0 0 153698 121 0 0 25 0 1 0 22859095 481304576 116911 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 117506 116911 76 150 0 117353 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 492248

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=594736/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=470024 CPUtime=1598.17
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 116926 0 0 0 159696 121 0 0 25 0 1 0 22859095 481304576 116912 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 117506 116912 76 150 0 117353 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 492248

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=594736/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=470024 CPUtime=1658.14
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 116928 0 0 0 165693 121 0 0 25 0 1 0 22859095 481304576 116914 996147200 134512640 135127466 4294956256 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 117506 116914 76 150 0 117353 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 492248

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18744
/proc/meminfo: memFree=594672/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=470024 CPUtime=1718.12
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 116929 0 0 0 171691 121 0 0 25 0 1 0 22859095 481304576 116915 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/18744/statm: 117506 116915 76 150 0 117353 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 492248

[startup+1782.3 s]
/proc/loadavg: 1.94 1.96 1.98 3/76 18773
/proc/meminfo: memFree=1306488/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=470024 CPUtime=1777.89
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 116929 0 0 0 177667 122 0 0 25 0 1 0 22859095 481304576 116915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18744/statm: 117506 116915 76 150 0 117353 0
Current children cumulated CPU time (s) 1781.24
Current children cumulated vsize (KiB) 492248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 1.95 1.96 1.98 3/76 18773
/proc/meminfo: memFree=1306488/2055920 swapFree=4192812/4192956
[pid=18720] ppid=18718 vsize=16868 CPUtime=3.35
/proc/18720/stat : 18720 (sugar) S 18718 18720 16673 0 -1 4194304 1376 23568 0 2 6 1 309 19 16 0 1 0 22858745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18720/statm: 4217 1113 409 3 0 796 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 16673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22859094 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=470024 CPUtime=1796.65
/proc/18744/stat : 18744 (minisat) R 18743 18720 16673 0 -1 4194304 116929 0 0 0 179543 122 0 0 25 0 1 0 22859095 481304576 116915 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18744/statm: 117506 116915 76 150 0 117353 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 492248

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

Real time (s): 1801.28
CPU time (s): 1800
CPU user time (s): 1798.58
CPU system time (s): 1.42
CPU usage (%): 99.929
Max. virtual memory (cumulated for all children) (KiB): 891328

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

runsolver used 2.6276 second user time and 5.52716 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-12 02:19:03
IDJOB=2073205
IDBENCH=55957
IDSOLVER=739
FILE ID=node75/2073205-1247357943
PBS_JOBID= 9506803
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-38-4.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-2073205-1247357943/watcher-2073205-1247357943 -o /tmp/evaluation-result-2073205-1247357943/solver-2073205-1247357943 -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-2073205-1247357943.xml

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

MD5SUM BENCH= 06664dac960f5505ba0d82ad19b5ce56
RANDOM SEED=1608138369

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1847088 kB
Buffers:         10620 kB
Cached:          91176 kB
SwapCached:          0 kB
Active:         115096 kB
Inactive:        42320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5068 kB
Writeback:           0 kB
Mapped:          66920 kB
Slab:            36576 kB
Committed_AS:   217428 kB
PageTables:       1920 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= 66248 MiB
End job on node75 at 2009-07-12 02:49:06