Trace number 1058008

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 91.1051 91.2791

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-11.xml
MD5SUM41854dee96060ea80d0fae628dff97c2
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.15806
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7046
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6123
Global constraints used (with number of constraints)alldifferent(923)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:12:16 2008
0.00/0.04	c 0	PID 28118
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1058008-1215112336.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058008-1215112336.xml' 'HOME/temp.csp'
0.03/0.87	c 1	251 domains, 400 variables, 1 predicates, 0 relations, 7046 constraints
0.03/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.88	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.84/0.95	c 1	Parsing HOME/temp.csp
1.34/1.44	c 1	parsed 7698 expressions
1.34/1.44	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.44	c 1	Converting to clausal form CSP
1.55/1.65	c 2	converted 770 (10%) expressions
2.05/2.17	c 2	converted 1540 (20%) expressions
2.55/2.63	c 3	converted 2310 (30%) expressions
2.95/3.02	c 3	converted 3080 (40%) expressions
3.45/3.51	c 3	converted 3849 (50%) expressions
3.76/3.89	c 4	converted 4619 (60%) expressions
4.15/4.27	c 4	converted 5389 (70%) expressions
4.55/4.63	c 5	converted 6159 (80%) expressions
9.55/9.60	c 10	converted 6929 (90%) expressions
41.54/41.68	c 42	converted 7698 (100%) expressions
41.54/41.68	c 42	CSP : 400 integers, 0 booleans, 85223 clauses, largest domain size 33
41.54/41.68	c 42	Heap : 410 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.54/41.68	c 42	Propagation in CSP
48.64/48.79	c 49	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
48.64/48.79	c 49	CSP : 400 integers, 0 booleans, 85223 clauses, largest domain size 33
48.64/48.79	c 49	Heap : 402 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.74/48.85	c 49	Simplifing CSP by introducing new Boolean variables
49.45/49.55	c 49	CSP : 400 integers, 178532 booleans, 263755 clauses, largest domain size 33
49.45/49.55	c 49	Heap : 464 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.64/51.74	c 52	Encoding CSP to SAT : HOME/temp.cnf
51.73/51.81	c 52	40 (10%) CSP integer variables are encoded (966 clauses, 10495 bytes)
51.73/51.82	c 52	80 (20%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
51.73/51.82	c 52	120 (30%) CSP integer variables are encoded (2868 clauses, 35221 bytes)
51.73/51.83	c 52	160 (40%) CSP integer variables are encoded (3797 clauses, 47298 bytes)
51.73/51.83	c 52	200 (50%) CSP integer variables are encoded (4733 clauses, 59466 bytes)
51.73/51.83	c 52	240 (60%) CSP integer variables are encoded (4905 clauses, 61702 bytes)
51.73/51.83	c 52	280 (70%) CSP integer variables are encoded (5084 clauses, 64029 bytes)
51.73/51.83	c 52	320 (80%) CSP integer variables are encoded (5279 clauses, 66564 bytes)
51.73/51.84	c 52	360 (90%) CSP integer variables are encoded (5466 clauses, 68995 bytes)
51.73/51.84	c 52	400 (100%) CSP integer variables are encoded (5652 clauses, 71413 bytes)
53.13/53.28	c 53	26376 (10%) CSP clauses are encoded (339044 clauses, 6411339 bytes)
54.83/54.95	c 55	52751 (20%) CSP clauses are encoded (773151 clauses, 14692798 bytes)
56.53/56.62	c 57	79127 (30%) CSP clauses are encoded (1211658 clauses, 23048544 bytes)
58.23/58.36	c 58	105502 (40%) CSP clauses are encoded (1664626 clauses, 31698430 bytes)
59.92/60.06	c 60	131878 (50%) CSP clauses are encoded (2104233 clauses, 40142636 bytes)
61.62/61.77	c 62	158253 (60%) CSP clauses are encoded (2548814 clauses, 48974375 bytes)
63.42/63.53	c 63	184629 (70%) CSP clauses are encoded (3000661 clauses, 58077333 bytes)
65.10/65.23	c 65	211004 (80%) CSP clauses are encoded (3439340 clauses, 66984431 bytes)
66.81/66.94	c 67	237380 (90%) CSP clauses are encoded (3883074 clauses, 75877636 bytes)
68.50/68.67	c 69	263755 (100%) CSP clauses are encoded (4331172 clauses, 84953619 bytes)
68.50/68.67	c 69	263755 CSP clauses encoded
68.50/68.67	c 69	Writing map file : HOME/temp.map
68.61/68.70	c 69	Heap : 477 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.61/68.70	c 69	SAT : 184545 SAT variables, 4331172 SAT clauses, 84953619 bytes
68.61/68.70	c 69	Heap : 477 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.66/68.82	c 69	SOLVING HOME/temp.cnf
68.66/68.82	c 69	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
68.66/68.82	c 69	This is MiniSat 2.0 beta
68.66/68.82	c 69	WARNING: for repeatability, setting FPU to use double precision
68.66/68.82	c 69	============================[ Problem Statistics ]=============================
68.66/68.82	c 69	|                                                                             |
68.66/68.82	c 69	|  Number of variables:  184545                                               |
68.66/68.82	c 69	|  Number of clauses:    4331172                                              |
70.65/70.88	c 71	|  Parsing time:         1.77         s                                       |
70.75/70.99	c 71	============================[ Search Statistics ]==============================
70.75/70.99	c 71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.75/70.99	c 71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.75/70.99	c 71	===============================================================================
70.75/70.99	c 71	|         0 |  184545  4331172 12644266 |  1443724        0    nan |  0.000 % |
74.35/74.54	c 74	|       100 |  184545  4331172 12644266 |  1588096      100     74 |  0.000 % |
75.35/75.58	c 75	|       251 |  184545  4331172 12644266 |  1746906      251     39 |  0.000 % |
76.25/76.44	c 76	|       476 |  184545  4331172 12644266 |  1921596      476     26 |  0.000 % |
78.25/78.49	c 78	|       813 |  184545  4331172 12644266 |  2113756      813     26 |  0.000 % |
81.65/81.83	c 82	|      1321 |  184545  4331172 12644266 |  2325131     1321     26 |  0.000 % |
84.74/84.92	c 85	|      2081 |  184545  4331172 12644266 |  2557645     2081     24 |  0.000 % |
88.75/88.99	c 89	|      3220 |  184545  4331172 12644266 |  2813409     3220     24 |  0.000 % |
90.45/90.69	c 91	===============================================================================
90.55/90.70	c 91	restarts              : 8
90.55/90.70	c 91	conflicts             : 3506           (163 /sec)
90.55/90.70	c 91	decisions             : 13140          (1.10 % random) (609 /sec)
90.55/90.70	c 91	propagations          : 13230786       (613709 /sec)
90.55/90.70	c 91	conflict literals     : 84715          (5.64 % deleted)
90.55/90.70	c 91	Memory used           : 197.63 MB
90.55/90.70	c 91	CPU time              : 21.5587 s
90.55/90.70	c 91	
90.55/90.78	c 91	SATISFIABLE
90.64/90.81	c 91	DECODING HOME/temp.out WITH HOME/temp.map
90.64/90.81	c 91	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
90.64/90.89	c 91	Decoding HOME/temp.out
90.67/91.17	s SATISFIABLE
90.67/91.18	v 17 11 12 9 42 8 25 8 40 3 9 0 14 30 6 38 36 42 20 31 10 18 8 21 25 41 17 23 0 29 43 12 23 24 6 3 26 21 19 24 13 33 9 37 2 1 27 17 34 11 36 40 31 5 16 7 1 14 28 29 41 18 11 16 38 34 40 12 35 4 42 15 12 25 22 5 3 5 32 44 1 0 30 19 33 42 11 17 25 40 0 26 22 28 44 10 20 15 36 22 27 37 4 23 5 4 21 7 8 10 3 19 7 32 39 31 18 18 9 41 11 35 0 36 17 26 2 44 6 2 30 4 7 33 2 30 4 20 16 7 21 33 44 8 35 31 29 19 20 39 13 26 43 8 34 10 28 43 18 24 29 44 9 3 31 27 25 5 43 18 32 6 33 21 34 21 43 44 34 13 5 7 37 0 35 14 11 35 1 38 17 20 4 33 37 6 0 38 15 4 18 14 18 14 9 6 9 12 17 7 19 6 16 18 2 15 1 16 2 3 11 18 18 18 13 8 8 4 1 0 18 9 15 8 4 12 2 8 0 16 12 16 7 7 14 13 8 9 2 8 12 11 17 3 10 10 19 9 8 11 1 12 19 1 9 18 9 4 19 19 14 12 6 12 19 9 9 19 9 10 11 2 0 8 19 12 9 16 4 16 9 18 16 10 11 0 16 9 7 17 4 1 14 3 5 10 1 11 0 10 11 2 7 7 15 16 11 9 10 2 16 16 0 11 19 7 6 15 16 2 3 16 9 2 9 2 5 4 9 12 14 9 19 10 8 2 12 4 17 7 10 14 9 11 16 18 18 8 19 15 1 8 3 8 1 10 14 18 11 8 1 8 8 2 17 12 10 17 9 4 4 4 3 19 4 4 5 10 10 8 3 15 8 15 19 18 8 4 17 4
90.67/91.19	c 91	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
91.02/91.24	c 91	CPU 89.43 (0.03 0.01 89.4 1.6)
91.02/91.24	c 91	END Thu Jul  3 21:13:47 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-1058008-1215112336/watcher-1058008-1215112336 -o /tmp/evaluation-result-1058008-1215112336/solver-1058008-1215112336 -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-1058008-1215112336.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: 2.02 2.05 2.00 4/82 28118
/proc/meminfo: memFree=1616312/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=12272 CPUtime=0
/proc/28118/stat : 28118 (sugar) R 28116 28118 27753 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 634163993 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 1 0 0
/proc/28118/statm: 3068 327 246 3 0 168 0

[startup+0.01165 s]
/proc/loadavg: 2.02 2.05 2.00 4/82 28118
/proc/meminfo: memFree=1616312/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=12544 CPUtime=0
/proc/28118/stat : 28118 (sugar) R 28116 28118 27753 0 -1 4194304 458 0 0 0 0 0 0 0 18 0 1 0 634163993 12845056 426 996147200 4194304 4206940 548682068608 18446744073709551615 234045739687 0 0 4224 0 0 0 0 17 1 0 0
/proc/28118/statm: 3136 427 287 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101678 s]
/proc/loadavg: 2.02 2.05 2.00 4/82 28118
/proc/meminfo: memFree=1616312/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.03
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 634163993 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301688 s]
/proc/loadavg: 2.02 2.05 2.00 4/82 28118
/proc/meminfo: memFree=1616312/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.03
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 634163993 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701727 s]
/proc/loadavg: 2.02 2.05 2.00 4/82 28118
/proc/meminfo: memFree=1616312/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.03
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 634163993 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 2.02 2.05 2.00 5/93 28140
/proc/meminfo: memFree=1608992/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.84
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 974 8238 0 1 2 1 76 5 15 0 1 0 634163993 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 797 370 3 0 500 0
[pid=28131] ppid=28118 vsize=5356 CPUtime=0
/proc/28131/stat : 28131 (sh) S 28118 28118 27753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634164081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28131/statm: 1339 233 193 169 0 50 0
[pid=28132] ppid=28131 vsize=864344 CPUtime=0.61
/proc/28132/stat : 28132 (java) S 28131 28118 27753 0 -1 0 4721 0 1 0 58 3 0 0 19 0 9 0 634164082 885088256 4137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28132/statm: 216086 4137 1732 9 0 210661 0
[pid=28132/tid=28133] ppid=28131 vsize=864344 CPUtime=0.46
/proc/28132/task/28133/stat : 28133 (java) R 28131 28118 27753 0 -1 64 2682 0 1 0 45 1 0 0 18 0 9 0 634164083 885088256 4137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28134] ppid=28131 vsize=864344 CPUtime=0.05
/proc/28132/task/28134/stat : 28134 (java) S 28131 28118 27753 0 -1 64 997 0 0 0 5 0 0 0 16 0 9 0 634164084 885088256 4137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28135] ppid=28131 vsize=864344 CPUtime=0
/proc/28132/task/28135/stat : 28135 (java) S 28131 28118 27753 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 634164084 885088256 4137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28136] ppid=28131 vsize=864344 CPUtime=0
/proc/28132/task/28136/stat : 28136 (java) S 28131 28118 27753 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 634164084 885088256 4137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28137] ppid=28131 vsize=864344 CPUtime=0
/proc/28132/task/28137/stat : 28137 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634164086 885088256 4137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28138] ppid=28131 vsize=864344 CPUtime=0.08
/proc/28132/task/28138/stat : 28138 (java) R 28131 28118 27753 0 -1 64 351 0 0 0 8 0 0 0 16 0 9 0 634164086 885088256 4137 996147200 134512640 134550740 4294955952 18446744073709551615 102018453 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28139] ppid=28131 vsize=864344 CPUtime=0
/proc/28132/task/28139/stat : 28139 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 634164086 885088256 4138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28140] ppid=28131 vsize=864344 CPUtime=0
/proc/28132/task/28140/stat : 28140 (java) S 28131 28118 27753 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634164086 885088256 4138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883300

[startup+3.10297 s]
/proc/loadavg: 2.02 2.05 2.00 4/93 28140
/proc/meminfo: memFree=1594784/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.85
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 974 8238 0 1 3 1 76 5 15 0 1 0 634163993 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 797 370 3 0 500 0
[pid=28131] ppid=28118 vsize=5356 CPUtime=0
/proc/28131/stat : 28131 (sh) S 28118 28118 27753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634164081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28131/statm: 1339 233 193 169 0 50 0
[pid=28132] ppid=28131 vsize=868408 CPUtime=2.21
/proc/28132/stat : 28132 (java) S 28131 28118 27753 0 -1 0 10739 0 1 0 215 6 0 0 19 0 9 0 634164082 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28132/statm: 217102 9904 2540 9 0 211677 0
[pid=28132/tid=28133] ppid=28131 vsize=868408 CPUtime=1.63
/proc/28132/task/28133/stat : 28133 (java) R 28131 28118 27753 0 -1 64 2850 0 1 0 162 1 0 0 25 0 9 0 634164083 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4126622164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28134] ppid=28131 vsize=868408 CPUtime=0.38
/proc/28132/task/28134/stat : 28134 (java) S 28131 28118 27753 0 -1 64 5740 0 0 0 35 3 0 0 16 0 9 0 634164084 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28135] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28135/stat : 28135 (java) S 28131 28118 27753 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634164084 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28136] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28136/stat : 28136 (java) S 28131 28118 27753 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634164084 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28137] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28137/stat : 28137 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634164086 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28138] ppid=28131 vsize=868408 CPUtime=0.17
/proc/28132/task/28138/stat : 28138 (java) S 28131 28118 27753 0 -1 64 1457 0 0 0 17 0 0 0 15 0 9 0 634164086 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28139] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28139/stat : 28139 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 634164086 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28140] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28140/stat : 28140 (java) S 28131 28118 27753 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634164086 889249792 9904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 887364

[startup+6.30131 s]
/proc/loadavg: 2.10 2.06 2.00 3/93 28140
/proc/meminfo: memFree=1560160/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.85
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 974 8238 0 1 3 1 76 5 15 0 1 0 634163993 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 797 370 3 0 500 0
[pid=28131] ppid=28118 vsize=5356 CPUtime=0
/proc/28131/stat : 28131 (sh) S 28118 28118 27753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634164081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28131/statm: 1339 233 193 169 0 50 0
[pid=28132] ppid=28131 vsize=868408 CPUtime=5.4
/proc/28132/stat : 28132 (java) S 28131 28118 27753 0 -1 0 19402 0 1 0 530 10 0 0 19 0 9 0 634164082 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28132/statm: 217102 18519 2540 9 0 211677 0
[pid=28132/tid=28133] ppid=28131 vsize=868408 CPUtime=4.09
/proc/28132/task/28133/stat : 28133 (java) R 28131 28118 27753 0 -1 64 3314 0 1 0 408 1 0 0 25 0 9 0 634164083 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4126609185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28134] ppid=28131 vsize=868408 CPUtime=1.09
/proc/28132/task/28134/stat : 28134 (java) S 28131 28118 27753 0 -1 64 13932 0 0 0 103 6 0 0 16 0 9 0 634164084 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28135] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28135/stat : 28135 (java) S 28131 28118 27753 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634164084 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28136] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28136/stat : 28136 (java) S 28131 28118 27753 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634164084 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28137] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28137/stat : 28137 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634164086 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28138] ppid=28131 vsize=868408 CPUtime=0.18
/proc/28132/task/28138/stat : 28138 (java) S 28131 28118 27753 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 634164086 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28139] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28139/stat : 28139 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 634164086 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28140] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28140/stat : 28140 (java) S 28131 28118 27753 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634164086 889249792 18519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 887364

[startup+12.703 s]
/proc/loadavg: 2.09 2.06 2.00 3/93 28140
/proc/meminfo: memFree=1491744/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.85
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 974 8238 0 1 3 1 76 5 16 0 1 0 634163993 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 797 370 3 0 500 0
[pid=28131] ppid=28118 vsize=5356 CPUtime=0
/proc/28131/stat : 28131 (sh) S 28118 28118 27753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634164081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28131/statm: 1339 233 193 169 0 50 0
[pid=28132] ppid=28131 vsize=868408 CPUtime=11.8
/proc/28132/stat : 28132 (java) S 28131 28118 27753 0 -1 0 43130 0 1 0 1159 21 0 0 19 0 9 0 634164082 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28132/statm: 217102 34526 2540 9 0 211677 0
[pid=28132/tid=28133] ppid=28131 vsize=868408 CPUtime=8.66
/proc/28132/task/28133/stat : 28133 (java) R 28131 28118 27753 0 -1 64 4451 0 1 0 864 2 0 0 25 0 9 0 634164083 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4126576932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28134] ppid=28131 vsize=868408 CPUtime=2.93
/proc/28132/task/28134/stat : 28134 (java) S 28131 28118 27753 0 -1 64 36523 0 0 0 277 16 0 0 16 0 9 0 634164084 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28135] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28135/stat : 28135 (java) S 28131 28118 27753 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634164084 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28136] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28136/stat : 28136 (java) S 28131 28118 27753 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634164084 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28137] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28137/stat : 28137 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634164086 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28138] ppid=28131 vsize=868408 CPUtime=0.18
/proc/28132/task/28138/stat : 28138 (java) S 28131 28118 27753 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 634164086 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28139] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28139/stat : 28139 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 634164086 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28140] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28140/stat : 28140 (java) S 28131 28118 27753 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634164086 889249792 34526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 887364

[startup+25.5013 s]
/proc/loadavg: 2.14 2.07 2.01 3/93 28140
/proc/meminfo: memFree=1356960/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.85
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 974 8238 0 1 3 1 76 5 16 0 1 0 634163993 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 797 370 3 0 500 0
[pid=28131] ppid=28118 vsize=5356 CPUtime=0
/proc/28131/stat : 28131 (sh) S 28118 28118 27753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634164081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28131/statm: 1339 233 193 169 0 50 0
[pid=28132] ppid=28131 vsize=868408 CPUtime=24.6
/proc/28132/stat : 28132 (java) S 28131 28118 27753 0 -1 0 79450 0 1 0 2425 35 0 0 19 0 9 0 634164082 889249792 66968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28132/statm: 217102 66969 2540 9 0 211677 0
[pid=28132/tid=28133] ppid=28131 vsize=868408 CPUtime=18.59
/proc/28132/task/28133/stat : 28133 (java) R 28131 28118 27753 0 -1 64 5637 0 1 0 1856 3 0 0 25 0 9 0 634164083 889249792 66969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28134] ppid=28131 vsize=868408 CPUtime=5.79
/proc/28132/task/28134/stat : 28134 (java) R 28131 28118 27753 0 -1 64 71659 0 0 0 550 29 0 0 16 0 9 0 634164084 889249792 66970 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28135] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28135/stat : 28135 (java) S 28131 28118 27753 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634164084 889249792 66971 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28136] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28136/stat : 28136 (java) S 28131 28118 27753 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634164084 889249792 66972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/28132/task/28138/stat : 28138 (java) S 28131 28118 27753 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 634164086 889249792 66973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28139] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28139/stat : 28139 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 634164086 889249792 66974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28140] ppid=28131 vsize=868408 CPUtime=0
/proc/28132/task/28140/stat : 28140 (java) S 28131 28118 27753 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634164086 889249792 66975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 887364

[startup+51.102 s]
/proc/loadavg: 2.28 2.11 2.02 4/93 28140
/proc/meminfo: memFree=1135136/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=0.85
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 974 8238 0 1 3 1 76 5 15 0 1 0 634163993 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 797 370 3 0 500 0
[pid=28131] ppid=28118 vsize=5356 CPUtime=0
/proc/28131/stat : 28131 (sh) S 28118 28118 27753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634164081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28131/statm: 1339 233 193 169 0 50 0
[pid=28132] ppid=28131 vsize=875540 CPUtime=50.18
/proc/28132/stat : 28132 (java) S 28131 28118 27753 0 -1 0 139759 0 1 0 4958 60 0 0 19 0 9 0 634164082 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28132/statm: 218885 123056 2540 9 0 213460 0
[pid=28132/tid=28133] ppid=28131 vsize=875540 CPUtime=37.89
/proc/28132/task/28133/stat : 28133 (java) R 28131 28118 27753 0 -1 64 7710 0 1 0 3785 4 0 0 25 0 9 0 634164083 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28134] ppid=28131 vsize=875540 CPUtime=12.06
/proc/28132/task/28134/stat : 28134 (java) R 28131 28118 27753 0 -1 64 129877 0 0 0 1152 54 0 0 17 0 9 0 634164084 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 102731931 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28135] ppid=28131 vsize=875540 CPUtime=0
/proc/28132/task/28135/stat : 28135 (java) S 28131 28118 27753 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634164084 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28136] ppid=28131 vsize=875540 CPUtime=0
/proc/28132/task/28136/stat : 28136 (java) S 28131 28118 27753 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634164084 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28137] ppid=28131 vsize=875540 CPUtime=0
/proc/28132/task/28137/stat : 28137 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634164086 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28138] ppid=28131 vsize=875540 CPUtime=0.21
/proc/28132/task/28138/stat : 28138 (java) S 28131 28118 27753 0 -1 64 1480 0 0 0 21 0 0 0 15 0 9 0 634164086 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28139] ppid=28131 vsize=875540 CPUtime=0
/proc/28132/task/28139/stat : 28139 (java) S 28131 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 634164086 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28132/tid=28140] ppid=28131 vsize=875540 CPUtime=0
/proc/28132/task/28140/stat : 28140 (java) S 28131 28118 27753 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634164086 896552960 123056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 894496

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

[startup+76.7018 s]
/proc/loadavg: 2.55 2.19 2.05 3/85 28142
/proc/meminfo: memFree=1336928/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=68.7
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 1033 154299 0 2 3 1 6743 123 16 0 1 0 634163993 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 799 370 3 0 500 0
[pid=28141] ppid=28118 vsize=5356 CPUtime=0
/proc/28141/stat : 28141 (sh) S 28118 28118 27753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634170876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28141/statm: 1339 232 193 169 0 50 0
[pid=28142] ppid=28141 vsize=199492 CPUtime=7.85
/proc/28142/stat : 28142 (minisat) R 28141 28118 27753 0 -1 4194304 48379 0 0 0 756 29 0 0 25 0 1 0 634170876 204279808 48365 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28142/statm: 49873 48365 76 150 0 49720 0
Current children cumulated CPU time (s) 76.55
Current children cumulated vsize (KiB) 218448

[startup+83.1014 s]
/proc/loadavg: 2.51 2.18 2.04 3/85 28142
/proc/meminfo: memFree=1334432/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=68.7
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 1033 154299 0 2 3 1 6743 123 16 0 1 0 634163993 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 799 370 3 0 500 0
[pid=28141] ppid=28118 vsize=5356 CPUtime=0
/proc/28141/stat : 28141 (sh) S 28118 28118 27753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634170876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28141/statm: 1339 232 193 169 0 50 0
[pid=28142] ppid=28141 vsize=200548 CPUtime=14.24
/proc/28142/stat : 28142 (minisat) R 28141 28118 27753 0 -1 4194304 48653 0 0 0 1395 29 0 0 25 0 1 0 634170876 205361152 48639 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/28142/statm: 50137 48639 76 150 0 49984 0
Current children cumulated CPU time (s) 82.94
Current children cumulated vsize (KiB) 219504

[startup+86.3017 s]
/proc/loadavg: 2.47 2.18 2.04 3/85 28142
/proc/meminfo: memFree=1334240/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=68.7
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 1033 154299 0 2 3 1 6743 123 16 0 1 0 634163993 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 799 370 3 0 500 0
[pid=28141] ppid=28118 vsize=5356 CPUtime=0
/proc/28141/stat : 28141 (sh) S 28118 28118 27753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634170876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28141/statm: 1339 232 193 169 0 50 0
[pid=28142] ppid=28141 vsize=200812 CPUtime=17.45
/proc/28142/stat : 28142 (minisat) R 28141 28118 27753 0 -1 4194304 48711 0 0 0 1715 30 0 0 25 0 1 0 634170876 205631488 48697 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28142/statm: 50203 48697 76 150 0 50050 0
Current children cumulated CPU time (s) 86.15
Current children cumulated vsize (KiB) 219768

[startup+89.5021 s]
/proc/loadavg: 2.43 2.18 2.04 3/85 28142
/proc/meminfo: memFree=1334176/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=68.7
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 1033 154299 0 2 3 1 6743 123 16 0 1 0 634163993 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 799 370 3 0 500 0
[pid=28141] ppid=28118 vsize=5356 CPUtime=0
/proc/28141/stat : 28141 (sh) S 28118 28118 27753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634170876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28141/statm: 1339 232 193 169 0 50 0
[pid=28142] ppid=28141 vsize=200944 CPUtime=20.65
/proc/28142/stat : 28142 (minisat) R 28141 28118 27753 0 -1 4194304 48749 0 0 0 2035 30 0 0 25 0 1 0 634170876 205766656 48735 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28142/statm: 50236 48735 76 150 0 50083 0
Current children cumulated CPU time (s) 89.35
Current children cumulated vsize (KiB) 219900

[startup+90.3021 s]
/proc/loadavg: 2.43 2.18 2.04 3/85 28142
/proc/meminfo: memFree=1334048/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=68.7
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 1033 154299 0 2 3 1 6743 123 16 0 1 0 634163993 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 799 370 3 0 500 0
[pid=28141] ppid=28118 vsize=5356 CPUtime=0
/proc/28141/stat : 28141 (sh) S 28118 28118 27753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634170876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28141/statm: 1339 232 193 169 0 50 0
[pid=28142] ppid=28141 vsize=201076 CPUtime=21.45
/proc/28142/stat : 28142 (minisat) R 28141 28118 27753 0 -1 4194304 48761 0 0 0 2115 30 0 0 25 0 1 0 634170876 205901824 48747 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/28142/statm: 50269 48747 76 150 0 50116 0
Current children cumulated CPU time (s) 90.15
Current children cumulated vsize (KiB) 220032

[startup+90.7022 s]
/proc/loadavg: 2.43 2.18 2.04 3/85 28142
/proc/meminfo: memFree=1334048/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=68.7
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 1033 154299 0 2 3 1 6743 123 16 0 1 0 634163993 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28118/statm: 3400 799 370 3 0 500 0
[pid=28141] ppid=28118 vsize=5356 CPUtime=0
/proc/28141/stat : 28141 (sh) S 28118 28118 27753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634170876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28141/statm: 1339 232 193 169 0 50 0
[pid=28142] ppid=28141 vsize=202372 CPUtime=21.85
/proc/28142/stat : 28142 (minisat) R 28141 28118 27753 0 -1 4194304 49095 0 0 0 2155 30 0 0 25 0 1 0 634170876 207228928 49081 996147200 134512640 135127466 4294956272 18446744073709551615 134522866 0 0 4096 3 0 0 0 17 1 0 0
/proc/28142/statm: 50593 49081 76 150 0 50440 0
Current children cumulated CPU time (s) 90.55
Current children cumulated vsize (KiB) 221328

[startup+91.1012 s]
/proc/loadavg: 2.43 2.18 2.04 3/85 28142
/proc/meminfo: memFree=1334048/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=90.67
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 1090 203689 0 2 3 1 8906 157 15 0 1 0 634163993 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28118/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 90.67
Current children cumulated vsize (KiB) 13600

[startup+91.2012 s]
/proc/loadavg: 2.43 2.18 2.04 2/93 28152
/proc/meminfo: memFree=1522208/2055920 swapFree=4180532/4192956
[pid=28118] ppid=28116 vsize=13600 CPUtime=90.67
/proc/28118/stat : 28118 (sugar) S 28116 28118 27753 0 -1 4194304 1091 203689 0 2 3 1 8906 157 15 0 1 0 634163993 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28118/statm: 3400 799 370 3 0 500 0
[pid=28143] ppid=28118 vsize=5356 CPUtime=0
/proc/28143/stat : 28143 (sh) S 28118 28118 27753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634173075 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28143/statm: 1339 233 193 169 0 50 0
[pid=28144] ppid=28143 vsize=864072 CPUtime=0.35
/proc/28144/stat : 28144 (java) S 28143 28118 27753 0 -1 0 3644 0 1 0 33 2 0 0 19 0 9 0 634173075 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 216018 3108 1708 9 0 210593 0
[pid=28144/tid=28145] ppid=28143 vsize=864072 CPUtime=0.29
/proc/28144/task/28145/stat : 28145 (java) S 28143 28118 27753 0 -1 64 2544 0 1 0 28 1 0 0 25 0 9 0 634173076 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28146] ppid=28143 vsize=864072 CPUtime=0
/proc/28144/task/28146/stat : 28146 (java) S 28143 28118 27753 0 -1 64 106 0 0 0 0 0 0 0 16 0 9 0 634173078 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28143 vsize=864072 CPUtime=0
/proc/28144/task/28147/stat : 28147 (java) S 28143 28118 27753 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 634173078 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28143 vsize=864072 CPUtime=0
/proc/28144/task/28148/stat : 28148 (java) S 28143 28118 27753 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 634173078 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28143 vsize=864072 CPUtime=0
/proc/28144/task/28149/stat : 28149 (java) S 28143 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 634173080 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28143 vsize=864072 CPUtime=0.04
/proc/28144/task/28150/stat : 28150 (java) S 28143 28118 27753 0 -1 64 302 0 0 0 4 0 0 0 16 0 9 0 634173080 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28143 vsize=864072 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28143 28118 27753 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634173080 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28143 vsize=864072 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28143 28118 27753 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634173080 884809728 3108 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.02
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 91.2791
CPU time (s): 91.1051
CPU user time (s): 89.4454
CPU system time (s): 1.65975
CPU usage (%): 99.8094
Max. virtual memory (cumulated for all children) (KiB): 897612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.4454
system time used= 1.65975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208772
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= 6625
involuntary context switches= 7041

runsolver used 0.108983 second user time and 0.276957 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-03 21:12:16
IDJOB=1058008
IDBENCH=54101
IDSOLVER=346
FILE ID=node79/1058008-1215112336
PBS_JOBID= 7877050
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-11.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-1058008-1215112336/watcher-1058008-1215112336 -o /tmp/evaluation-result-1058008-1215112336/solver-1058008-1215112336 -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-1058008-1215112336.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41854dee96060ea80d0fae628dff97c2
RANDOM SEED=1286320469

node79.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1616792 kB
Buffers:         68204 kB
Cached:         247468 kB
SwapCached:       6580 kB
Active:         214196 kB
Inactive:       161504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616792 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          73900 kB
Slab:            48580 kB
Committed_AS:  1696336 kB
PageTables:       1936 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= 66528 MiB
End job on node79 at 2008-07-03 21:13:47