Trace number 2066231

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) 1811.17 1802.82

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-51.xml
MD5SUM34c985c8097cd390f32bbf792e205ac2
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 variables5100
Number of constraints202
Maximum constraint arity51
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension202
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:50:03 2009
0.00/0.08	c 0	PID 12706
0.07/0.08	c 0	HOST node23.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2066231-1247341803.xml TO HOME/temp.csp
0.07/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-2066231-1247341803.xml' 'HOME/temp.csp'
0.07/0.55	c 1	1 domains, 5100 variables, 2 predicates, 0 relations, 202 constraints
0.07/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.57	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.52/0.65	c 1	Parsing HOME/temp.csp
0.52/0.77	c 1	parsed 5305 expressions
0.52/0.78	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/0.78	c 1	Converting to clausal form CSP
0.52/0.82	c 1	converted 531 (10%) expressions
0.52/0.82	c 1	converted 1061 (20%) expressions
0.52/0.83	c 1	converted 1592 (30%) expressions
0.52/0.84	c 1	converted 2122 (40%) expressions
0.52/0.84	c 1	converted 2653 (50%) expressions
0.52/0.84	c 1	converted 3183 (60%) expressions
0.52/0.84	c 1	converted 3714 (70%) expressions
0.52/0.84	c 1	converted 4244 (80%) expressions
0.52/0.84	c 1	converted 4775 (90%) expressions
1.32/1.48	c 2	converted 5305 (100%) expressions
1.32/1.49	c 2	CSP : 6918 integers, 0 booleans, 3838 clauses, largest domain size 18
1.32/1.49	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.49	c 2	Propagation in CSP
1.53/1.63	c 2	4500 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.64	c 2	CSP : 6918 integers, 0 booleans, 3838 clauses, largest domain size 18
1.53/1.64	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.64	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.65	c 2	CSP : 6918 integers, 0 booleans, 3838 clauses, largest domain size 18
1.53/1.65	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.69	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.62/1.71	c 2	692 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.71	c 2	1384 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.72	c 2	2076 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.72	c 2	2768 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.72	c 2	3459 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.72	c 2	4151 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.73	c 2	4843 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.74	c 2	5535 (80%) CSP integer variables are encoded (4399 clauses, 57251 bytes)
1.62/1.74	c 2	6227 (90%) CSP integer variables are encoded (9282 clauses, 130377 bytes)
1.62/1.75	c 2	6918 (100%) CSP integer variables are encoded (9282 clauses, 130377 bytes)
2.81/3.00	c 3	384 (10%) CSP clauses are encoded (102834 clauses, 2500935 bytes)
4.10/4.26	c 5	768 (20%) CSP clauses are encoded (196054 clauses, 5244790 bytes)
5.38/5.51	c 6	1152 (30%) CSP clauses are encoded (288762 clauses, 8035678 bytes)
6.57/6.76	c 7	1536 (40%) CSP clauses are encoded (381802 clauses, 10885316 bytes)
7.85/8.00	c 8	1919 (50%) CSP clauses are encoded (473983 clauses, 13707008 bytes)
8.44/8.67	c 9	2303 (60%) CSP clauses are encoded (483683 clauses, 13913535 bytes)
9.14/9.31	c 10	2687 (70%) CSP clauses are encoded (489013 clauses, 13982236 bytes)
9.74/9.95	c 10	3071 (80%) CSP clauses are encoded (494334 clauses, 14052857 bytes)
10.42/10.61	c 11	3455 (90%) CSP clauses are encoded (499697 clauses, 14126221 bytes)
11.02/11.25	c 12	3838 (100%) CSP clauses are encoded (504984 clauses, 14198569 bytes)
11.02/11.25	c 12	3838 CSP clauses encoded
11.02/11.26	c 12	Writing map file : HOME/temp.map
11.02/11.28	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.02/11.28	c 12	SAT : 16200 SAT variables, 504984 SAT clauses, 14198569 bytes
11.02/11.28	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.10/11.31	c 12	SOLVING HOME/temp.cnf
11.10/11.31	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.10/11.31	c 12	This is MiniSat 2.0 beta
11.10/11.31	c 12	WARNING: for repeatability, setting FPU to use double precision
11.10/11.31	c 12	============================[ Problem Statistics ]=============================
11.10/11.31	c 12	|                                                                             |
11.10/11.31	c 12	|  Number of variables:  16200                                                |
11.10/11.31	c 12	|  Number of clauses:    504984                                               |
11.13/11.63	c 12	|  Parsing time:         0.28         s                                       |
11.13/11.66	c 12	============================[ Search Statistics ]==============================
11.13/11.66	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.13/11.66	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.13/11.66	c 12	===============================================================================
11.13/11.66	c 12	|         0 |   16200   504984  2416350 |   168328        0    nan |  0.000 % |
11.13/11.73	c 12	|       100 |   16200   504984  2416350 |   185160      100    154 |  0.000 % |
11.13/11.76	c 12	|       250 |   16200   504984  2416350 |   203676      250     82 |  0.000 % |
11.13/11.91	c 12	|       475 |   16200   504984  2416350 |   224044      475    190 |  0.000 % |
11.80/12.03	c 12	|       812 |   16200   504984  2416350 |   246449      812    148 |  0.000 % |
12.19/12.42	c 13	|      1320 |   16200   504984  2416350 |   271093     1320    286 |  0.000 % |
12.39/12.64	c 13	|      2079 |   16200   504984  2416350 |   298203     2079    212 |  0.000 % |
13.19/13.45	c 14	|      3218 |   16200   504984  2416350 |   328023     3218    316 |  0.000 % |
13.59/13.80	c 14	|      4927 |   16200   504984  2416350 |   360826     4927    229 |  0.000 % |
14.18/14.45	c 15	|      7489 |   16200   504984  2416350 |   396908     7489    194 |  0.000 % |
15.07/15.32	c 16	|     11334 |   16200   504984  2416350 |   436599    11334    159 |  0.000 % |
17.84/18.16	c 18	|     17100 |   16200   504984  2416350 |   480259    17100    170 |  0.000 % |
20.62/20.91	c 21	|     25750 |   16200   504984  2416350 |   528285    25750    149 |  0.000 % |
23.98/24.35	c 25	|     38724 |   16200   504984  2416350 |   581113    38724    119 |  0.000 % |
36.45/36.93	c 37	|     58186 |   16200   504984  2416350 |   639225    58186    119 |  0.000 % |
47.46/48.00	c 48	|     87378 |   16200   504984  2416350 |   703147    87378     93 |  0.000 % |
88.76/89.78	c 90	|    131168 |   16200   504984  2416350 |   773462   131168    123 |  0.000 % |
150.78/151.90	c 152	|    196854 |   16200   504984  2416350 |   850808   196854    136 |  0.000 % |
376.93/378.88	c 379	|    295382 |   16200   504984  2416350 |   935889   295382    164 |  0.000 % |
774.91/777.13	c 777	|    443171 |   16200   504984  2416350 |  1029478   443171    230 |  0.000 % |
1244.57/1247.01	c 1247	|    664854 |   16200   504984  2416350 |  1132426   664854    187 |  0.000 % |
1800.01/1802.72	c ERROR INTERRUPTED
1800.01/1802.82	s UNKNOWN
1800.01/1802.82	c 1803	CPU 11.13 (0.07 0.01 10.81 0.24)
1800.01/1802.82	c 1803	END Sat Jul 11 22:20:06 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-2066231-1247341803/watcher-2066231-1247341803 -o /tmp/evaluation-result-2066231-1247341803/solver-2066231-1247341803 -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-2066231-1247341803.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.92 1.98 1.99 4/81 12706
/proc/meminfo: memFree=730576/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=12268 CPUtime=0
/proc/12706/stat : 12706 (sugar) R 12704 12706 12232 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 21246715 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 238487829093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12706/statm: 3067 316 241 3 0 167 0

[startup+0.0835679 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12706
/proc/meminfo: memFree=730576/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16740 CPUtime=0.07
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21246715 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101258 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12706
/proc/meminfo: memFree=730576/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=0.07
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21246715 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301296 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12706
/proc/meminfo: memFree=730576/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=0.07
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21246715 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701371 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12706
/proc/meminfo: memFree=730576/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=0.52
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1309 5327 0 1 6 1 42 3 16 0 1 0 21246715 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.50253 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 12728
/proc/meminfo: memFree=722296/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=0.52
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1310 5327 0 1 6 1 42 3 15 0 1 0 21246715 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1111 409 3 0 796 0
[pid=12719] ppid=12706 vsize=5356 CPUtime=0
/proc/12719/stat : 12719 (sh) S 12706 12706 12232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21246772 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12719/statm: 1339 233 193 169 0 50 0
[pid=12720] ppid=12719 vsize=868600 CPUtime=0.91
/proc/12720/stat : 12720 (java) S 12719 12706 12232 0 -1 0 7536 0 1 0 87 4 0 0 18 0 9 0 21246772 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12720/statm: 217150 6732 2566 9 0 211655 0
[pid=12720/tid=12721] ppid=12719 vsize=868600 CPUtime=0.59
/proc/12720/task/12721/stat : 12721 (java) R 12719 12706 12232 0 -1 64 2708 0 1 0 58 1 0 0 24 0 9 0 21246773 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12722] ppid=12719 vsize=868600 CPUtime=0.11
/proc/12720/task/12722/stat : 12722 (java) R 12719 12706 12232 0 -1 64 2616 0 0 0 10 1 0 0 16 0 9 0 21246774 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 104194352 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12723] ppid=12719 vsize=868600 CPUtime=0
/proc/12720/task/12723/stat : 12723 (java) S 12719 12706 12232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21246775 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12724] ppid=12719 vsize=868600 CPUtime=0
/proc/12720/task/12724/stat : 12724 (java) S 12719 12706 12232 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21246775 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12725] ppid=12719 vsize=868600 CPUtime=0
/proc/12720/task/12725/stat : 12725 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21246777 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12726] ppid=12719 vsize=868600 CPUtime=0.17
/proc/12720/task/12726/stat : 12726 (java) S 12719 12706 12232 0 -1 64 1512 0 0 0 17 0 0 0 16 0 9 0 21246777 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12727] ppid=12719 vsize=868600 CPUtime=0
/proc/12720/task/12727/stat : 12727 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21246777 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12728] ppid=12719 vsize=868600 CPUtime=0
/proc/12720/task/12728/stat : 12728 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21246777 889446400 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890824

[startup+3.10283 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 12728
/proc/meminfo: memFree=713208/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=0.52
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1310 5327 0 1 6 1 42 3 16 0 1 0 21246715 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1111 409 3 0 796 0
[pid=12719] ppid=12706 vsize=5356 CPUtime=0
/proc/12719/stat : 12719 (sh) S 12706 12706 12232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21246772 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12719/statm: 1339 233 193 169 0 50 0
[pid=12720] ppid=12719 vsize=868712 CPUtime=2.49
/proc/12720/stat : 12720 (java) S 12719 12706 12232 0 -1 0 7790 0 1 0 243 6 0 0 18 0 9 0 21246772 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12720/statm: 217178 6818 2590 9 0 211655 0
[pid=12720/tid=12721] ppid=12719 vsize=868712 CPUtime=2.02
/proc/12720/task/12721/stat : 12721 (java) R 12719 12706 12232 0 -1 64 2917 0 1 0 200 2 0 0 25 0 9 0 21246773 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4126988000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12722] ppid=12719 vsize=868712 CPUtime=0.21
/proc/12720/task/12722/stat : 12722 (java) S 12719 12706 12232 0 -1 64 2632 0 0 0 20 1 0 0 16 0 9 0 21246774 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12723] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12723/stat : 12723 (java) S 12719 12706 12232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21246775 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12724] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12724/stat : 12724 (java) S 12719 12706 12232 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21246775 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12725] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12725/stat : 12725 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21246777 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12726] ppid=12719 vsize=868712 CPUtime=0.21
/proc/12720/task/12726/stat : 12726 (java) S 12719 12706 12232 0 -1 64 1541 0 0 0 21 0 0 0 16 0 9 0 21246777 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12727] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12727/stat : 12727 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21246777 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12728] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12728/stat : 12728 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21246777 889561088 6818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890936

[startup+6.30245 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 12728
/proc/meminfo: memFree=702904/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=0.52
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1310 5327 0 1 6 1 42 3 16 0 1 0 21246715 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1111 409 3 0 796 0
[pid=12719] ppid=12706 vsize=5356 CPUtime=0
/proc/12719/stat : 12719 (sh) S 12706 12706 12232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21246772 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12719/statm: 1339 233 193 169 0 50 0
[pid=12720] ppid=12719 vsize=868712 CPUtime=5.66
/proc/12720/stat : 12720 (java) S 12719 12706 12232 0 -1 0 8099 0 1 0 552 14 0 0 18 0 9 0 21246772 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12720/statm: 217178 6827 2590 9 0 211655 0
[pid=12720/tid=12721] ppid=12719 vsize=868712 CPUtime=5.08
/proc/12720/task/12721/stat : 12721 (java) R 12719 12706 12232 0 -1 64 3219 0 1 0 500 8 0 0 25 0 9 0 21246773 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4126552072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12722] ppid=12719 vsize=868712 CPUtime=0.31
/proc/12720/task/12722/stat : 12722 (java) S 12719 12706 12232 0 -1 64 2632 0 0 0 28 3 0 0 16 0 9 0 21246774 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12723] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12723/stat : 12723 (java) S 12719 12706 12232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21246775 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12724] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12724/stat : 12724 (java) S 12719 12706 12232 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21246775 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12725] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12725/stat : 12725 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21246777 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12726] ppid=12719 vsize=868712 CPUtime=0.22
/proc/12720/task/12726/stat : 12726 (java) S 12719 12706 12232 0 -1 64 1548 0 0 0 22 0 0 0 16 0 9 0 21246777 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12727] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12727/stat : 12727 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21246777 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12720/tid=12728] ppid=12719 vsize=868712 CPUtime=0
/proc/12720/task/12728/stat : 12728 (java) S 12719 12706 12232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21246777 889561088 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890936

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 12730
/proc/meminfo: memFree=687800/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 15 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=30288 CPUtime=1.36
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 7259 0 0 0 132 4 0 0 25 0 1 0 21247846 31014912 7245 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12730/statm: 7572 7245 76 150 0 7419 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 52512

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 12732
/proc/meminfo: memFree=665640/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=51256 CPUtime=14.04
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 12490 0 0 0 1396 8 0 0 25 0 1 0 21247846 52486144 12476 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/12730/statm: 12814 12476 76 150 0 12661 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 73480

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 12732
/proc/meminfo: memFree=646520/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=70764 CPUtime=39.4
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 17294 0 0 0 3929 11 0 0 25 0 1 0 21247846 72462336 17280 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/12730/statm: 17691 17280 76 150 0 17538 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 92988

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 12732
/proc/meminfo: memFree=601720/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0

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

[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=636916 CPUtime=1408.67
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 157118 0 0 0 140725 142 0 0 25 0 1 0 21247846 652201984 157096 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 159229 157096 76 150 0 159076 0
Current children cumulated CPU time (s) 1419.8
Current children cumulated vsize (KiB) 659140

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12769
/proc/meminfo: memFree=156400/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=657088 CPUtime=1468.63
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 162127 0 0 0 146717 146 0 0 25 0 1 0 21247846 672858112 162105 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 164272 162105 76 150 0 164119 0
Current children cumulated CPU time (s) 1479.76
Current children cumulated vsize (KiB) 679312

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12769
/proc/meminfo: memFree=138224/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=675308 CPUtime=1528.6
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 166642 0 0 0 152708 152 0 0 25 0 1 0 21247846 691515392 166620 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 168827 166620 76 150 0 168674 0
Current children cumulated CPU time (s) 1539.73
Current children cumulated vsize (KiB) 697532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12769
/proc/meminfo: memFree=121200/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=692588 CPUtime=1588.57
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 170908 0 0 0 158701 156 0 0 25 0 1 0 21247846 709210112 170886 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 173147 170886 76 150 0 172994 0
Current children cumulated CPU time (s) 1599.7
Current children cumulated vsize (KiB) 714812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12769
/proc/meminfo: memFree=104176/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=709464 CPUtime=1648.54
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 175067 0 0 0 164694 160 0 0 25 0 1 0 21247846 726491136 175045 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 177366 175045 76 150 0 177213 0
Current children cumulated CPU time (s) 1659.67
Current children cumulated vsize (KiB) 731688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12769
/proc/meminfo: memFree=89008/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=725024 CPUtime=1708.51
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 178900 0 0 0 170686 165 0 0 25 0 1 0 21247846 742424576 178878 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 181256 178878 76 150 0 181103 0
Current children cumulated CPU time (s) 1719.64
Current children cumulated vsize (KiB) 747248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 12770
/proc/meminfo: memFree=74536/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=739468 CPUtime=1768.49
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 182464 0 0 0 176681 168 0 0 25 0 1 0 21247846 757215232 182442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 184867 182442 76 150 0 184714 0
Current children cumulated CPU time (s) 1779.62
Current children cumulated vsize (KiB) 761692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 12770
/proc/meminfo: memFree=70312/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=743684 CPUtime=1788.88
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 183494 0 0 0 178718 170 0 0 25 0 1 0 21247846 761532416 183472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 185921 183472 76 150 0 185768 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 765908

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

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1800.01 s) to the 'lost time'.

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 12770
/proc/meminfo: memFree=70312/2055920 swapFree=4192956/4192956
[pid=12706] ppid=12704 vsize=16868 CPUtime=11.13
/proc/12706/stat : 12706 (sugar) S 12704 12706 12232 0 -1 4194304 1376 14013 0 2 7 1 1081 24 16 0 1 0 21246715 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12706/statm: 4217 1113 409 3 0 796 0
[pid=12729] ppid=12706 vsize=5356 CPUtime=0
/proc/12729/stat : 12729 (sh) S 12706 12706 12232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21247846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12729/statm: 1339 232 193 169 0 50 0
[pid=12730] ppid=12729 vsize=743684 CPUtime=1788.88
/proc/12730/stat : 12730 (minisat) R 12729 12706 12232 0 -1 4194304 183494 0 0 0 178718 170 0 0 25 0 1 0 21247846 761532416 183472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12730/statm: 185921 183472 76 150 0 185768 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 765908

[startup+1802.82 s]
/proc/loadavg: 2.00 2.00 2.00 5/78 12771
/proc/meminfo: memFree=815080/2055920 swapFree=4192956/4192956
[pid=12706] ppid=-1 vsize=0 CPUtime=0
/proc/12706/stat : -- couldn't open stat file --/proc/12706/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1802.82 s]
/proc/loadavg: 2.00 2.00 2.00 5/78 12771
/proc/meminfo: memFree=815080/2055920 swapFree=4192956/4192956
[pid=12706] ppid=-1 vsize=0 CPUtime=0
/proc/12706/stat : -- couldn't open stat file --/proc/12706/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1800.01
#  lost CPU user time (s): 1798.06
#  lost CPU system time (s): 1.95

Real time (s): 1802.82
CPU time (s): 1811.17
CPU user time (s): 1808.95
CPU system time (s): 2.22096
CPU usage (%): 100.463
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8923
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15772
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= 9026
involuntary context switches= 9079

runsolver used 1.89271 second user time and 5.05923 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-11 21:50:03
IDJOB=2066231
IDBENCH=54495
IDSOLVER=739
FILE ID=node23/2066231-1247341803
PBS_JOBID= 9506801
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-51.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-2066231-1247341803/watcher-2066231-1247341803 -o /tmp/evaluation-result-2066231-1247341803/solver-2066231-1247341803 -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-2066231-1247341803.xml

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

MD5SUM BENCH= 34c985c8097cd390f32bbf792e205ac2
RANDOM SEED=1713573253

node23.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        731056 kB
Buffers:         66984 kB
Cached:        1117032 kB
SwapCached:          0 kB
Active:         429536 kB
Inactive:       839760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        731056 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          98000 kB
Slab:            40492 kB
Committed_AS:   218260 kB
PageTables:       2068 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= 66332 MiB
End job on node23 at 2009-07-11 22:20:08