Trace number 1126636

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.13+minisatMSAT (TO) 3600 3617.22

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-29_ext.xml
MD5SUM4ecbc1d8600cfcf321e987f532708678
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints47
Best CPU time to get the best result obtained on this benchmark85.9169
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints462
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension462
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.02/0.10	c 0	Sugar v1-13 + HOME/minisat
0.02/0.10	c 0	BEGIN Wed Jul 16 07:21:52 2008
0.02/0.10	c 0	PID 1520
0.02/0.11	c 0	HOST node32.alineos.net
0.02/0.11	c 0	CONVERTING HOME/instance-1126636-1216185712.xml TO HOME/temp.csp
0.02/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126636-1216185712.xml' 'HOME/temp.csp'
0.04/0.49	c 0	3 domains, 83 variables, 0 predicates, 7 relations, 462 constraints
0.04/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.62	c 1	Parsing HOME/temp.csp
0.44/0.74	c 1	parsed 555 expressions
0.44/0.74	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.75	c 1	MAX CSP: 462 constraints
0.44/0.75	c 1	Converting to clausal form CSP
0.44/0.79	c 1	converted 102 (10%) expressions
0.44/0.80	c 1	converted 204 (20%) expressions
0.44/0.81	c 1	converted 306 (30%) expressions
0.44/0.82	c 1	converted 408 (40%) expressions
0.44/0.82	c 1	converted 510 (50%) expressions
0.44/0.83	c 1	converted 612 (60%) expressions
0.44/0.84	c 1	converted 714 (70%) expressions
0.44/0.84	c 1	converted 816 (80%) expressions
0.44/0.86	c 1	converted 918 (90%) expressions
0.89/1.03	c 1	converted 1020 (100%) expressions
0.89/1.03	c 1	CSP : 1007 integers, 0 booleans, 1385 clauses, largest domain size 694
0.89/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.03	c 1	Propagation in CSP
0.89/1.07	c 1	456 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.89/1.07	c 1	CSP : 1007 integers, 0 booleans, 1385 clauses, largest domain size 463
0.89/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.89/1.08	c 1	CSP : 1007 integers, 0 booleans, 1385 clauses, largest domain size 463
0.89/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.99/1.12	c 1	101 (10%) CSP integer variables are encoded (38 clauses, 431 bytes)
0.99/1.12	c 1	202 (20%) CSP integer variables are encoded (38 clauses, 431 bytes)
0.99/1.13	c 1	303 (30%) CSP integer variables are encoded (38 clauses, 431 bytes)
0.99/1.13	c 1	403 (40%) CSP integer variables are encoded (38 clauses, 431 bytes)
0.99/1.13	c 1	504 (50%) CSP integer variables are encoded (38 clauses, 431 bytes)
0.99/1.14	c 1	605 (60%) CSP integer variables are encoded (786 clauses, 9322 bytes)
0.99/1.14	c 1	705 (70%) CSP integer variables are encoded (1345 clauses, 16589 bytes)
0.99/1.15	c 1	806 (80%) CSP integer variables are encoded (5447 clauses, 69915 bytes)
0.99/1.15	c 1	907 (90%) CSP integer variables are encoded (6063 clauses, 77923 bytes)
0.99/1.15	c 1	1007 (100%) CSP integer variables are encoded (6925 clauses, 89129 bytes)
0.99/1.16	c 1	139 (10%) CSP clauses are encoded (7064 clauses, 90966 bytes)
0.99/1.19	c 1	277 (20%) CSP clauses are encoded (7272 clauses, 94352 bytes)
1.07/1.21	c 1	416 (30%) CSP clauses are encoded (7527 clauses, 98947 bytes)
1.07/1.23	c 1	554 (40%) CSP clauses are encoded (9075 clauses, 125221 bytes)
1.07/1.26	c 1	693 (50%) CSP clauses are encoded (22560 clauses, 367920 bytes)
1.07/1.27	c 1	831 (60%) CSP clauses are encoded (26714 clauses, 440276 bytes)
1.47/1.63	c 2	970 (70%) CSP clauses are encoded (231627 clauses, 4183248 bytes)
1.47/1.64	c 2	1108 (80%) CSP clauses are encoded (236379 clauses, 4266239 bytes)
1.47/1.66	c 2	1247 (90%) CSP clauses are encoded (247592 clauses, 4467830 bytes)
1.57/1.73	c 2	1385 (100%) CSP clauses are encoded (288196 clauses, 5208311 bytes)
1.57/1.74	c 2	1385 CSP clauses encoded
1.57/1.74	c 2	Writing map file : HOME/temp.map
1.57/1.75	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.57/1.75	c 2	SAT : 7931 SAT variables, 288196 SAT clauses, 5208311 bytes
1.57/1.75	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.57/1.79	c 2	OBJECTIVE minimize _COST
1.57/1.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.57/1.79	c 2	SEARCHING: _COST <= 231
1.57/1.79	c 2	SOLVING HOME/temp.cnf
1.57/1.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.57/1.80	c 2	This is MiniSat 2.0 beta
1.57/1.80	c 2	WARNING: for repeatability, setting FPU to use double precision
1.57/1.80	c 2	============================[ Problem Statistics ]=============================
1.57/1.80	c 2	|                                                                             |
1.64/1.80	c 2	|  Number of variables:  7931                                                 |
1.64/1.80	c 2	|  Number of clauses:    288197                                               |
1.64/1.94	c 2	|  Parsing time:         0.12         s                                       |
1.64/2.01	c 2	============================[ Search Statistics ]==============================
1.64/2.01	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/2.01	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/2.01	c 2	===============================================================================
1.64/2.01	c 2	|         0 |    5852   184547   538879 |    61515        0    nan |  0.000 % |
1.64/2.07	c 2	===============================================================================
1.64/2.07	c 2	restarts              : 1
1.64/2.07	c 2	conflicts             : 11             (43 /sec)
1.64/2.07	c 2	decisions             : 314            (1.59 % random) (1241 /sec)
1.64/2.07	c 2	propagations          : 49249          (194690 /sec)
1.64/2.07	c 2	conflict literals     : 65             (32.99 % deleted)
1.64/2.07	c 2	Memory used           : 13.11 MB
1.64/2.07	c 2	CPU time              : 0.252961 s
1.64/2.07	c 2	
1.64/2.08	c 2	SATISFIABLE
1.64/2.08	c 2	FOUND: _COST <= 231
1.64/2.08	s SATISFIABLE
1.64/2.08	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.64/2.08	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.91/2.16	c 2	Decoding HOME/temp.out
2.10/2.31	c 2	OBJECTIVE _COST 179
2.10/2.31	o 179
2.10/2.31	v 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 0 2 3 0 0 1 1 1 1 0 0 1 1 1 1 1 1 0 1 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 2 0 0 1 1 1 1 0 0 3 3 2 3 1 1 1 1 3 3 3 1 3 1 1 1 1 2 3 -1
2.10/2.32	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.10/2.36	c 2	OBJECTIVE BOUND: 0 <= _COST <= 179
2.10/2.36	c 2	SEARCHING: _COST <= 89
2.10/2.36	c 2	SOLVING HOME/temp.cnf
2.10/2.36	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.37	c 2	This is MiniSat 2.0 beta
2.10/2.37	c 2	WARNING: for repeatability, setting FPU to use double precision
2.10/2.37	c 2	============================[ Problem Statistics ]=============================
2.10/2.37	c 2	|                                                                             |
2.10/2.37	c 2	|  Number of variables:  7931                                                 |
2.10/2.37	c 2	|  Number of clauses:    288197                                               |
2.18/2.52	c 2	|  Parsing time:         0.13         s                                       |
2.18/2.62	c 3	============================[ Search Statistics ]==============================
2.18/2.62	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.62	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.62	c 3	===============================================================================
2.18/2.62	c 3	|         0 |    4352    96752   279852 |    32250        0    nan |  0.000 % |
2.18/2.67	c 3	|       102 |    4350    96752   279852 |    35475      101     22 | 45.177 % |
2.18/2.67	c 3	===============================================================================
2.18/2.67	c 3	restarts              : 2
2.18/2.67	c 3	conflicts             : 129            (450 /sec)
2.18/2.67	c 3	decisions             : 447            (0.89 % random) (1558 /sec)
2.18/2.67	c 3	propagations          : 94800          (330364 /sec)
2.18/2.67	c 3	conflict literals     : 2863           (19.08 % deleted)
2.18/2.67	c 3	Memory used           : 13.23 MB
2.18/2.67	c 3	CPU time              : 0.286956 s
2.18/2.67	c 3	
2.18/2.68	c 3	SATISFIABLE
2.18/2.68	c 3	FOUND: _COST <= 89
2.18/2.68	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.18/2.68	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.50/2.76	c 3	Decoding HOME/temp.out
2.50/2.90	c 3	OBJECTIVE _COST 87
2.50/2.90	o 87
2.50/2.90	v 0 1 1 1 1 1 0 1 0 1 0 1 1 0 1 1 1 1 1 0 3 2 1 1 0 1 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 3 3 1 0 1 1 1 1 0 3 3 3 1 1 1 1 1 3 3 2 1 3 0 2 1 0 1 0 -1
2.50/2.92	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.50/2.95	c 3	OBJECTIVE BOUND: 0 <= _COST <= 87
2.50/2.95	c 3	SEARCHING: _COST <= 43
2.50/2.95	c 3	SOLVING HOME/temp.cnf
2.50/2.95	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.50/2.96	c 3	This is MiniSat 2.0 beta
2.50/2.96	c 3	WARNING: for repeatability, setting FPU to use double precision
2.50/2.96	c 3	============================[ Problem Statistics ]=============================
2.50/2.96	c 3	|                                                                             |
2.50/2.96	c 3	|  Number of variables:  7931                                                 |
2.50/2.96	c 3	|  Number of clauses:    288197                                               |
2.75/3.11	c 3	|  Parsing time:         0.13         s                                       |
2.98/3.22	c 3	============================[ Search Statistics ]==============================
2.98/3.22	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.98/3.22	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.98/3.22	c 3	===============================================================================
2.98/3.22	c 3	|         0 |    3650    53933   153455 |    17977        0    nan |  0.000 % |
2.98/3.25	c 3	|       101 |    3647    53933   153455 |    19775      100     14 | 54.079 % |
2.98/3.28	c 3	|       252 |    3647    53933   153455 |    21752      251     16 | 54.079 % |
3.08/3.32	c 3	|       477 |    3647    53933   153455 |    23928      476     16 | 54.079 % |
3.08/3.36	c 3	|       818 |    3642    53423   151949 |    26321      816     17 | 54.129 % |
3.17/3.44	c 3	|      1325 |    3642    53423   151949 |    28953     1323     15 | 54.129 % |
3.27/3.54	c 4	|      2084 |    3638    53125   151067 |    31848     2082     15 | 54.129 % |
3.47/3.71	c 4	|      3223 |    3638    53125   151067 |    35033     3221     15 | 54.130 % |
3.77/4.00	c 4	|      4932 |    3638    53125   151067 |    38536     4930     18 | 54.129 % |
4.17/4.44	c 4	|      7497 |    3638    53125   151067 |    42390     7495     21 | 54.130 % |
4.86/5.17	c 5	|     11341 |    3638    53125   151067 |    46629    11339     20 | 54.129 % |
6.15/6.41	c 6	|     17107 |    3638    53125   151067 |    51292    17105     20 | 54.130 % |
8.62/8.98	c 9	|     25757 |    3638    53125   151067 |    56421    25755     22 | 54.129 % |
13.97/14.39	c 14	|     38731 |    3638    53125   151067 |    62063    38729     24 | 54.129 % |
24.27/24.71	c 25	|     58192 |    3638    53125   151067 |    68270    58190     24 | 54.129 % |
41.11/41.78	c 42	|     87384 |    3638    53125   151067 |    75097    27251     24 | 54.130 % |
70.53/71.43	c 71	|    131173 |    3620    52385   148908 |    82606    71039     24 | 54.356 % |
113.13/114.48	c 114	|    196858 |    3620    52385   148908 |    90867    64373     23 | 54.357 % |
189.69/191.79	c 192	|    295384 |    3620    52385   148908 |    99954    82175     21 | 54.356 % |
314.62/317.86	c 318	|    443174 |    3620    52385   148908 |   109949    50540     27 | 54.356 % |
513.83/518.99	c 519	|    664859 |    3602    51683   146863 |   120944    73788     31 | 54.584 % |
839.64/847.83	c 848	|    997384 |    3602    51683   146863 |   133039    80373     28 | 54.583 % |
1393.19/1406.61	c 1407	|   1496172 |    3602    51683   146863 |   146343    97351     40 | 54.583 % |
2217.84/2234.59	c 2235	|   2244355 |    3602    51683   146863 |   160977    39467     27 | 54.583 % |
3416.07/3433.22	c 3433	|   3366630 |    3602    51683   146863 |   177075   122711     28 | 54.583 % |
3600.00/3617.22	c ERROR unknown output  in HOME/temp.out
3600.00/3617.22	c 3617	CPU 2.54 (0.03 0.01 2.51 0.21)
3600.00/3617.22	c 3617	END Wed Jul 16 08:22:09 2008
3600.00/3617.22	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	63	399
63 unsatisfied constraints, 399 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126636-1216185712/watcher-1126636-1216185712 -o /tmp/evaluation-result-1126636-1216185712/solver-1126636-1216185712 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1126636-1216185712.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.16 2.15 4/82 1520
/proc/meminfo: memFree=1913304/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=18572 CPUtime=0
/proc/1520/stat : 1520 (runsolver) D 1518 1520 874 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75272825 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 268213742887 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1520/statm: 4643 292 257 25 0 2626 0

[startup+0.0686221 s]
/proc/loadavg: 1.95 2.16 2.15 4/82 1520
/proc/meminfo: memFree=1913304/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=12412 CPUtime=0
/proc/1520/stat : 1520 (sugar) D 1518 1520 874 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 75272825 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/1520/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101628 s]
/proc/loadavg: 1.95 2.16 2.15 4/82 1520
/proc/meminfo: memFree=1913304/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13336 CPUtime=0.02
/proc/1520/stat : 1520 (sugar) R 1518 1520 874 0 -1 4194304 730 0 0 0 2 0 0 0 18 0 1 0 75272825 13656064 698 996147200 4194304 4206940 548682068592 18446744073709551615 268233495890 0 0 4224 0 0 0 0 17 1 0 0
/proc/1520/statm: 3334 698 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.301649 s]
/proc/loadavg: 1.95 2.16 2.15 4/82 1520
/proc/meminfo: memFree=1913304/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13600 CPUtime=0.04
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 75272825 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701695 s]
/proc/loadavg: 1.95 2.16 2.15 4/82 1520
/proc/meminfo: memFree=1913304/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13600 CPUtime=0.44
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 974 4537 0 1 3 1 37 3 16 0 1 0 75272825 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 1.95 2.16 2.15 3/93 1542
/proc/meminfo: memFree=1899456/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13600 CPUtime=0.44
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 974 4537 0 1 3 1 37 3 15 0 1 0 75272825 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3400 797 370 3 0 500 0
[pid=1533] ppid=1520 vsize=5356 CPUtime=0
/proc/1533/stat : 1533 (sh) S 1520 1520 874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75272880 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 1339 233 193 169 0 50 0
[pid=1534] ppid=1533 vsize=868372 CPUtime=0.93
/proc/1534/stat : 1534 (java) S 1533 1520 874 0 -1 0 6508 0 1 0 89 4 0 0 18 0 9 0 75272880 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1534/statm: 217093 5666 2563 9 0 211640 0
[pid=1534/tid=1535] ppid=1533 vsize=868372 CPUtime=0.59
/proc/1534/task/1535/stat : 1535 (java) R 1533 1520 874 0 -1 64 2791 0 1 0 56 3 0 0 21 0 9 0 75272881 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4126917356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1534/tid=1536] ppid=1533 vsize=868372 CPUtime=0.07
/proc/1534/task/1536/stat : 1536 (java) S 1533 1520 874 0 -1 64 1542 0 0 0 7 0 0 0 16 0 9 0 75272882 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1534/tid=1537] ppid=1533 vsize=868372 CPUtime=0
/proc/1534/task/1537/stat : 1537 (java) S 1533 1520 874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75272882 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1534/tid=1538] ppid=1533 vsize=868372 CPUtime=0
/proc/1534/task/1538/stat : 1538 (java) S 1533 1520 874 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75272882 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1534/tid=1539] ppid=1533 vsize=868372 CPUtime=0
/proc/1534/task/1539/stat : 1539 (java) S 1533 1520 874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75272884 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1534/tid=1540] ppid=1533 vsize=868372 CPUtime=0.25
/proc/1534/task/1540/stat : 1540 (java) S 1533 1520 874 0 -1 64 1483 0 0 0 25 0 0 0 16 0 9 0 75272884 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1534/tid=1541] ppid=1533 vsize=868372 CPUtime=0
/proc/1534/task/1541/stat : 1541 (java) S 1533 1520 874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75272884 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1534/tid=1542] ppid=1533 vsize=868372 CPUtime=0
/proc/1534/task/1542/stat : 1542 (java) S 1533 1520 874 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75272884 889212928 5666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 887328

[startup+3.10197 s]
/proc/loadavg: 1.95 2.16 2.15 3/86 1547
/proc/meminfo: memFree=1903672/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 13732

[startup+6.30133 s]
/proc/loadavg: 1.95 2.15 2.15 3/85 1568
/proc/meminfo: memFree=1892288/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 15 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=13676 CPUtime=3.3
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 3309 0 0 0 328 2 0 0 25 0 1 0 75273122 14004224 3295 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 3419 3295 75 150 0 3266 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 32764

[startup+12.7021 s]
/proc/loadavg: 1.96 2.15 2.15 3/85 1568
/proc/meminfo: memFree=1891904/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=13840 CPUtime=9.63
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 3353 0 0 0 961 2 0 0 25 0 1 0 75273122 14172160 3339 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 3460 3339 75 150 0 3307 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 32928

[startup+25.5015 s]
/proc/loadavg: 1.97 2.14 2.15 3/85 1568
/proc/meminfo: memFree=1890304/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=15644 CPUtime=22.31
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 3794 0 0 0 2228 3 0 0 25 0 1 0 75273122 16019456 3780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 3911 3780 75 150 0 3758 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 34732

[startup+51.1014 s]
/proc/loadavg: 1.98 2.13 2.14 3/85 1568
/proc/meminfo: memFree=1888384/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=17616 CPUtime=47.66
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 4266 0 0 0 4763 3 0 0 25 0 1 0 75273122 18038784 4252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 4404 4252 75 150 0 4251 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 36704

[startup+102.306 s]
/proc/loadavg: 1.99 2.11 2.13 3/85 1568
/proc/meminfo: memFree=1885504/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=20364 CPUtime=98.39
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 4960 0 0 0 9835 4 0 0 25 0 1 0 75273122 20852736 4946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 5091 4946 75 150 0 4938 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 39452

[startup+162.302 s]
/proc/loadavg: 1.99 2.08 2.12 3/85 1568
/proc/meminfo: memFree=1883840/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=21752 CPUtime=157.82
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 5246 0 0 0 15778 4 0 0 25 0 1 0 75273122 22274048 5232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 5438 5232 75 150 0 5285 0
Current children cumulated CPU time (s) 160.57
Current children cumulated vsize (KiB) 40840

[startup+222.302 s]
/proc/loadavg: 1.99 2.07 2.11 3/85 1568
/proc/meminfo: memFree=1882496/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=22956 CPUtime=217.26
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 5567 0 0 0 21721 5 0 0 25 0 1 0 75273122 23506944 5553 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 5739 5553 75 150 0 5586 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 42044

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

/proc/meminfo: memFree=1681424/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=50940 CPUtime=3082.55
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12242 0 0 0 308231 24 0 0 25 0 1 0 75273122 52162560 12220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 12735 12220 75 150 0 12582 0
Current children cumulated CPU time (s) 3085.3
Current children cumulated vsize (KiB) 70028

[startup+3162.3 s]
/proc/loadavg: 2.58 2.57 2.38 3/84 1841
/proc/meminfo: memFree=1681104/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=51316 CPUtime=3142.53
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12334 0 0 0 314229 24 0 0 25 0 1 0 75273122 52547584 12312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 12829 12312 75 150 0 12676 0
Current children cumulated CPU time (s) 3145.28
Current children cumulated vsize (KiB) 70404

[startup+3222.3 s]
/proc/loadavg: 2.55 2.55 2.38 3/84 1841
/proc/meminfo: memFree=1681040/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=51468 CPUtime=3202.5
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12351 0 0 0 320226 24 0 0 25 0 1 0 75273122 52703232 12329 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 12867 12329 75 150 0 12714 0
Current children cumulated CPU time (s) 3205.25
Current children cumulated vsize (KiB) 70556

[startup+3282.3 s]
/proc/loadavg: 2.57 2.56 2.39 3/84 1841
/proc/meminfo: memFree=1680784/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=51600 CPUtime=3262.48
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12377 0 0 0 326224 24 0 0 25 0 1 0 75273122 52838400 12355 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 12900 12355 75 150 0 12747 0
Current children cumulated CPU time (s) 3265.23
Current children cumulated vsize (KiB) 70688

[startup+3342.3 s]
/proc/loadavg: 2.47 2.54 2.39 3/84 1841
/proc/meminfo: memFree=1680592/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=51600 CPUtime=3322.46
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12400 0 0 0 332221 25 0 0 25 0 1 0 75273122 52838400 12378 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 12900 12378 75 150 0 12747 0
Current children cumulated CPU time (s) 3325.21
Current children cumulated vsize (KiB) 70688

[startup+3402.31 s]
/proc/loadavg: 2.64 2.58 2.41 3/84 1841
/proc/meminfo: memFree=1680400/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=51808 CPUtime=3382.44
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12437 0 0 0 338219 25 0 0 25 0 1 0 75273122 53051392 12415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 12952 12415 75 150 0 12799 0
Current children cumulated CPU time (s) 3385.19
Current children cumulated vsize (KiB) 70896

[startup+3462.3 s]
/proc/loadavg: 2.69 2.60 2.43 3/84 1843
/proc/meminfo: memFree=1679760/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=52208 CPUtime=3442.42
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12528 0 0 0 344217 25 0 0 25 0 1 0 75273122 53460992 12506 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 13052 12506 75 150 0 12899 0
Current children cumulated CPU time (s) 3445.17
Current children cumulated vsize (KiB) 71296

[startup+3522.3 s]
/proc/loadavg: 2.57 2.60 2.44 3/84 1843
/proc/meminfo: memFree=1678160/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=53680 CPUtime=3502.39
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12914 0 0 0 350214 25 0 0 25 0 1 0 75273122 54968320 12892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 13420 12892 75 150 0 13267 0
Current children cumulated CPU time (s) 3505.14
Current children cumulated vsize (KiB) 72768

[startup+3582.3 s]
/proc/loadavg: 2.58 2.59 2.45 3/84 1843
/proc/meminfo: memFree=1677904/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=53980 CPUtime=3562.36
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 12987 0 0 0 356211 25 0 0 25 0 1 0 75273122 55275520 12965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 13495 12965 75 150 0 13342 0
Current children cumulated CPU time (s) 3565.11
Current children cumulated vsize (KiB) 73068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.2 s]
/proc/loadavg: 2.56 2.59 2.45 3/84 1843
/proc/meminfo: memFree=1677456/2055920 swapFree=4180184/4192956
[pid=1520] ppid=1518 vsize=13732 CPUtime=2.75
/proc/1520/stat : 1520 (sugar) S 1518 1520 874 0 -1 4194304 1303 26264 0 4 3 1 250 21 16 0 1 0 75272825 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1520/statm: 3433 815 374 3 0 533 0
[pid=1567] ppid=1520 vsize=5356 CPUtime=0
/proc/1567/stat : 1567 (sh) S 1520 1520 874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75273121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1567/statm: 1339 232 193 169 0 50 0
[pid=1568] ppid=1567 vsize=54484 CPUtime=3597.25
/proc/1568/stat : 1568 (minisat) R 1567 1520 874 0 -1 4194304 13090 0 0 0 359700 25 0 0 25 0 1 0 75273122 55791616 13068 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1568/statm: 13621 13068 75 150 0 13468 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 73572

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

Real time (s): 3617.22
CPU time (s): 3600
CPU user time (s): 3599.53
CPU system time (s): 0.47
CPU usage (%): 99.5239
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.55061
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27910
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3006
involuntary context switches= 2815

runsolver used 3.72743 second user time and 12.7321 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-16 07:21:52
IDJOB=1126636
IDBENCH=64269
IDSOLVER=368
FILE ID=node32/1126636-1216185712
PBS_JOBID= 7905863
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-29_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126636-1216185712/watcher-1126636-1216185712 -o /tmp/evaluation-result-1126636-1216185712/solver-1126636-1216185712 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1126636-1216185712.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4ecbc1d8600cfcf321e987f532708678
RANDOM SEED=1330874418

node32.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.243
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.243
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:       1913784 kB
Buffers:          6148 kB
Cached:          36868 kB
SwapCached:       5536 kB
Active:          76332 kB
Inactive:        11180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913784 kB
SwapTotal:     4192956 kB
SwapFree:      4180184 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          60804 kB
Slab:            39464 kB
Committed_AS:   543976 kB
PageTables:       2096 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= 66556 MiB
End job on node32 at 2008-07-16 08:22:11