Trace number 1036948

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+minisatSAT 1169.44 1170.89

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-5_ext.xml
MD5SUMfb9ae502ac5b4de408560f60da6e1d86
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.6052
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension476
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 02:56:31 2008
0.00/0.04	c 0	PID 1454
0.00/0.05	c 0	HOST node55.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036948-1214960191.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-1036948-1214960191.xml' 'HOME/temp.csp'
0.04/0.83	c 1	1 domains, 45 variables, 0 predicates, 476 relations, 476 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.81/0.97	c 1	Parsing HOME/temp.csp
1.29/1.40	c 1	parsed 998 expressions
1.29/1.40	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.40	c 1	Converting to clausal form CSP
1.29/1.43	c 1	converted 100 (10%) expressions
1.29/1.43	c 1	converted 200 (20%) expressions
1.29/1.44	c 1	converted 300 (30%) expressions
1.29/1.44	c 1	converted 400 (40%) expressions
1.29/1.45	c 1	converted 499 (50%) expressions
1.39/1.55	c 1	converted 599 (60%) expressions
1.39/1.58	c 1	converted 699 (70%) expressions
1.49/1.60	c 1	converted 799 (80%) expressions
1.49/1.63	c 1	converted 899 (90%) expressions
1.49/1.66	c 1	converted 998 (100%) expressions
1.49/1.66	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.49/1.66	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.66	c 1	Propagation in CSP
1.49/1.66	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.66	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.49/1.66	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.66	c 1	Simplifing CSP by introducing new Boolean variables
1.49/1.66	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.49/1.67	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.72	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.73	c 1	5 (10%) CSP integer variables are encoded (95 clauses, 903 bytes)
1.59/1.73	c 1	9 (20%) CSP integer variables are encoded (171 clauses, 1739 bytes)
1.59/1.73	c 1	14 (30%) CSP integer variables are encoded (266 clauses, 2784 bytes)
1.59/1.73	c 1	18 (40%) CSP integer variables are encoded (342 clauses, 3620 bytes)
1.59/1.73	c 1	23 (50%) CSP integer variables are encoded (437 clauses, 4665 bytes)
1.59/1.74	c 1	27 (60%) CSP integer variables are encoded (513 clauses, 5501 bytes)
1.59/1.74	c 1	32 (70%) CSP integer variables are encoded (608 clauses, 6546 bytes)
1.59/1.74	c 1	36 (80%) CSP integer variables are encoded (684 clauses, 7382 bytes)
1.59/1.74	c 1	41 (90%) CSP integer variables are encoded (779 clauses, 8427 bytes)
1.59/1.74	c 1	45 (100%) CSP integer variables are encoded (855 clauses, 9263 bytes)
1.68/1.80	c 1	48 (10%) CSP clauses are encoded (4375 clauses, 67225 bytes)
1.68/1.83	c 1	96 (20%) CSP clauses are encoded (7992 clauses, 128895 bytes)
1.68/1.85	c 2	143 (30%) CSP clauses are encoded (11453 clauses, 193446 bytes)
1.68/1.87	c 2	191 (40%) CSP clauses are encoded (15022 clauses, 260813 bytes)
1.68/1.89	c 2	238 (50%) CSP clauses are encoded (18507 clauses, 326573 bytes)
1.78/1.92	c 2	286 (60%) CSP clauses are encoded (22068 clauses, 394115 bytes)
1.78/1.94	c 2	334 (70%) CSP clauses are encoded (25641 clauses, 461615 bytes)
1.78/1.96	c 2	381 (80%) CSP clauses are encoded (29112 clauses, 527394 bytes)
1.78/1.98	c 2	429 (90%) CSP clauses are encoded (32670 clauses, 594799 bytes)
1.88/2.00	c 2	476 (100%) CSP clauses are encoded (36121 clauses, 660218 bytes)
1.88/2.00	c 2	476 CSP clauses encoded
1.88/2.00	c 2	Writing map file : HOME/temp.map
1.88/2.01	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.01	c 2	SAT : 900 SAT variables, 36121 SAT clauses, 660218 bytes
1.88/2.01	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.05	c 2	SOLVING HOME/temp.cnf
1.88/2.05	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.88/2.06	c 2	This is MiniSat 2.0 beta
1.88/2.06	c 2	WARNING: for repeatability, setting FPU to use double precision
1.88/2.06	c 2	============================[ Problem Statistics ]=============================
1.88/2.06	c 2	|                                                                             |
1.88/2.06	c 2	|  Number of variables:  900                                                  |
1.88/2.06	c 2	|  Number of clauses:    36121                                                |
1.88/2.08	c 2	|  Parsing time:         0.02         s                                       |
1.88/2.08	c 2	============================[ Search Statistics ]==============================
1.88/2.08	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.88/2.08	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.88/2.08	c 2	===============================================================================
1.88/2.08	c 2	|         0 |     900    36121   134329 |    12040        0    nan |  0.000 % |
1.93/2.10	c 2	|       101 |     900    36121   134329 |    13244      101     10 |  0.000 % |
1.93/2.12	c 2	|       251 |     900    36121   134329 |    14568      251     10 |  0.002 % |
1.93/2.16	c 2	|       476 |     900    36121   134329 |    16025      476     10 |  0.005 % |
2.03/2.21	c 2	|       815 |     900    36121   134329 |    17628      815     10 |  0.005 % |
2.03/2.29	c 2	|      1321 |     900    36121   134329 |    19391     1321     11 |  0.004 % |
2.23/2.41	c 2	|      2080 |     900    36121   134329 |    21330     2080     12 |  0.005 % |
2.33/2.59	c 2	|      3219 |     900    36121   134329 |    23463     3219     12 |  0.004 % |
2.72/2.90	c 3	|      4927 |     900    36121   134329 |    25809     4927     13 |  0.005 % |
3.12/3.39	c 3	|      7489 |     900    36121   134329 |    28390     7489     14 |  0.005 % |
3.91/4.12	c 4	|     11333 |     900    36121   134329 |    31229    11333     14 |  0.003 % |
5.20/5.46	c 5	|     17100 |     900    36121   134329 |    34352    17100     14 |  0.005 % |
7.67/7.99	c 8	|     25749 |     900    36121   134329 |    37787    25749     14 |  0.005 % |
12.72/13.02	c 13	|     38723 |     900    36121   134329 |    41566    14338     14 |  0.006 % |
19.75/20.13	c 20	|     58184 |     900    36121   134329 |    45723    33799     16 |  0.006 % |
32.14/32.66	c 32	|     87376 |     900    36121   134329 |    50295    31387     17 |  0.006 % |
52.34/53.09	c 53	|    131165 |     900    36121   134329 |    55325    39442     18 |  0.000 % |
83.67/84.61	c 84	|    196849 |     900    36121   134329 |    60857    25409     18 |  0.006 % |
132.64/133.62	c 133	|    295376 |     900    36121   134329 |    66943    35148     18 |  0.006 % |
214.11/215.20	c 215	|    443165 |     900    36121   134329 |    73637    33282     15 |  0.011 % |
330.64/331.79	c 331	|    664849 |     899    36027   134063 |    81001    46623     19 |  0.111 % |
539.95/541.13	c 541	|    997374 |     899    36027   134063 |    89101    57578     18 |  0.117 % |
849.50/850.89	c 851	|   1496162 |     898    35926   133700 |    98011    30470     21 |  0.222 % |
1169.26/1170.71	c 1170	===============================================================================
1169.26/1170.71	c 1170	restarts              : 23
1169.26/1170.71	c 1170	conflicts             : 1983346        (1699 /sec)
1169.26/1170.71	c 1170	decisions             : 2403040        (1.44 % random) (2059 /sec)
1169.26/1170.71	c 1170	propagations          : 252918931      (216670 /sec)
1169.26/1170.71	c 1170	conflict literals     : 39338576       (36.71 % deleted)
1169.26/1170.71	c 1170	Memory used           : 22.26 MB
1169.26/1170.72	c 1170	CPU time              : 1167.3 s
1169.26/1170.72	c 1170	
1169.26/1170.72	c 1170	SATISFIABLE
1169.26/1170.72	c 1170	DECODING HOME/temp.out WITH HOME/temp.map
1169.26/1170.72	c 1170	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1169.30/1170.81	c 1170	Decoding HOME/temp.out
1169.30/1170.84	s SATISFIABLE
1169.30/1170.84	v 0 11 2 6 17 2 15 15 16 6 20 17 11 18 4 19 6 13 6 7 17 5 11 17 10 5 18 5 1 5 0 13 16 15 19 9 3 15 7 4 9 20 16 18 14
1169.30/1170.85	c 1171	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1169.30/1170.89	c 1171	CPU 1169.2 (0.03 0.01 1169.17 0.2)
1169.30/1170.89	c 1171	END Wed Jul  2 03:16:02 2008

Verifier Data (download as text)

OK

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-1036948-1214960191/watcher-1036948-1214960191 -o /tmp/evaluation-result-1036948-1214960191/solver-1036948-1214960191 -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-1036948-1214960191.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.92 1.98 1.99 4/74 1454
/proc/meminfo: memFree=1761656/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=12268 CPUtime=0
/proc/1454/stat : 1454 (sugar) R 1452 1454 31769 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1525685875 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1454/statm: 3067 316 241 3 0 167 0

[startup+0.079511 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 1454
/proc/meminfo: memFree=1761656/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=0.04
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1525685875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101728 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 1454
/proc/meminfo: memFree=1761656/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=0.04
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1525685875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302764 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 1454
/proc/meminfo: memFree=1761656/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=0.04
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1525685875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702834 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 1454
/proc/meminfo: memFree=1761656/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=0.04
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1525685875 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50198 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 1476
/proc/meminfo: memFree=1754592/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=0.81
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 973 4870 0 1 3 1 74 3 15 0 1 0 1525685875 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 797 370 3 0 500 0
[pid=1467] ppid=1454 vsize=5356 CPUtime=0
/proc/1467/stat : 1467 (sh) S 1454 1454 31769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1525685964 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1467/statm: 1339 233 193 169 0 50 0
[pid=1468] ppid=1467 vsize=864320 CPUtime=0.58
/proc/1468/stat : 1468 (java) S 1467 1454 31769 0 -1 0 6735 0 1 0 55 3 0 0 18 0 9 0 1525685965 885063680 6022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1468/statm: 216080 6022 2540 9 0 210655 0
[pid=1468/tid=1469] ppid=1467 vsize=864320 CPUtime=0.34
/proc/1468/task/1469/stat : 1469 (java) R 1467 1454 31769 0 -1 64 2577 0 1 0 34 0 0 0 18 0 9 0 1525685966 885063680 6022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1468/tid=1470] ppid=1467 vsize=864320 CPUtime=0.13
/proc/1468/task/1470/stat : 1470 (java) R 1467 1454 31769 0 -1 64 3124 0 0 0 12 1 0 0 16 0 9 0 1525685967 885063680 6022 996147200 134512640 134550740 4294955952 18446744073709551615 103735743 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1468/tid=1471] ppid=1467 vsize=864320 CPUtime=0
/proc/1468/task/1471/stat : 1471 (java) S 1467 1454 31769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1525685967 885063680 6022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1468/tid=1472] ppid=1467 vsize=864320 CPUtime=0
/proc/1468/task/1472/stat : 1472 (java) S 1467 1454 31769 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1525685967 885063680 6022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1468/tid=1473] ppid=1467 vsize=864320 CPUtime=0
/proc/1468/task/1473/stat : 1473 (java) S 1467 1454 31769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1525685969 885063680 6022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1468/tid=1474] ppid=1467 vsize=864320 CPUtime=0.08
/proc/1468/task/1474/stat : 1474 (java) S 1467 1454 31769 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 1525685969 885063680 6022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1468/tid=1475] ppid=1467 vsize=864320 CPUtime=0
/proc/1468/task/1475/stat : 1475 (java) S 1467 1454 31769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1525685969 885063680 6022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1468/tid=1476] ppid=1467 vsize=864320 CPUtime=0
/proc/1468/task/1476/stat : 1476 (java) S 1467 1454 31769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1525685969 885063680 6022 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) 883276

[startup+3.10125 s]
/proc/loadavg: 1.92 1.98 1.99 3/77 1478
/proc/meminfo: memFree=1755680/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 15 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=4160 CPUtime=1.02
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 846 0 0 0 102 0 0 0 25 0 1 0 1525686081 4259840 832 996147200 134512640 135127466 4294956272 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/1478/statm: 1040 832 75 150 0 887 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 23116

[startup+6.30181 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 1478
/proc/meminfo: memFree=1754080/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=5388 CPUtime=4.19
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 1166 0 0 0 419 0 0 0 25 0 1 0 1525686081 5517312 1152 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/1478/statm: 1347 1152 75 150 0 1194 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 24344

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 1478
/proc/meminfo: memFree=1752288/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=7012 CPUtime=10.52
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 1579 0 0 0 1052 0 0 0 25 0 1 0 1525686081 7180288 1565 996147200 134512640 135127466 4294956272 18446744073709551615 134541948 0 0 4096 3 0 0 0 17 1 0 0
/proc/1478/statm: 1753 1565 75 150 0 1600 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 25968

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 1478
/proc/meminfo: memFree=1751200/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=8180 CPUtime=23.21
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 1835 0 0 0 2320 1 0 0 25 0 1 0 1525686081 8376320 1821 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/1478/statm: 2045 1821 75 150 0 1892 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 27136

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 1478
/proc/meminfo: memFree=1749856/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=9428 CPUtime=48.56
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 2145 0 0 0 4855 1 0 0 25 0 1 0 1525686081 9654272 2131 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1478/statm: 2357 2131 75 150 0 2204 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 28384

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 1508
/proc/meminfo: memFree=1761776/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=10924 CPUtime=99.46
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 2541 0 0 0 9944 2 0 0 25 0 1 0 1525686081 11186176 2527 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 2731 2527 75 150 0 2578 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 29880

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 1557
/proc/meminfo: memFree=1729960/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=12420 CPUtime=159.43
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 2876 0 0 0 15939 4 0 0 25 0 1 0 1525686081 12718080 2862 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 3105 2862 75 150 0 2952 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 31376

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 1557
/proc/meminfo: memFree=1719656/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22104 CPUtime=999.03
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5202 0 0 0 99896 7 0 0 25 0 1 0 1525686081 22634496 5188 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5526 5188 75 150 0 5373 0
Current children cumulated CPU time (s) 1000.93
Current children cumulated vsize (KiB) 41060

[startup+1062.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/76 1563
/proc/meminfo: memFree=1678120/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22256 CPUtime=1059
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5228 0 0 0 105893 7 0 0 25 0 1 0 1525686081 22790144 5214 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5564 5214 75 150 0 5411 0
Current children cumulated CPU time (s) 1060.9
Current children cumulated vsize (KiB) 41212

[startup+1122.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/76 1563
/proc/meminfo: memFree=1677800/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22400 CPUtime=1118.97
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5288 0 0 0 111890 7 0 0 25 0 1 0 1525686081 22937600 5274 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5600 5274 75 150 0 5447 0
Current children cumulated CPU time (s) 1120.87
Current children cumulated vsize (KiB) 41356

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

[startup+1126.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/76 1563
/proc/meminfo: memFree=1677800/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22400 CPUtime=1122.98
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5288 0 0 0 112291 7 0 0 25 0 1 0 1525686081 22937600 5274 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5600 5274 75 150 0 5447 0
Current children cumulated CPU time (s) 1124.88
Current children cumulated vsize (KiB) 41356

[startup+1151.9 s]
/proc/loadavg: 2.03 2.05 2.01 3/76 1563
/proc/meminfo: memFree=1677480/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22564 CPUtime=1148.56
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5298 0 0 0 114849 7 0 0 25 0 1 0 1525686081 23105536 5284 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5641 5284 75 150 0 5488 0
Current children cumulated CPU time (s) 1150.46
Current children cumulated vsize (KiB) 41520

[startup+1158.31 s]
/proc/loadavg: 2.03 2.05 2.01 3/76 1563
/proc/meminfo: memFree=1677352/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22564 CPUtime=1154.96
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5328 0 0 0 115489 7 0 0 25 0 1 0 1525686081 23105536 5314 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5641 5314 75 150 0 5488 0
Current children cumulated CPU time (s) 1156.86
Current children cumulated vsize (KiB) 41520

[startup+1164.7 s]
/proc/loadavg: 2.03 2.05 2.01 3/76 1563
/proc/meminfo: memFree=1677160/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22788 CPUtime=1161.36
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5348 0 0 0 116128 8 0 0 25 0 1 0 1525686081 23334912 5334 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1163.26
Current children cumulated vsize (KiB) 41744

[startup+1167.9 s]
/proc/loadavg: 2.03 2.05 2.01 3/76 1563
/proc/meminfo: memFree=1677160/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22788 CPUtime=1164.56
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5348 0 0 0 116448 8 0 0 25 0 1 0 1525686081 23334912 5334 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1166.46
Current children cumulated vsize (KiB) 41744

[startup+1169.5 s]
/proc/loadavg: 2.02 2.05 2.01 3/76 1563
/proc/meminfo: memFree=1677160/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22788 CPUtime=1166.16
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5348 0 0 0 116608 8 0 0 25 0 1 0 1525686081 23334912 5334 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1168.06
Current children cumulated vsize (KiB) 41744

[startup+1170.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/76 1563
/proc/meminfo: memFree=1677160/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22788 CPUtime=1166.96
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5348 0 0 0 116688 8 0 0 25 0 1 0 1525686081 23334912 5334 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1168.86
Current children cumulated vsize (KiB) 41744

[startup+1170.7 s]
/proc/loadavg: 2.02 2.05 2.01 3/76 1563
/proc/meminfo: memFree=1677160/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1.9
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1031 13028 0 2 3 1 178 8 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
[pid=1477] ppid=1454 vsize=5356 CPUtime=0
/proc/1477/stat : 1477 (sh) S 1454 1454 31769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525686080 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1477/statm: 1339 232 193 169 0 50 0
[pid=1478] ppid=1477 vsize=22788 CPUtime=1167.36
/proc/1478/stat : 1478 (minisat) R 1477 1454 31769 0 -1 4194304 5348 0 0 0 116728 8 0 0 25 0 1 0 1525686081 23334912 5334 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/1478/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1169.26
Current children cumulated vsize (KiB) 41744

[startup+1170.8 s]
/proc/loadavg: 2.02 2.05 2.01 3/76 1563
/proc/meminfo: memFree=1677160/2055920 swapFree=4180384/4192956
[pid=1454] ppid=1452 vsize=13600 CPUtime=1169.3
/proc/1454/stat : 1454 (sugar) S 1452 1454 31769 0 -1 4194304 1070 18671 0 2 3 1 116909 17 16 0 1 0 1525685875 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1454/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1169.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1170.89
CPU time (s): 1169.44
CPU user time (s): 1169.21
CPU system time (s): 0.224965
CPU usage (%): 99.8757
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1169.21
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23511
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2145
involuntary context switches= 7262

runsolver used 1.37279 second user time and 3.9464 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-02 02:56:31
IDJOB=1036948
IDBENCH=53481
IDSOLVER=346
FILE ID=node55/1036948-1214960191
PBS_JOBID= 7870223
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb45-21/normalized-frb45-21-5_ext.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-1036948-1214960191/watcher-1036948-1214960191 -o /tmp/evaluation-result-1036948-1214960191/solver-1036948-1214960191 -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-1036948-1214960191.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb9ae502ac5b4de408560f60da6e1d86
RANDOM SEED=1917292358

node55.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.261
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.261
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:       1762136 kB
Buffers:         29964 kB
Cached:         176112 kB
SwapCached:       6492 kB
Active:          92540 kB
Inactive:       137400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762136 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          30872 kB
Slab:            49100 kB
Committed_AS:  2902424 kB
PageTables:       1808 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= 66540 MiB
End job on node55 at 2008-07-02 03:16:02