Trace number 2066253

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.1 1802.27

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-40-41.xml
MD5SUMf41e5b28cf61248985fc3eb1ef5687be
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 variables3280
Number of constraints162
Maximum constraint arity41
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension162
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 21:51:33 2009
0.05/0.08	c 0	PID 14637
0.05/0.08	c 0	HOST node54.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2066253-1247341893.xml TO HOME/temp.csp
0.05/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-2066253-1247341893.xml' 'HOME/temp.csp'
0.06/0.70	c 1	1 domains, 3280 variables, 2 predicates, 0 relations, 162 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.06/0.80	c 1	Parsing HOME/temp.csp
0.67/0.91	c 1	parsed 3445 expressions
0.67/0.91	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.91	c 1	Converting to clausal form CSP
0.67/0.94	c 1	converted 345 (10%) expressions
0.67/0.95	c 1	converted 689 (20%) expressions
0.67/0.95	c 1	converted 1034 (30%) expressions
0.67/0.96	c 1	converted 1378 (40%) expressions
0.67/0.97	c 1	converted 1723 (50%) expressions
0.67/0.97	c 1	converted 2067 (60%) expressions
0.67/0.97	c 1	converted 2412 (70%) expressions
0.67/0.97	c 1	converted 2756 (80%) expressions
0.67/0.97	c 1	converted 3101 (90%) expressions
1.32/1.44	c 2	converted 3445 (100%) expressions
1.32/1.44	c 2	CSP : 4738 integers, 0 booleans, 3078 clauses, largest domain size 15
1.32/1.44	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.44	c 2	Propagation in CSP
1.43/1.53	c 2	2800 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.53	c 2	CSP : 4738 integers, 0 booleans, 3078 clauses, largest domain size 15
1.43/1.53	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.54	c 2	Simplifing CSP by introducing new Boolean variables
1.43/1.55	c 2	CSP : 4738 integers, 0 booleans, 3078 clauses, largest domain size 15
1.43/1.55	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.59	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.60	c 2	474 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.61	c 2	948 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.61	c 2	1422 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.61	c 2	1896 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.62	c 2	2369 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.62	c 2	2843 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.62	c 2	3317 (70%) CSP integer variables are encoded (290 clauses, 3834 bytes)
1.52/1.63	c 2	3791 (80%) CSP integer variables are encoded (4030 clauses, 52454 bytes)
1.52/1.63	c 2	4265 (90%) CSP integer variables are encoded (5822 clauses, 75750 bytes)
1.52/1.63	c 2	4738 (100%) CSP integer variables are encoded (5822 clauses, 75750 bytes)
1.72/1.83	c 2	308 (10%) CSP clauses are encoded (32170 clauses, 637064 bytes)
1.91/2.01	c 2	616 (20%) CSP clauses are encoded (58390 clauses, 1239610 bytes)
2.11/2.21	c 2	924 (30%) CSP clauses are encoded (84466 clauses, 1875343 bytes)
2.21/2.39	c 3	1232 (40%) CSP clauses are encoded (110686 clauses, 2516017 bytes)
2.41/2.58	c 3	1539 (50%) CSP clauses are encoded (136637 clauses, 3148710 bytes)
2.51/2.67	c 3	1847 (60%) CSP clauses are encoded (141040 clauses, 3222489 bytes)
2.61/2.75	c 3	2155 (70%) CSP clauses are encoded (143985 clauses, 3260062 bytes)
2.71/2.84	c 3	2463 (80%) CSP clauses are encoded (146930 clauses, 3299503 bytes)
2.80/2.93	c 3	2771 (90%) CSP clauses are encoded (149893 clauses, 3340979 bytes)
2.90/3.01	c 3	3078 (100%) CSP clauses are encoded (152812 clauses, 3381855 bytes)
2.90/3.01	c 3	3078 CSP clauses encoded
2.90/3.01	c 3	Writing map file : HOME/temp.map
2.90/3.03	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/3.03	c 3	SAT : 10560 SAT variables, 152812 SAT clauses, 3381855 bytes
2.90/3.03	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/3.07	c 3	SOLVING HOME/temp.cnf
2.90/3.07	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.90/3.07	c 3	This is MiniSat 2.0 beta
2.90/3.07	c 3	WARNING: for repeatability, setting FPU to use double precision
2.90/3.07	c 3	============================[ Problem Statistics ]=============================
2.90/3.07	c 3	|                                                                             |
2.90/3.08	c 3	|  Number of variables:  10560                                                |
2.90/3.08	c 3	|  Number of clauses:    152812                                               |
2.96/3.17	c 3	|  Parsing time:         0.08         s                                       |
2.96/3.17	c 3	============================[ Search Statistics ]==============================
2.96/3.17	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.96/3.17	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.96/3.17	c 3	===============================================================================
2.96/3.17	c 3	|         0 |   10560   152812   583446 |    50937        0    nan |  0.000 % |
2.96/3.19	c 3	|       100 |   10560   152812   583446 |    56031      100    124 |  0.000 % |
3.07/3.21	c 3	|       251 |   10560   152812   583446 |    61634      251     60 |  0.000 % |
3.07/3.26	c 4	|       477 |   10560   152812   583446 |    67797      477    139 |  0.000 % |
3.17/3.31	c 4	|       814 |   10560   152812   583446 |    74577      814    107 |  0.000 % |
3.17/3.36	c 4	|      1320 |   10560   152812   583446 |    82035     1320     78 |  0.000 % |
3.27/3.42	c 4	|      2079 |   10560   152812   583446 |    90238     2079     62 |  0.000 % |
3.37/3.54	c 4	|      3218 |   10560   152812   583446 |    99262     3218     57 |  0.000 % |
3.57/3.77	c 4	|      4926 |   10560   152812   583446 |   109188     4926     64 |  0.000 % |
3.86/4.07	c 4	|      7490 |   10560   152812   583446 |   120107     7490     59 |  0.000 % |
4.55/4.71	c 5	|     11335 |   10560   152812   583446 |   132118    11335     66 |  0.000 % |
6.14/6.39	c 7	|     17101 |   10560   152812   583446 |   145330    17101    113 |  0.000 % |
7.33/7.53	c 8	|     25751 |   10560   152812   583446 |   159863    25751     97 |  0.000 % |
13.16/13.46	c 14	|     38726 |   10560   152812   583446 |   175849    38726    134 |  0.000 % |
19.69/20.00	c 20	|     58187 |   10560   152812   583446 |   193434    58187    122 |  0.000 % |
39.69/40.25	c 41	|     87380 |   10560   152812   583446 |   212777    87380    121 |  0.000 % |
91.64/92.76	c 93	|    131169 |   10560   152812   583446 |   234055   131169    142 |  0.000 % |
187.33/188.76	c 189	|    196853 |   10560   152812   583446 |   257461   196853    149 |  0.000 % |
406.28/407.81	c 408	|    295383 |   10560   152812   583446 |   283207    52051    271 |  0.000 % |
864.78/866.55	c 867	|    443172 |   10560   152812   583446 |   311528   199840    319 |  0.000 % |
1219.94/1221.83	c 1222	|    664857 |   10560   152812   583446 |   342680   124907    246 |  0.000 % |
1800.10/1802.21	c ERROR INTERRUPTED
1800.10/1802.27	s UNKNOWN
1800.10/1802.27	c 1803	CPU 2.96 (0.06 0.01 2.77 0.12)
1800.10/1802.27	c 1803	END Sat Jul 11 22:21:36 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-2066253-1247341893/watcher-2066253-1247341893 -o /tmp/evaluation-result-2066253-1247341893/solver-2066253-1247341893 -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-2066253-1247341893.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.17 2.00 4/82 14637
/proc/meminfo: memFree=1069416/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=12268 CPUtime=0
/proc/14637/stat : 14637 (sugar) R 14635 14637 13869 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21254119 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234220469246 0 0 4224 0 0 0 0 17 1 0 0
/proc/14637/statm: 3067 316 241 3 0 167 0

[startup+0.064531 s]
/proc/loadavg: 2.10 2.17 2.00 4/82 14637
/proc/meminfo: memFree=1069416/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16080 CPUtime=0.05
/proc/14637/stat : 14637 (sugar) R 14635 14637 13869 0 -1 4194304 940 0 0 0 4 1 0 0 18 0 1 0 21254119 16465920 908 996147200 4194304 4206940 548682068608 18446744073709551615 234229271706 0 0 4224 0 0 0 0 17 1 0 0
/proc/14637/statm: 4020 908 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.102541 s]
/proc/loadavg: 2.10 2.17 2.00 4/82 14637
/proc/meminfo: memFree=1069416/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=0.06
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21254119 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302557 s]
/proc/loadavg: 2.10 2.17 2.00 4/82 14637
/proc/meminfo: memFree=1069416/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=0.06
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21254119 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702611 s]
/proc/loadavg: 2.10 2.17 2.00 4/82 14637
/proc/meminfo: memFree=1069416/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=0.06
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21254119 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50171 s]
/proc/loadavg: 2.17 2.18 2.00 4/93 14659
/proc/meminfo: memFree=1058512/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=0.67
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1310 5090 0 1 6 1 57 3 15 0 1 0 21254119 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1111 409 3 0 796 0
[pid=14650] ppid=14637 vsize=5356 CPUtime=0
/proc/14650/stat : 14650 (sh) S 14637 14637 13869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21254191 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1339 233 193 169 0 50 0
[pid=14651] ppid=14650 vsize=868624 CPUtime=0.76
/proc/14651/stat : 14651 (java) S 14650 14637 13869 0 -1 0 5911 0 1 0 72 4 0 0 18 0 9 0 21254192 889470976 5311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14651/statm: 217156 5311 1744 9 0 211661 0
[pid=14651/tid=14652] ppid=14650 vsize=868624 CPUtime=0.49
/proc/14651/task/14652/stat : 14652 (java) R 14650 14637 13869 0 -1 64 2694 0 1 0 48 1 0 0 23 0 9 0 21254193 889470976 5311 996147200 134512640 134550932 4294955936 18446744073709551615 4126572059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14651/tid=14653] ppid=14650 vsize=868624 CPUtime=0.05
/proc/14651/task/14653/stat : 14653 (java) S 14650 14637 13869 0 -1 64 1022 0 0 0 5 0 0 0 16 0 9 0 21254194 889470976 5311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14651/tid=14654] ppid=14650 vsize=868624 CPUtime=0
/proc/14651/task/14654/stat : 14654 (java) S 14650 14637 13869 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21254194 889470976 5311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14651/tid=14655] ppid=14650 vsize=868624 CPUtime=0
/proc/14651/task/14655/stat : 14655 (java) S 14650 14637 13869 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21254194 889470976 5311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14651/tid=14656] ppid=14650 vsize=868624 CPUtime=0
/proc/14651/task/14656/stat : 14656 (java) S 14650 14637 13869 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21254196 889470976 5311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14651/tid=14657] ppid=14650 vsize=868624 CPUtime=0.18
/proc/14651/task/14657/stat : 14657 (java) S 14650 14637 13869 0 -1 64 1501 0 0 0 17 1 0 0 16 0 9 0 21254196 889470976 5311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14651/tid=14658] ppid=14650 vsize=868624 CPUtime=0
/proc/14651/task/14658/stat : 14658 (java) S 14650 14637 13869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21254196 889470976 5311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14651/tid=14659] ppid=14650 vsize=868624 CPUtime=0
/proc/14651/task/14659/stat : 14659 (java) S 14650 14637 13869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21254196 889470976 5311 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) 890848

[startup+3.10192 s]
/proc/loadavg: 2.17 2.18 2.00 4/93 14659
/proc/meminfo: memFree=1055688/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 16868

[startup+6.30132 s]
/proc/loadavg: 2.17 2.18 2.00 3/85 14661
/proc/meminfo: memFree=1052808/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 15 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=18304 CPUtime=3.18
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 4422 0 0 0 316 2 0 0 25 0 1 0 21254427 18743296 4408 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/14661/statm: 4576 4408 76 150 0 4423 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 40528

[startup+12.7011 s]
/proc/loadavg: 2.15 2.17 2.00 3/85 14661
/proc/meminfo: memFree=1036304/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=31320 CPUtime=9.51
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 7683 0 0 0 947 4 0 0 25 0 1 0 21254427 32071680 7669 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/14661/statm: 7830 7669 76 150 0 7677 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 53544

[startup+25.5028 s]
/proc/loadavg: 2.12 2.17 2.00 3/85 14661
/proc/meminfo: memFree=1021840/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=47140 CPUtime=22.18
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 11599 0 0 0 2210 8 0 0 25 0 1 0 21254427 48271360 11585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14661/statm: 11785 11585 76 150 0 11632 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 69364

[startup+51.103 s]
/proc/loadavg: 2.08 2.15 2.00 3/85 14661
/proc/meminfo: memFree=1000912/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=68632 CPUtime=47.52
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 16930 0 0 0 4739 13 0 0 25 0 1 0 21254427 70279168 16916 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14661/statm: 17158 16916 76 150 0 17005 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 90856

[startup+102.308 s]
/proc/loadavg: 2.07 2.14 2.00 3/85 14661
/proc/meminfo: memFree=967184/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=102172 CPUtime=98.27
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 25262 0 0 0 9806 21 0 0 25 0 1 0 21254427 104624128 25248 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 25543 25248 76 150 0 25390 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 124396

[startup+162.302 s]
/proc/loadavg: 2.06 2.13 2.00 3/85 14661
/proc/meminfo: memFree=940944/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=130000 CPUtime=157.97
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 32177 0 0 0 15768 29 0 0 25 0 1 0 21254427 133120000 32163 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 32500 32163 76 150 0 32347 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 152224

[startup+222.303 s]
/proc/loadavg: 2.13 2.13 2.01 3/85 14661
/proc/meminfo: memFree=910736/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=158556 CPUtime=217.95
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 39211 0 0 0 21759 36 0 0 25 0 1 0 21254427 162361344 39197 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 39639 39197 76 150 0 39486 0
Current children cumulated CPU time (s) 220.91
Current children cumulated vsize (KiB) 180780


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

/proc/meminfo: memFree=732552/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1297.45
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 129649 96 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1300.41
Current children cumulated vsize (KiB) 441236

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14698
/proc/meminfo: memFree=732552/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1357.42
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 135646 96 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1360.38
Current children cumulated vsize (KiB) 441236

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14698
/proc/meminfo: memFree=732488/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1417.4
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 141644 96 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1420.36
Current children cumulated vsize (KiB) 441236

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14698
/proc/meminfo: memFree=732424/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1477.37
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 147641 96 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1480.33
Current children cumulated vsize (KiB) 441236

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14698
/proc/meminfo: memFree=732424/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1537.35
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 153638 97 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1540.31
Current children cumulated vsize (KiB) 441236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14698
/proc/meminfo: memFree=732360/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1597.32
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 159635 97 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1600.28
Current children cumulated vsize (KiB) 441236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14699
/proc/meminfo: memFree=732352/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1657.3
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 165633 97 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1660.26
Current children cumulated vsize (KiB) 441236

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14699
/proc/meminfo: memFree=732352/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1717.27
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 171630 97 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1720.23
Current children cumulated vsize (KiB) 441236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14699
/proc/meminfo: memFree=732160/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1777.24
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 177627 97 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1780.2
Current children cumulated vsize (KiB) 441236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14699
/proc/meminfo: memFree=732160/2055920 swapFree=4192948/4192956
[pid=14637] ppid=14635 vsize=16868 CPUtime=2.96
/proc/14637/stat : 14637 (sugar) S 14635 14637 13869 0 -1 4194304 1376 12732 0 2 6 1 277 12 16 0 1 0 21254119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14637/statm: 4217 1113 409 3 0 796 0
[pid=14660] ppid=14637 vsize=5356 CPUtime=0
/proc/14660/stat : 14660 (sh) S 14637 14637 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21254427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14660/statm: 1339 232 193 169 0 50 0
[pid=14661] ppid=14660 vsize=419012 CPUtime=1797.14
/proc/14661/stat : 14661 (minisat) R 14660 14637 13869 0 -1 4194304 104034 0 0 0 179617 97 0 0 25 0 1 0 21254427 429068288 104020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14661/statm: 104753 104020 76 150 0 104600 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 441236

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 14637 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=838568
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=147977
# CPU time returned by wait4() is 2.98654
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.27
CPU time (s): 1800.1
CPU user time (s): 1799
CPU system time (s): 1.1
CPU usage (%): 99.8795
Max. virtual memory (cumulated for all children) (KiB): 890960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.83857
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14491
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= 3262
involuntary context switches= 3174

runsolver used 2.20866 second user time and 6.00309 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-11 21:51:33
IDJOB=2066253
IDBENCH=54497
IDSOLVER=739
FILE ID=node54/2066253-1247341893
PBS_JOBID= 9506688
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-40-41.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-2066253-1247341893/watcher-2066253-1247341893 -o /tmp/evaluation-result-2066253-1247341893/solver-2066253-1247341893 -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-2066253-1247341893.xml

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

MD5SUM BENCH= f41e5b28cf61248985fc3eb1ef5687be
RANDOM SEED=177191811

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1069896 kB
Buffers:         58152 kB
Cached:         789324 kB
SwapCached:          8 kB
Active:         166976 kB
Inactive:       765576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1069896 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          97776 kB
Slab:            38540 kB
Committed_AS:   229716 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node54 at 2009-07-11 22:21:37