Trace number 1070170

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+minisat? (TO) 1800.04 1817.33

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga20-20-sat-pb-cnf-cr.xml
MD5SUM61333a5f2f5d5d76c1ffdf6d67b21758
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.06684
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints460
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(460)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 11:28:23 2008
0.00/0.05	c 0	PID 28053
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070170-1215163703.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070170-1215163703.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 600 variables, 0 predicates, 0 relations, 460 constraints
0.03/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.74	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.66/0.82	c 1	Parsing HOME/temp.csp
1.10/1.20	c 1	parsed 1061 expressions
1.10/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.21	c 1	Converting to clausal form CSP
1.10/1.23	c 1	converted 107 (10%) expressions
1.10/1.23	c 1	converted 213 (20%) expressions
1.10/1.23	c 1	converted 319 (30%) expressions
1.10/1.24	c 1	converted 425 (40%) expressions
1.10/1.24	c 1	converted 531 (50%) expressions
1.20/1.33	c 2	converted 637 (60%) expressions
1.39/1.52	c 2	converted 743 (70%) expressions
1.39/1.59	c 2	converted 849 (80%) expressions
1.50/1.69	c 2	converted 955 (90%) expressions
1.59/1.77	c 2	converted 1061 (100%) expressions
1.59/1.77	c 2	CSP : 4920 integers, 0 booleans, 9100 clauses, largest domain size 11
1.59/1.77	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.77	c 2	Propagation in CSP
1.69/1.86	c 2	1000 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.87	c 2	CSP : 4920 integers, 0 booleans, 9100 clauses, largest domain size 11
1.69/1.87	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.88	c 2	Simplifing CSP by introducing new Boolean variables
1.69/1.88	c 2	CSP : 4920 integers, 0 booleans, 9100 clauses, largest domain size 11
1.69/1.88	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.81/1.95	c 2	492 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.81/1.96	c 2	984 (20%) CSP integer variables are encoded (810 clauses, 10054 bytes)
1.81/1.96	c 2	1476 (30%) CSP integer variables are encoded (1847 clauses, 23535 bytes)
1.81/1.97	c 2	1968 (40%) CSP integer variables are encoded (2888 clauses, 37068 bytes)
1.81/1.97	c 2	2460 (50%) CSP integer variables are encoded (3926 clauses, 50562 bytes)
1.81/1.97	c 2	2952 (60%) CSP integer variables are encoded (4963 clauses, 64043 bytes)
1.81/1.98	c 2	3444 (70%) CSP integer variables are encoded (6004 clauses, 77576 bytes)
1.81/1.98	c 2	3936 (80%) CSP integer variables are encoded (7042 clauses, 92399 bytes)
1.81/1.98	c 2	4428 (90%) CSP integer variables are encoded (7650 clauses, 101519 bytes)
1.81/1.98	c 2	4920 (100%) CSP integer variables are encoded (8600 clauses, 115769 bytes)
1.89/2.04	c 2	910 (10%) CSP clauses are encoded (14506 clauses, 197028 bytes)
1.89/2.06	c 2	1820 (20%) CSP clauses are encoded (19636 clauses, 274275 bytes)
1.89/2.08	c 2	2730 (30%) CSP clauses are encoded (24762 clauses, 351633 bytes)
2.00/2.10	c 2	3640 (40%) CSP clauses are encoded (29892 clauses, 429072 bytes)
2.00/2.13	c 2	4550 (50%) CSP clauses are encoded (34998 clauses, 506103 bytes)
2.00/2.15	c 2	5460 (60%) CSP clauses are encoded (40124 clauses, 583477 bytes)
2.00/2.16	c 2	6370 (70%) CSP clauses are encoded (45254 clauses, 660916 bytes)
2.00/2.18	c 2	7280 (80%) CSP clauses are encoded (50380 clauses, 748204 bytes)
2.09/2.20	c 2	8190 (90%) CSP clauses are encoded (53668 clauses, 801992 bytes)
2.09/2.23	c 2	9100 (100%) CSP clauses are encoded (60100 clauses, 916843 bytes)
2.09/2.23	c 2	9100 CSP clauses encoded
2.09/2.23	c 2	Writing map file : HOME/temp.map
2.09/2.24	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.25	c 2	SAT : 13520 SAT variables, 60100 SAT clauses, 916843 bytes
2.09/2.25	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.26	c 2	SOLVING HOME/temp.cnf
2.09/2.26	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.09/2.27	c 2	This is MiniSat 2.0 beta
2.09/2.27	c 2	WARNING: for repeatability, setting FPU to use double precision
2.09/2.27	c 2	============================[ Problem Statistics ]=============================
2.09/2.27	c 2	|                                                                             |
2.09/2.27	c 2	|  Number of variables:  13520                                                |
2.09/2.27	c 2	|  Number of clauses:    60100                                                |
2.09/2.30	c 2	|  Parsing time:         0.03         s                                       |
2.17/2.30	c 2	============================[ Search Statistics ]==============================
2.17/2.30	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.30	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.30	c 2	===============================================================================
2.17/2.30	c 2	|         0 |   13520    60100   144160 |    20033        0    nan |  0.000 % |
2.17/2.32	c 3	|       100 |   13520    60100   144160 |    22036      100     11 |  0.000 % |
2.17/2.34	c 3	|       250 |   13520    60100   144160 |    24240      250     19 |  0.000 % |
2.17/2.37	c 3	|       475 |   13520    60100   144160 |    26664      475     31 |  0.000 % |
2.17/2.40	c 3	|       813 |   13520    60100   144160 |    29330      813     35 |  0.000 % |
2.17/2.44	c 3	|      1320 |   13520    60100   144160 |    32263     1320     42 |  0.000 % |
2.17/2.53	c 3	|      2079 |   13520    60100   144160 |    35490     2079     48 |  0.000 % |
2.17/2.65	c 3	|      3218 |   13520    60100   144160 |    39039     3218     52 |  0.000 % |
2.17/2.86	c 3	|      4927 |   13520    60100   144160 |    42943     4927     53 |  0.000 % |
2.17/3.20	c 3	|      7489 |   13520    60100   144160 |    47237     7489     57 |  0.000 % |
3.68/3.81	c 4	|     11333 |   13520    60100   144160 |    51961    11333     59 |  0.000 % |
4.67/4.83	c 5	|     17099 |   13520    60100   144160 |    57157    17099     62 |  0.000 % |
6.36/6.57	c 7	|     25748 |   13520    60100   144160 |    62873    25748     60 |  0.000 % |
9.52/9.75	c 10	|     38723 |   13520    60100   144160 |    69160    38723     60 |  0.000 % |
17.26/17.53	c 18	|     58184 |   13520    60100   144160 |    76076    58184     60 |  0.000 % |
28.15/28.58	c 29	|     87376 |   13520    60100   144160 |    83684    25500     65 |  0.000 % |
50.73/51.34	c 52	|    131166 |   13520    60100   144160 |    92052    69290     46 |  0.000 % |
97.49/98.56	c 99	|    196850 |   13520    60100   144160 |   101257    55972     57 |  0.000 % |
182.58/184.46	c 185	|    295376 |   13520    60100   144160 |   111383    71211     32 |  0.000 % |
358.09/361.61	c 362	|    443166 |   13520    60100   144160 |   122522    27812     40 |  0.000 % |
575.42/581.08	c 581	|    664850 |   13520    60100   144160 |   134774    40505     27 |  0.000 % |
994.92/1004.55	c 1005	|    997376 |   13520    60100   144160 |   148251    20642     29 |  0.000 % |
1529.42/1544.10	c 1544	|   1496164 |   13520    60100   144160 |   163076   128208     26 |  0.000 % |
1800.04/1817.32	c 1818	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1817.32	c 1818	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1817.32	c ERROR INTERRUPTED
1800.04/1817.32	s UNKNOWN
1800.04/1817.32	c 1818	CPU 2.05 (0.04 0.01 2.01 0.11)
1800.04/1817.32	c 1818	END Fri Jul  4 11:58:41 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1070170-1215163703/watcher-1070170-1215163703 -o /tmp/evaluation-result-1070170-1215163703/solver-1070170-1215163703 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1070170-1215163703.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): 2200 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.99 1.97 1.99 4/72 28053
/proc/meminfo: memFree=1688368/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=12000 CPUtime=0
/proc/28053/stat : 28053 (sugar) R 28051 28053 27559 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 1546046560 12288000 170 996147200 4194304 4206940 548682068608 18446744073709551615 215436765712 0 0 4224 0 0 0 0 17 1 0 0
/proc/28053/statm: 3000 170 131 3 0 100 0

[startup+0.100832 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 28053
/proc/meminfo: memFree=1688368/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=0.03
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546046560 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202856 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 28053
/proc/meminfo: memFree=1688368/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=0.03
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546046560 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302866 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 28053
/proc/meminfo: memFree=1688368/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=0.03
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546046560 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702945 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 28053
/proc/meminfo: memFree=1688368/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=0.03
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1546046560 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5011 s]
/proc/loadavg: 1.99 1.97 1.99 4/83 28075
/proc/meminfo: memFree=1680344/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=0.66
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 973 4816 0 1 3 0 60 3 15 0 1 0 1546046560 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 797 370 3 0 500 0
[pid=28066] ppid=28053 vsize=5356 CPUtime=0
/proc/28066/stat : 28066 (sh) S 28053 28053 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1546046634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 233 193 169 0 50 0
[pid=28067] ppid=28066 vsize=868292 CPUtime=0.73
/proc/28067/stat : 28067 (java) S 28066 28053 27559 0 -1 0 5368 0 1 0 70 3 0 0 18 0 9 0 1546046634 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28067/statm: 217073 4795 1730 9 0 211648 0
[pid=28067/tid=28068] ppid=28066 vsize=868292 CPUtime=0.48
/proc/28067/task/28068/stat : 28068 (java) R 28066 28053 27559 0 -1 64 2643 0 1 0 47 1 0 0 20 0 9 0 1546046635 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4125963123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28067/tid=28069] ppid=28066 vsize=868292 CPUtime=0.03
/proc/28067/task/28069/stat : 28069 (java) S 28066 28053 27559 0 -1 64 572 0 0 0 3 0 0 0 16 0 9 0 1546046636 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28067/tid=28070] ppid=28066 vsize=868292 CPUtime=0
/proc/28067/task/28070/stat : 28070 (java) S 28066 28053 27559 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1546046637 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28067/tid=28071] ppid=28066 vsize=868292 CPUtime=0
/proc/28067/task/28071/stat : 28071 (java) S 28066 28053 27559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1546046637 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28067/tid=28072] ppid=28066 vsize=868292 CPUtime=0
/proc/28067/task/28072/stat : 28072 (java) S 28066 28053 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1546046639 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28067/tid=28073] ppid=28066 vsize=868292 CPUtime=0.2
/proc/28067/task/28073/stat : 28073 (java) S 28066 28053 27559 0 -1 64 1461 0 0 0 19 1 0 0 16 0 9 0 1546046639 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28067/tid=28074] ppid=28066 vsize=868292 CPUtime=0
/proc/28067/task/28074/stat : 28074 (java) S 28066 28053 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1546046639 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28067/tid=28075] ppid=28066 vsize=868292 CPUtime=0
/proc/28067/task/28075/stat : 28075 (java) S 28066 28053 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1546046639 889131008 4795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887248

[startup+3.10141 s]
/proc/loadavg: 2.07 1.99 1.99 3/83 28075
/proc/meminfo: memFree=1667800/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 15 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 13600

[startup+6.30303 s]
/proc/loadavg: 2.07 1.99 1.99 3/75 28077
/proc/meminfo: memFree=1674264/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=12436 CPUtime=3.99
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 2977 0 0 0 397 2 0 0 25 0 1 0 1546046787 12734464 2963 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 3109 2963 76 150 0 2956 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 31392

[startup+12.7013 s]
/proc/loadavg: 2.06 1.99 1.99 3/75 28077
/proc/meminfo: memFree=1666456/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=19884 CPUtime=10.33
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 4804 0 0 0 1030 3 0 0 25 0 1 0 1546046787 20361216 4790 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 4971 4790 76 150 0 4818 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 38840

[startup+25.5027 s]
/proc/loadavg: 2.05 1.99 1.99 3/75 28077
/proc/meminfo: memFree=1656024/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=29988 CPUtime=23
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 7289 0 0 0 2295 5 0 0 25 0 1 0 1546046787 30707712 7275 996147200 134512640 135127466 4294956256 18446744073709551615 134523398 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 7497 7275 76 150 0 7344 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 48944

[startup+51.1026 s]
/proc/loadavg: 2.03 1.99 1.99 3/75 28077
/proc/meminfo: memFree=1655960/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=29988 CPUtime=48.36
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 7290 0 0 0 4831 5 0 0 25 0 1 0 1546046787 30707712 7276 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 7497 7276 76 150 0 7344 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 48944

[startup+102.302 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 28077
/proc/meminfo: memFree=1652504/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=33616 CPUtime=99.08
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 8138 0 0 0 9902 6 0 0 25 0 1 0 1546046787 34422784 8124 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 8404 8124 76 150 0 8251 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 52572

[startup+162.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 28077
/proc/meminfo: memFree=1650072/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=35860 CPUtime=158.52
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 8689 0 0 0 15845 7 0 0 25 0 1 0 1546046787 36720640 8675 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 8965 8675 76 150 0 8812 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 54816

[startup+222.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 28077
/proc/meminfo: memFree=1647640/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=38380 CPUtime=217.95
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 9315 0 0 0 21787 8 0 0 25 0 1 0 1546046787 39301120 9301 996147200 134512640 135127466 4294956256 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 9595 9301 76 150 0 9442 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 57336

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

/proc/meminfo: memFree=1651920/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=60748 CPUtime=1287.74
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 14346 0 0 0 128756 18 0 0 25 0 1 0 1546046787 62205952 14308 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 15187 14308 76 150 0 15034 0
Current children cumulated CPU time (s) 1289.91
Current children cumulated vsize (KiB) 79704

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1651536/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=61240 CPUtime=1347.17
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 14440 0 0 0 134699 18 0 0 25 0 1 0 1546046787 62709760 14402 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 15310 14402 76 150 0 15157 0
Current children cumulated CPU time (s) 1349.34
Current children cumulated vsize (KiB) 80196

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1651280/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=61484 CPUtime=1406.6
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 14499 0 0 0 140642 18 0 0 25 0 1 0 1546046787 62959616 14461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 15371 14461 76 150 0 15218 0
Current children cumulated CPU time (s) 1408.77
Current children cumulated vsize (KiB) 80440

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1651152/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=61484 CPUtime=1466.04
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 14500 0 0 0 146585 19 0 0 25 0 1 0 1546046787 62959616 14462 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 15371 14462 76 150 0 15218 0
Current children cumulated CPU time (s) 1468.21
Current children cumulated vsize (KiB) 80440

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1651152/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=61484 CPUtime=1525.46
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 14501 0 0 0 152527 19 0 0 25 0 1 0 1546046787 62959616 14463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 15371 14463 76 150 0 15218 0
Current children cumulated CPU time (s) 1527.63
Current children cumulated vsize (KiB) 80440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1649552/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=63300 CPUtime=1584.9
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 14927 0 0 0 158470 20 0 0 25 0 1 0 1546046787 64819200 14889 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 15825 14889 76 150 0 15672 0
Current children cumulated CPU time (s) 1587.07
Current children cumulated vsize (KiB) 82256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1648016/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=65012 CPUtime=1644.32
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 15294 0 0 0 164412 20 0 0 25 0 1 0 1546046787 66572288 15256 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 16253 15256 76 150 0 16100 0
Current children cumulated CPU time (s) 1646.49
Current children cumulated vsize (KiB) 83968

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1645008/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=68116 CPUtime=1703.76
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 16050 0 0 0 170355 21 0 0 25 0 1 0 1546046787 69750784 16012 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 17029 16012 76 150 0 16876 0
Current children cumulated CPU time (s) 1705.93
Current children cumulated vsize (KiB) 87072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1639504/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=73624 CPUtime=1763.19
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 17402 0 0 0 176296 23 0 0 25 0 1 0 1546046787 75390976 17364 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 18406 17364 76 150 0 18253 0
Current children cumulated CPU time (s) 1765.36
Current children cumulated vsize (KiB) 92580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28119
/proc/meminfo: memFree=1638032/2055920 swapFree=4114036/4192956
[pid=28053] ppid=28051 vsize=13600 CPUtime=2.17
/proc/28053/stat : 28053 (sugar) S 28051 28053 27559 0 -1 4194304 1034 12814 0 2 4 1 201 11 16 0 1 0 1546046560 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28053/statm: 3400 799 370 3 0 500 0
[pid=28076] ppid=28053 vsize=5356 CPUtime=0
/proc/28076/stat : 28076 (sh) S 28053 28053 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546046787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28076/statm: 1339 232 193 169 0 50 0
[pid=28077] ppid=28076 vsize=75056 CPUtime=1797.87
/proc/28077/stat : 28077 (minisat) R 28076 28053 27559 0 -1 4194304 17765 0 0 0 179763 24 0 0 25 0 1 0 1546046787 76857344 17727 996147200 134512640 135127466 4294956256 18446744073709551615 134528089 0 0 4096 3 0 0 0 17 1 0 0
/proc/28077/statm: 18764 17727 76 150 0 18611 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 94012

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

Real time (s): 1817.33
CPU time (s): 1800.04
CPU user time (s): 1799.68
CPU system time (s): 0.36
CPU usage (%): 99.0487
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.05869
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14248
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= 2179
involuntary context switches= 2077

runsolver used 2.20866 second user time and 6.06808 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 11:28:23
IDJOB=1070170
IDBENCH=55812
IDSOLVER=346
FILE ID=node9/1070170-1215163703
PBS_JOBID= 7881447
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga20-20-sat-pb-cnf-cr.xml
COMMAND LINE= DIR/sugar -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-1070170-1215163703/watcher-1070170-1215163703 -o /tmp/evaluation-result-1070170-1215163703/solver-1070170-1215163703 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1070170-1215163703.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61333a5f2f5d5d76c1ffdf6d67b21758
RANDOM SEED=217098206

node9.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.265
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	: 5931.00
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.265
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:       1688848 kB
Buffers:         29500 kB
Cached:         124980 kB
SwapCached:      72708 kB
Active:         262636 kB
Inactive:        47356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688848 kB
SwapTotal:     4192956 kB
SwapFree:      4114036 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:         162936 kB
Slab:            42200 kB
Committed_AS:  3014848 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= 66544 MiB
End job on node9 at 2008-07-04 11:58:43