Trace number 1085793

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+minisatUNSAT 95.3935 97.4659

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-4.xml
MD5SUM40ccc1d0ec371372bfe35ce6b8f3e8ae
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.2033
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Sat Jul  5 07:26:33 2008
0.00/0.13	c 0	PID 30165
0.00/0.14	c 0	HOST node70.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1085793-1215235593.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085793-1215235593.xml' 'HOME/temp.csp'
0.04/0.93	c 1	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
0.04/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.97	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.77/1.06	c 1	Parsing HOME/temp.csp
1.06/1.40	c 2	parsed 7855 expressions
1.16/1.40	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.16/1.40	c 2	Converting to clausal form CSP
1.36/1.66	c 2	converted 786 (10%) expressions
2.95/3.24	c 4	converted 1571 (20%) expressions
4.14/4.46	c 5	converted 2357 (30%) expressions
5.04/5.32	c 6	converted 3142 (40%) expressions
5.83/6.13	c 6	converted 3928 (50%) expressions
7.22/7.58	c 8	converted 4713 (60%) expressions
8.21/8.53	c 9	converted 5499 (70%) expressions
9.10/9.48	c 10	converted 6284 (80%) expressions
10.39/10.76	c 11	converted 7070 (90%) expressions
11.19/11.57	c 12	converted 7855 (100%) expressions
11.19/11.57	c 12	CSP : 1396 integers, 20356 booleans, 43307 clauses, largest domain size 2721
11.19/11.57	c 12	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.19/11.57	c 12	Propagation in CSP
11.69/12.07	c 12	8480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.69/12.07	c 12	CSP : 1396 integers, 20356 booleans, 43307 clauses, largest domain size 2721
11.69/12.07	c 12	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.69/12.10	c 12	Simplifing CSP by introducing new Boolean variables
11.79/12.19	c 12	CSP : 1396 integers, 35142 booleans, 58093 clauses, largest domain size 2721
11.79/12.19	c 12	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.28/12.67	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.86/13.26	c 14	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
13.36/13.72	c 14	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
13.86/14.21	c 14	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
14.26/14.69	c 15	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
14.75/15.19	c 15	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
15.04/15.47	c 16	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
15.34/15.77	c 16	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
15.64/16.06	c 16	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
15.93/16.33	c 17	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
16.22/16.60	c 17	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
33.26/33.88	c 34	5810 (10%) CSP clauses are encoded (4220117 clauses, 86851278 bytes)
43.97/44.67	c 45	11619 (20%) CSP clauses are encoded (6681969 clauses, 143660582 bytes)
51.59/52.35	c 53	17428 (30%) CSP clauses are encoded (8742781 clauses, 192740607 bytes)
58.93/59.82	c 60	23238 (40%) CSP clauses are encoded (10698423 clauses, 241133089 bytes)
64.24/65.21	c 65	29047 (50%) CSP clauses are encoded (12204973 clauses, 278384492 bytes)
67.48/68.51	c 69	34856 (60%) CSP clauses are encoded (13243295 clauses, 304770117 bytes)
71.13/72.28	c 73	40666 (70%) CSP clauses are encoded (14555649 clauses, 338113032 bytes)
75.07/76.38	c 77	46475 (80%) CSP clauses are encoded (15947058 clauses, 373295983 bytes)
78.72/80.04	c 80	52284 (90%) CSP clauses are encoded (17304788 clauses, 408147560 bytes)
82.44/83.87	c 84	58093 (100%) CSP clauses are encoded (18697126 clauses, 444104825 bytes)
82.44/83.87	c 84	58093 CSP clauses encoded
82.44/83.87	c 84	Writing map file : HOME/temp.map
82.54/83.93	c 84	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
82.54/83.93	c 84	SAT : 1318334 SAT variables, 18697126 SAT clauses, 444104825 bytes
82.54/83.93	c 84	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
82.59/84.00	c 84	SOLVING HOME/temp.cnf
82.59/84.00	c 84	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
82.59/84.01	c 84	This is MiniSat 2.0 beta
82.59/84.01	c 84	WARNING: for repeatability, setting FPU to use double precision
82.59/84.01	c 84	============================[ Problem Statistics ]=============================
82.59/84.01	c 84	|                                                                             |
82.59/84.01	c 84	|  Number of variables:  1318334                                              |
82.59/84.01	c 84	|  Number of clauses:    18697126                                             |
93.50/95.40	c 96	|  Parsing time:         9.47         s                                       |
93.99/95.91	c 96	============================[ Search Statistics ]==============================
93.99/95.91	c 96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
93.99/95.91	c 96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
93.99/95.91	c 96	===============================================================================
93.99/95.91	c 96	|         0 | 1318334 18697126 51359017 |  6232375        0    nan |  0.000 % |
94.48/96.40	c 97	|       100 | 1318332 18697126 51359017 |  6855612       98      3 |  0.698 % |
94.48/96.40	c 97	===============================================================================
94.48/96.41	c 97	restarts              : 2
94.48/96.41	c 97	conflicts             : 110            (11 /sec)
94.48/96.41	c 97	decisions             : 1748           (2.00 % random) (167 /sec)
94.48/96.41	c 97	propagations          : 1068902        (102342 /sec)
94.48/96.41	c 97	conflict literals     : 299            (9.94 % deleted)
94.48/96.41	c 97	Memory used           : 840.20 MB
94.48/96.41	c 97	CPU time              : 10.4444 s
94.48/96.41	c 97	
94.48/96.41	c 97	UNSATISFIABLE
94.59/96.55	c 97	DECODING HOME/temp.out WITH HOME/temp.map
94.59/96.55	c 97	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
94.72/96.81	c 97	Decoding HOME/temp.out
95.12/97.23	s UNSATISFIABLE
95.12/97.24	c 98	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
95.12/97.25	c 98	CPU 90.41 (0.04 0.01 90.37 4.75)
95.12/97.25	c 98	END Sat Jul  5 07:28:11 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1085793-1215235593/watcher-1085793-1215235593 -o /tmp/evaluation-result-1085793-1215235593/solver-1085793-1215235593 -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-1085793-1215235593.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: 3.04 2.62 2.30 4/82 30165
/proc/meminfo: memFree=984968/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=18572 CPUtime=0
/proc/30165/stat : 30165 (runsolver) D 30163 30165 29362 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 2002528182 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/30165/statm: 4643 292 257 25 0 2626 0

[startup+0.0759061 s]
/proc/loadavg: 3.04 2.62 2.30 4/82 30165
/proc/meminfo: memFree=984968/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=12272 CPUtime=0
/proc/30165/stat : 30165 (sugar) D 30163 30165 29362 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 2002528182 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/30165/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10191 s]
/proc/loadavg: 3.04 2.62 2.30 4/82 30165
/proc/meminfo: memFree=984968/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=12544 CPUtime=0
/proc/30165/stat : 30165 (sugar) R 30163 30165 29362 0 -1 4194304 488 0 0 0 0 0 0 0 18 0 1 0 2002528182 12845056 456 996147200 4194304 4206940 548682068608 18446744073709551615 233419581754 0 0 4224 0 0 0 0 17 0 0 0
/proc/30165/statm: 3136 456 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.30195 s]
/proc/loadavg: 3.04 2.62 2.30 4/82 30165
/proc/meminfo: memFree=984968/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.04
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 900 126 0 1 3 1 0 0 16 0 1 0 2002528182 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702028 s]
/proc/loadavg: 3.04 2.62 2.30 4/82 30165
/proc/meminfo: memFree=984968/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.04
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 900 126 0 1 3 1 0 0 16 0 1 0 2002528182 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 3.04 2.62 2.30 3/89 30183
/proc/meminfo: memFree=973320/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.76
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 974 8175 0 2 3 1 67 5 15 0 1 0 2002528182 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 797 370 3 0 500 0
[pid=30178] ppid=30165 vsize=5356 CPUtime=0
/proc/30178/stat : 30178 (sh) S 30165 30165 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002528280 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30178/statm: 1339 233 193 169 0 50 0
[pid=30179] ppid=30178 vsize=864144 CPUtime=0.5
/proc/30179/stat : 30179 (java) S 30178 30165 29362 0 -1 0 4681 0 1 0 47 3 0 0 18 0 9 0 2002528280 884883456 4083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30179/statm: 216036 4083 1732 9 0 210611 0
[pid=30179/tid=30180] ppid=30178 vsize=864144 CPUtime=0.34
/proc/30179/task/30180/stat : 30180 (java) R 30178 30165 29362 0 -1 64 2676 0 1 0 33 1 0 0 25 0 9 0 2002528281 884883456 4083 996147200 134512640 134550740 4294955952 18446744073709551615 4126572802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30181] ppid=30178 vsize=864144 CPUtime=0.05
/proc/30179/task/30181/stat : 30181 (java) S 30178 30165 29362 0 -1 64 962 0 0 0 4 1 0 0 16 0 9 0 2002528282 884883456 4083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30182] ppid=30178 vsize=864144 CPUtime=0
/proc/30179/task/30182/stat : 30182 (java) S 30178 30165 29362 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2002528282 884883456 4083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30183] ppid=30178 vsize=864144 CPUtime=0
/proc/30179/task/30183/stat : 30183 (java) S 30178 30165 29362 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2002528282 884883456 4083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 883100

[startup+3.10145 s]
/proc/loadavg: 3.04 2.62 2.30 3/93 30187
/proc/meminfo: memFree=951848/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.76
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 974 8175 0 2 3 1 67 5 15 0 1 0 2002528182 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 797 370 3 0 500 0
[pid=30178] ppid=30165 vsize=5356 CPUtime=0
/proc/30178/stat : 30178 (sh) S 30165 30165 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002528280 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30178/statm: 1339 233 193 169 0 50 0
[pid=30179] ppid=30178 vsize=868368 CPUtime=2.09
/proc/30179/stat : 30179 (java) S 30178 30165 29362 0 -1 0 8825 0 1 0 203 6 0 0 18 0 9 0 2002528280 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30179/statm: 217092 7915 2540 9 0 211667 0
[pid=30179/tid=30180] ppid=30178 vsize=868368 CPUtime=1.61
/proc/30179/task/30180/stat : 30180 (java) R 30178 30165 29362 0 -1 64 2794 0 1 0 160 1 0 0 25 0 9 0 2002528281 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4126428774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30181] ppid=30178 vsize=868368 CPUtime=0.27
/proc/30179/task/30181/stat : 30181 (java) S 30178 30165 29362 0 -1 64 3870 0 0 0 24 3 0 0 16 0 9 0 2002528282 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30182] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30182/stat : 30182 (java) S 30178 30165 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002528282 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30183] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30183/stat : 30183 (java) S 30178 30165 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002528282 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30184] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30184/stat : 30184 (java) S 30178 30165 29362 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2002528285 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30185] ppid=30178 vsize=868368 CPUtime=0.19
/proc/30179/task/30185/stat : 30185 (java) S 30178 30165 29362 0 -1 64 1468 0 0 0 18 1 0 0 15 0 9 0 2002528285 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30186] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30186/stat : 30186 (java) S 30178 30165 29362 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002528285 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30187] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30187/stat : 30187 (java) S 30178 30165 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002528285 889208832 7915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 887324

[startup+6.30303 s]
/proc/loadavg: 3.04 2.62 2.30 3/93 30187
/proc/meminfo: memFree=917224/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.76
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 974 8175 0 2 3 1 67 5 16 0 1 0 2002528182 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 797 370 3 0 500 0
[pid=30178] ppid=30165 vsize=5356 CPUtime=0
/proc/30178/stat : 30178 (sh) S 30165 30165 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002528280 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30178/statm: 1339 233 193 169 0 50 0
[pid=30179] ppid=30178 vsize=868368 CPUtime=5.26
/proc/30179/stat : 30179 (java) S 30178 30165 29362 0 -1 0 14037 0 1 0 515 11 0 0 18 0 9 0 2002528280 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30179/statm: 217092 12966 2540 9 0 211667 0
[pid=30179/tid=30180] ppid=30178 vsize=868368 CPUtime=4.25
/proc/30179/task/30180/stat : 30180 (java) R 30178 30165 29362 0 -1 64 3195 0 1 0 423 2 0 0 25 0 9 0 2002528281 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4126569843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30181] ppid=30178 vsize=868368 CPUtime=0.8
/proc/30179/task/30181/stat : 30181 (java) S 30178 30165 29362 0 -1 64 8677 0 0 0 73 7 0 0 16 0 9 0 2002528282 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30182] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30182/stat : 30182 (java) S 30178 30165 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002528282 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30183] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30183/stat : 30183 (java) S 30178 30165 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002528282 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30184] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30184/stat : 30184 (java) S 30178 30165 29362 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2002528285 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30185] ppid=30178 vsize=868368 CPUtime=0.19
/proc/30179/task/30185/stat : 30185 (java) S 30178 30165 29362 0 -1 64 1472 0 0 0 18 1 0 0 15 0 9 0 2002528285 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30186] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30186/stat : 30186 (java) S 30178 30165 29362 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002528285 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30187] ppid=30178 vsize=868368 CPUtime=0
/proc/30179/task/30187/stat : 30187 (java) S 30178 30165 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002528285 889208832 12966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 887324

[startup+12.7022 s]
/proc/loadavg: 3.04 2.63 2.31 4/93 30187
/proc/meminfo: memFree=832424/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.76
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 974 8175 0 2 3 1 67 5 15 0 1 0 2002528182 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 797 370 3 0 500 0
[pid=30178] ppid=30165 vsize=5356 CPUtime=0
/proc/30178/stat : 30178 (sh) S 30165 30165 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002528280 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30178/statm: 1339 233 193 169 0 50 0
[pid=30179] ppid=30178 vsize=868480 CPUtime=11.61
/proc/30179/stat : 30179 (java) S 30178 30165 29362 0 -1 0 36278 0 1 0 1136 25 0 0 18 0 9 0 2002528280 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30179/statm: 217120 24185 2564 9 0 211667 0
[pid=30179/tid=30180] ppid=30178 vsize=868480 CPUtime=8.73
/proc/30179/task/30180/stat : 30180 (java) R 30178 30165 29362 0 -1 64 4006 0 1 0 869 4 0 0 25 0 9 0 2002528281 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30181] ppid=30178 vsize=868480 CPUtime=2.63
/proc/30179/task/30181/stat : 30181 (java) S 30178 30165 29362 0 -1 64 30082 0 0 0 244 19 0 0 16 0 9 0 2002528282 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30182] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30182/stat : 30182 (java) S 30178 30165 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002528282 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30183] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30183/stat : 30183 (java) S 30178 30165 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002528282 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30184] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30184/stat : 30184 (java) S 30178 30165 29362 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2002528285 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30185] ppid=30178 vsize=868480 CPUtime=0.23
/proc/30179/task/30185/stat : 30185 (java) S 30178 30165 29362 0 -1 64 1497 0 0 0 22 1 0 0 15 0 9 0 2002528285 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30186] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30186/stat : 30186 (java) S 30178 30165 29362 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002528285 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30187] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30187/stat : 30187 (java) S 30178 30165 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002528285 889323520 24185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887436

[startup+25.5025 s]
/proc/loadavg: 3.10 2.66 2.32 3/93 30187
/proc/meminfo: memFree=707624/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.76
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 974 8175 0 2 3 1 67 5 15 0 1 0 2002528182 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 797 370 3 0 500 0
[pid=30178] ppid=30165 vsize=5356 CPUtime=0
/proc/30178/stat : 30178 (sh) S 30165 30165 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002528280 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30178/statm: 1339 233 193 169 0 50 0
[pid=30179] ppid=30178 vsize=868480 CPUtime=24.27
/proc/30179/stat : 30179 (java) S 30178 30165 29362 0 -1 0 36526 0 1 0 2369 58 0 0 18 0 9 0 2002528280 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30179/statm: 217120 24244 2566 9 0 211667 0
[pid=30179/tid=30180] ppid=30178 vsize=868480 CPUtime=21.24
/proc/30179/task/30180/stat : 30180 (java) R 30178 30165 29362 0 -1 64 4229 0 1 0 2089 35 0 0 25 0 9 0 2002528281 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4127023843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30181] ppid=30178 vsize=868480 CPUtime=2.74
/proc/30179/task/30181/stat : 30181 (java) S 30178 30165 29362 0 -1 64 30085 0 0 0 254 20 0 0 16 0 9 0 2002528282 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30182] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30182/stat : 30182 (java) S 30178 30165 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002528282 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30183] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30183/stat : 30183 (java) S 30178 30165 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002528282 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30184] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30184/stat : 30184 (java) S 30178 30165 29362 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2002528285 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30185] ppid=30178 vsize=868480 CPUtime=0.27
/proc/30179/task/30185/stat : 30185 (java) S 30178 30165 29362 0 -1 64 1519 0 0 0 26 1 0 0 16 0 9 0 2002528285 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30186] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30186/stat : 30186 (java) S 30178 30165 29362 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002528285 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30187] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30187/stat : 30187 (java) S 30178 30165 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002528285 889323520 24244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 887436

[startup+51.1021 s]
/proc/loadavg: 3.07 2.69 2.34 3/93 30187
/proc/meminfo: memFree=442088/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.76
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 974 8175 0 2 3 1 67 5 16 0 1 0 2002528182 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 797 370 3 0 500 0
[pid=30178] ppid=30165 vsize=5356 CPUtime=0
/proc/30178/stat : 30178 (sh) S 30165 30165 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002528280 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30178/statm: 1339 233 193 169 0 50 0
[pid=30179] ppid=30178 vsize=868480 CPUtime=49.64
/proc/30179/stat : 30179 (java) S 30178 30165 29362 0 -1 0 36947 0 1 0 4823 141 0 0 18 0 9 0 2002528280 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30179/statm: 217120 24249 2566 9 0 211667 0
[pid=30179/tid=30180] ppid=30178 vsize=868480 CPUtime=46.36
/proc/30179/task/30180/stat : 30180 (java) R 30178 30165 29362 0 -1 64 4645 0 1 0 4521 115 0 0 25 0 9 0 2002528281 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4127018982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30181] ppid=30178 vsize=868480 CPUtime=2.97
/proc/30179/task/30181/stat : 30181 (java) S 30178 30165 29362 0 -1 64 30085 0 0 0 274 23 0 0 16 0 9 0 2002528282 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30182] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30182/stat : 30182 (java) S 30178 30165 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002528282 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30183] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30183/stat : 30183 (java) S 30178 30165 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002528282 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30184] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30184/stat : 30184 (java) S 30178 30165 29362 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2002528285 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30185] ppid=30178 vsize=868480 CPUtime=0.28
/proc/30179/task/30185/stat : 30185 (java) S 30178 30165 29362 0 -1 64 1524 0 0 0 27 1 0 0 15 0 9 0 2002528285 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30186] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30186/stat : 30186 (java) S 30178 30165 29362 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002528285 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30187] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30187/stat : 30187 (java) S 30178 30165 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002528285 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 887436

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

[startup+76.7027 s]
/proc/loadavg: 3.12 2.73 2.36 3/93 30187
/proc/meminfo: memFree=98536/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=0.76
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 974 8175 0 2 3 1 67 5 16 0 1 0 2002528182 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30165/statm: 3400 797 370 3 0 500 0
[pid=30178] ppid=30165 vsize=5356 CPUtime=0
/proc/30178/stat : 30178 (sh) S 30165 30165 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002528280 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30178/statm: 1339 233 193 169 0 50 0
[pid=30179] ppid=30178 vsize=868480 CPUtime=74.7
/proc/30179/stat : 30179 (java) S 30178 30165 29362 0 -1 0 37526 0 1 0 7205 265 0 0 18 0 9 0 2002528280 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30179/statm: 217120 24249 2566 9 0 211667 0
[pid=30179/tid=30180] ppid=30178 vsize=868480 CPUtime=71.09
/proc/30179/task/30180/stat : 30180 (java) R 30178 30165 29362 0 -1 64 5224 0 1 0 6875 234 0 0 25 0 9 0 2002528281 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4127030568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30181] ppid=30178 vsize=868480 CPUtime=3.3
/proc/30179/task/30181/stat : 30181 (java) S 30178 30165 29362 0 -1 64 30085 0 0 0 302 28 0 0 16 0 9 0 2002528282 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30182] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30182/stat : 30182 (java) S 30178 30165 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002528282 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30183] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30183/stat : 30183 (java) S 30178 30165 29362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002528282 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30184] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30184/stat : 30184 (java) S 30178 30165 29362 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2002528285 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30185] ppid=30178 vsize=868480 CPUtime=0.28
/proc/30179/task/30185/stat : 30185 (java) S 30178 30165 29362 0 -1 64 1524 0 0 0 27 1 0 0 15 0 9 0 2002528285 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30186] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30186/stat : 30186 (java) S 30178 30165 29362 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002528285 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30179/tid=30187] ppid=30178 vsize=868480 CPUtime=0
/proc/30179/task/30187/stat : 30187 (java) S 30178 30165 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002528285 889323520 24249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.46
Current children cumulated vsize (KiB) 887436

[startup+89.502 s]
/proc/loadavg: 3.09 2.74 2.37 3/85 30189
/proc/meminfo: memFree=16232/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=82.6
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 1033 46209 0 4 3 1 7945 311 16 0 1 0 2002528182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30165/statm: 3400 799 370 3 0 500 0
[pid=30188] ppid=30165 vsize=5356 CPUtime=0
/proc/30188/stat : 30188 (sh) S 30165 30165 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002536583 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30188/statm: 1339 232 193 169 0 50 0
[pid=30189] ppid=30188 vsize=461452 CPUtime=5.24
/proc/30189/stat : 30189 (minisat) R 30188 30165 29362 0 -1 4194304 107994 0 0 0 451 73 0 0 25 0 1 0 2002536584 472526848 107980 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/30189/statm: 115363 107981 62 150 0 115210 0
Current children cumulated CPU time (s) 87.84
Current children cumulated vsize (KiB) 480408

[startup+92.7026 s]
/proc/loadavg: 3.09 2.74 2.37 3/85 30189
/proc/meminfo: memFree=15720/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=82.6
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 1033 46209 0 4 3 1 7945 311 16 0 1 0 2002528182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30165/statm: 3400 799 370 3 0 500 0
[pid=30188] ppid=30165 vsize=5356 CPUtime=0
/proc/30188/stat : 30188 (sh) S 30165 30165 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002536583 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30188/statm: 1339 232 193 169 0 50 0
[pid=30189] ppid=30188 vsize=665108 CPUtime=8.32
/proc/30189/stat : 30189 (minisat) R 30188 30165 29362 0 -1 4194304 158289 0 0 0 720 112 0 0 25 0 1 0 2002536584 681070592 158275 996147200 134512640 135127466 4294956256 18446744073709551615 134704507 0 0 4096 3 0 0 0 17 1 0 0
/proc/30189/statm: 166277 158275 62 150 0 166124 0
Current children cumulated CPU time (s) 90.92
Current children cumulated vsize (KiB) 684064

[startup+95.9011 s]
/proc/loadavg: 3.08 2.75 2.37 4/85 30189
/proc/meminfo: memFree=15528/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=82.6
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 1033 46209 0 4 3 1 7945 311 16 0 1 0 2002528182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30165/statm: 3400 799 370 3 0 500 0
[pid=30188] ppid=30165 vsize=5356 CPUtime=0
/proc/30188/stat : 30188 (sh) S 30165 30165 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002536583 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30188/statm: 1339 232 193 169 0 50 0
[pid=30189] ppid=30188 vsize=847928 CPUtime=11.39
/proc/30189/stat : 30189 (minisat) R 30188 30165 29362 0 -1 4194304 199440 0 5 0 996 143 0 0 25 0 1 0 2002536584 868278272 199431 996147200 134512640 135127466 4294956256 18446744073709551615 134532408 0 0 4096 3 0 0 0 17 1 0 0
/proc/30189/statm: 211982 199431 73 150 0 211829 0
Current children cumulated CPU time (s) 93.99
Current children cumulated vsize (KiB) 866884

[startup+96.7013 s]
/proc/loadavg: 3.08 2.75 2.37 2/86 30192
/proc/meminfo: memFree=823840/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=94.66
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 1071 249035 0 9 4 1 8990 471 16 0 1 0 2002528182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30165/statm: 3400 799 370 3 0 500 0
[pid=30190] ppid=30165 vsize=5356 CPUtime=0
/proc/30190/stat : 30190 (sh) S 30165 30165 29362 0 -1 4194304 276 0 2 0 0 0 0 0 18 0 1 0 2002537838 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30190/statm: 1339 233 193 169 0 50 0
[pid=30191] ppid=30190 vsize=10904 CPUtime=0
/proc/30191/stat : 30191 (java) S 30190 30165 29362 0 -1 0 802 0 0 0 0 0 0 0 18 0 2 0 2002537843 11165696 556 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30191/statm: 2726 556 269 9 0 1198 0
[pid=30191/tid=30192] ppid=30190 vsize=10904 CPUtime=0
/proc/30191/task/30192/stat : 30192 (java) D 30190 30165 29362 0 -1 64 127 0 0 0 0 0 0 0 18 0 2 0 2002537848 11165696 556 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744071563608240 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.66
Current children cumulated vsize (KiB) 29860

[startup+97.1014 s]
/proc/loadavg: 3.08 2.75 2.37 2/86 30192
/proc/meminfo: memFree=823840/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=94.66
/proc/30165/stat : 30165 (sugar) S 30163 30165 29362 0 -1 4194304 1090 249035 0 9 4 1 8990 471 15 0 1 0 2002528182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30165/statm: 3400 799 370 3 0 500 0
[pid=30190] ppid=30165 vsize=5356 CPUtime=0
/proc/30190/stat : 30190 (sh) S 30165 30165 29362 0 -1 4194304 276 0 2 0 0 0 0 0 18 0 1 0 2002537838 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30190/statm: 1339 233 193 169 0 50 0
[pid=30191] ppid=30190 vsize=864332 CPUtime=0.35
/proc/30191/stat : 30191 (java) S 30190 30165 29362 0 -1 0 6075 0 8 0 33 2 0 0 18 0 9 0 2002537843 885075968 5371 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30191/statm: 216083 5372 2529 9 0 210665 0
[pid=30191/tid=30192] ppid=30190 vsize=864332 CPUtime=0.2
/proc/30191/task/30192/stat : 30192 (java) R 30190 30165 29362 0 -1 64 2453 0 6 0 19 1 0 0 21 0 9 0 2002537848 885075968 5373 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.01
Current children cumulated vsize (KiB) 883288

[startup+97.3024 s]
/proc/loadavg: 3.08 2.75 2.37 2/86 30192
/proc/meminfo: memFree=823840/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=95.21
/proc/30165/stat : 30165 (sugar) R 30163 30165 29362 0 -1 4194304 1118 256154 0 20 4 5 9037 475 16 0 1 0 2002528182 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30165/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 95.21
Current children cumulated vsize (KiB) 13600

[startup+97.4014 s]
/proc/loadavg: 3.08 2.75 2.37 2/86 30192
/proc/meminfo: memFree=823840/2055920 swapFree=4111052/4192956
[pid=30165] ppid=30163 vsize=13600 CPUtime=95.31
/proc/30165/stat : 30165 (sugar) R 30163 30165 29362 0 -1 4194304 1118 256154 0 20 4 15 9037 475 16 0 1 0 2002528182 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30165/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 95.31
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 97.4659
CPU time (s): 95.3935
CPU user time (s): 90.4183
CPU system time (s): 4.97524
CPU usage (%): 97.8737
Max. virtual memory (cumulated for all children) (KiB): 897576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.4183
system time used= 4.97524
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257302
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17051
involuntary context switches= 17962

runsolver used 0.158975 second user time and 0.32295 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 07:26:33
IDJOB=1085793
IDBENCH=57706
IDSOLVER=346
FILE ID=node70/1085793-1215235593
PBS_JOBID= 7881935
Free space on /tmp= 65700 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-4.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-1085793-1215235593/watcher-1085793-1215235593 -o /tmp/evaluation-result-1085793-1215235593/solver-1085793-1215235593 -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-1085793-1215235593.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40ccc1d0ec371372bfe35ce6b8f3e8ae
RANDOM SEED=1331654869

node70.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.256
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.256
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:        985768 kB
Buffers:          2592 kB
Cached:         692200 kB
SwapCached:      74764 kB
Active:         642036 kB
Inactive:       355628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        985768 kB
SwapTotal:     4192956 kB
SwapFree:      4111052 kB
Dirty:          207588 kB
Writeback:           0 kB
Mapped:         321068 kB
Slab:            57252 kB
Committed_AS:  4504968 kB
PageTables:       2464 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= 65160 MiB
End job on node70 at 2008-07-05 07:28:11