Trace number 2083897

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.14.6+minisatUNSAT 69.5684 133.658

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-1.xml
MD5SUM51b23cb7e320ca809e8f30e82498266e
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 benchmark8.32073
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

0.05/1.51	c 0	Sugar v1-14-6 + HOME/minisat
0.05/1.51	c 0	BEGIN Sun Jul 12 08:00:43 2009
0.05/1.51	c 0	PID 26724
0.05/1.53	c 0	HOST node82.alineos.net
0.05/1.53	c 0	CONVERTING HOME/instance-2083897-1247378440.xml TO HOME/temp.csp
0.05/1.53	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083897-1247378440.xml' 'HOME/temp.csp'
0.82/2.24	c 0	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
0.82/2.26	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.82/2.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.86/2.34	c 0	Parsing HOME/temp.csp
0.86/2.50	c 0	parsed 9632 expressions
0.86/2.51	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.86/2.51	c 1	Converting to clausal form CSP
2.09/3.49	c 1	converted 964 (10%) expressions
3.69/5.06	c 3	converted 1927 (20%) expressions
4.89/6.22	c 4	converted 2890 (30%) expressions
5.78/7.13	c 5	converted 3853 (40%) expressions
6.87/8.29	c 6	converted 4816 (50%) expressions
7.76/9.17	c 7	converted 5780 (60%) expressions
8.47/9.88	c 8	converted 6743 (70%) expressions
9.84/11.21	c 9	converted 7706 (80%) expressions
10.55/11.96	c 10	converted 8669 (90%) expressions
11.66/13.00	c 11	converted 9632 (100%) expressions
11.66/13.00	c 11	CSP : 1198 integers, 25934 booleans, 54194 clauses, largest domain size 2721
11.66/13.00	c 11	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.66/13.00	c 11	Propagation in CSP
11.76/13.16	c 11	480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.76/13.16	c 11	CSP : 1198 integers, 25934 booleans, 54194 clauses, largest domain size 2721
11.76/13.16	c 11	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.87/73.50	c 71	Simplifing CSP by introducing new Boolean variables
11.87/73.57	c 72	CSP : 1198 integers, 43468 booleans, 71728 clauses, largest domain size 2721
11.87/73.57	c 72	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.46/74.15	c 72	Encoding CSP to SAT : HOME/temp.cnf
12.92/75.32	c 73	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
13.22/75.67	c 74	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
13.62/76.02	c 74	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
13.92/76.39	c 74	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
14.32/76.77	c 75	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
14.62/77.03	c 75	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
14.82/77.25	c 75	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
15.03/77.48	c 75	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
15.32/77.75	c 76	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
15.53/77.99	c 76	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
19.33/81.71	c 80	7173 (10%) CSP clauses are encoded (2318989 clauses, 48416999 bytes)
22.93/85.37	c 83	14346 (20%) CSP clauses are encoded (3652191 clauses, 81589136 bytes)
26.47/89.30	c 87	21519 (30%) CSP clauses are encoded (4989992 clauses, 115369345 bytes)
29.75/92.64	c 91	28692 (40%) CSP clauses are encoded (6319511 clauses, 149433218 bytes)
33.14/96.06	c 94	35864 (50%) CSP clauses are encoded (7669108 clauses, 184202185 bytes)
37.12/100.04	c 98	43037 (60%) CSP clauses are encoded (9332269 clauses, 226694309 bytes)
41.09/104.76	c 103	50210 (70%) CSP clauses are encoded (10977184 clauses, 268520581 bytes)
45.18/108.83	c 107	57383 (80%) CSP clauses are encoded (12603178 clauses, 310023392 bytes)
49.46/113.17	c 111	64556 (90%) CSP clauses are encoded (14373327 clauses, 355159846 bytes)
53.67/117.89	c 116	71728 (100%) CSP clauses are encoded (16104922 clauses, 399368721 bytes)
53.67/117.89	c 116	71728 CSP clauses encoded
53.67/117.90	c 116	Writing map file : HOME/temp.map
53.77/117.94	c 116	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
53.77/117.94	c 116	SAT : 1210382 SAT variables, 16104922 SAT clauses, 399368721 bytes
53.77/117.94	c 116	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
53.77/117.97	c 116	SOLVING HOME/temp.cnf
53.77/117.97	c 116	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
53.77/117.97	c 116	This is MiniSat 2.0 beta
53.77/117.97	c 116	WARNING: for repeatability, setting FPU to use double precision
53.77/117.97	c 116	============================[ Problem Statistics ]=============================
53.77/117.97	c 116	|                                                                             |
53.77/117.97	c 116	|  Number of variables:  1210382                                              |
53.77/117.97	c 116	|  Number of clauses:    16104922                                             |
62.76/126.97	c 125	|  Parsing time:         7.84         s                                       |
63.26/127.40	c 125	============================[ Search Statistics ]==============================
63.26/127.40	c 125	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.26/127.40	c 125	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.26/127.40	c 125	===============================================================================
63.26/127.40	c 125	|         0 | 1210376 16104916 45975691 |  5368305        0    nan |  0.000 % |
64.46/128.68	c 127	|       100 | 1210353 16104916 45975691 |  5905135       97      3 |  0.006 % |
66.67/130.80	c 129	|       251 | 1210350 16104916 45975691 |  6495649      245      3 |  0.007 % |
68.06/132.27	c 130	|       476 | 1210334 16104916 45975691 |  7145214      466      5 |  0.413 % |
68.65/132.87	c 131	===============================================================================
68.65/132.87	c 131	restarts              : 4
68.65/132.87	c 131	conflicts             : 664            (49 /sec)
68.65/132.87	c 131	decisions             : 13557          (1.69 % random) (991 /sec)
68.65/132.87	c 131	propagations          : 9998552        (730572 /sec)
68.65/132.87	c 131	conflict literals     : 3314           (27.04 % deleted)
68.65/132.87	c 131	Memory used           : 747.70 MB
68.65/132.87	c 131	CPU time              : 13.6859 s
68.65/132.87	c 131	
68.65/132.87	c 131	UNSATISFIABLE
68.76/132.99	c 131	DECODING HOME/temp.out WITH HOME/temp.map
68.76/132.99	c 131	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
68.86/133.07	c 131	Decoding HOME/temp.out
69.21/133.33	s UNSATISFIABLE
69.21/133.34	c 131	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
69.21/133.38	c 131	CPU 69.28 (0.06 0.02 65.37 3.83)
69.21/133.38	c 131	END Sun Jul 12 08:02:54 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083897-1247378440/watcher-2083897-1247378440 -o /tmp/evaluation-result-2083897-1247378440/solver-2083897-1247378440 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083897-1247378440.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.18 4.28 3.44 2/75 26724
/proc/meminfo: memFree=382112/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=18576 CPUtime=0
/proc/26724/stat : 26724 (runsolver) D 26722 26724 26338 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24909067 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224264776999 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26724/statm: 4644 284 249 26 0 2626 0

[startup+0.0971731 s]
/proc/loadavg: 4.18 4.28 3.44 2/75 26724
/proc/meminfo: memFree=382112/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=12268 CPUtime=0
/proc/26724/stat : 26724 (sugar) D 26722 26724 26338 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24909067 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/26724/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101172 s]
/proc/loadavg: 4.18 4.28 3.44 2/75 26724
/proc/meminfo: memFree=382112/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=12268 CPUtime=0
/proc/26724/stat : 26724 (sugar) D 26722 26724 26338 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24909067 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/26724/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301213 s]
/proc/loadavg: 4.18 4.28 3.44 2/75 26724
/proc/meminfo: memFree=382112/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=12272 CPUtime=0
/proc/26724/stat : 26724 (sugar) D 26722 26724 26338 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24909067 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/26724/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701283 s]
/proc/loadavg: 4.18 4.28 3.44 2/75 26724
/proc/meminfo: memFree=382112/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=12272 CPUtime=0
/proc/26724/stat : 26724 (sugar) D 26722 26724 26338 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24909067 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/26724/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+1.50144 s]
/proc/loadavg: 4.18 4.28 3.44 1/76 26725
/proc/meminfo: memFree=373784/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16212 CPUtime=0.05
/proc/26724/stat : 26724 (sugar) D 26722 26724 26338 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 24909067 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/26724/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+3.10274 s]
/proc/loadavg: 4.00 4.24 3.43 3/86 26736
/proc/meminfo: memFree=283976/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=0.86
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1309 8942 0 1 5 1 75 5 16 0 1 0 24909067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26724/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30248 s]
/proc/loadavg: 4.00 4.24 3.43 3/86 26746
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=0.86
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1309 8942 0 1 5 1 75 5 16 0 1 0 24909067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26724/statm: 4217 1111 409 3 0 796 0
[pid=26737] ppid=26724 vsize=5356 CPUtime=0
/proc/26737/stat : 26737 (sh) S 26724 26724 26338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24909294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26737/statm: 1339 233 193 169 0 50 0
[pid=26738] ppid=26737 vsize=868576 CPUtime=4.13
/proc/26738/stat : 26738 (java) S 26737 26724 26338 0 -1 0 13295 0 1 0 405 8 0 0 19 0 9 0 24909294 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26738/statm: 217144 12250 2566 9 0 211649 0
[pid=26738/tid=26739] ppid=26737 vsize=868576 CPUtime=3.25
/proc/26738/task/26739/stat : 26739 (java) R 26737 26724 26338 0 -1 64 3147 0 1 0 323 2 0 0 17 0 9 0 24909295 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4126544648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26740] ppid=26737 vsize=868576 CPUtime=0.68
/proc/26738/task/26740/stat : 26740 (java) S 26737 26724 26338 0 -1 64 7979 0 0 0 64 4 0 0 15 0 9 0 24909296 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26741] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26741/stat : 26741 (java) S 26737 26724 26338 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 24909296 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26742] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26742/stat : 26742 (java) S 26737 26724 26338 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24909296 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26743] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26743/stat : 26743 (java) S 26737 26724 26338 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24909298 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26744] ppid=26737 vsize=868576 CPUtime=0.16
/proc/26738/task/26744/stat : 26744 (java) S 26737 26724 26338 0 -1 64 1470 0 0 0 16 0 0 0 16 0 9 0 24909298 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26745] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26745/stat : 26745 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24909298 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26746] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26746/stat : 26746 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24909298 889421824 12250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 890800
heavy processes:

[startup+12.7025 s]
/proc/loadavg: 3.93 4.21 3.43 2/81 26748
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=0.86
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1309 8942 0 1 5 1 75 5 16 0 1 0 24909067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26724/statm: 4217 1111 409 3 0 796 0
[pid=26737] ppid=26724 vsize=5356 CPUtime=0
/proc/26737/stat : 26737 (sh) S 26724 26724 26338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24909294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26737/statm: 1339 233 193 169 0 50 0
[pid=26738] ppid=26737 vsize=868576 CPUtime=10.48
/proc/26738/stat : 26738 (java) S 26737 26724 26338 0 -1 0 36283 0 1 0 1028 20 0 0 19 0 9 0 24909294 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26738/statm: 217144 25859 2569 9 0 211649 0
[pid=26738/tid=26739] ppid=26737 vsize=868576 CPUtime=8.18
/proc/26738/task/26739/stat : 26739 (java) R 26737 26724 26338 0 -1 64 3965 0 1 0 814 4 0 0 17 0 9 0 24909295 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4126544616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26740] ppid=26737 vsize=868576 CPUtime=2.09
/proc/26738/task/26740/stat : 26740 (java) S 26737 26724 26338 0 -1 64 30146 0 0 0 195 14 0 0 15 0 9 0 24909296 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26741] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26741/stat : 26741 (java) S 26737 26724 26338 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 24909296 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26742] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26742/stat : 26742 (java) S 26737 26724 26338 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24909296 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26743] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26743/stat : 26743 (java) S 26737 26724 26338 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24909298 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26744] ppid=26737 vsize=868576 CPUtime=0.17
/proc/26738/task/26744/stat : 26744 (java) S 26737 26724 26338 0 -1 64 1473 0 0 0 17 0 0 0 16 0 9 0 24909298 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26745] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26745/stat : 26745 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24909298 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26746] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26746/stat : 26746 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24909298 889421824 25859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 890800

[startup+25.5021 s]
/proc/loadavg: 4.33 4.29 3.47 2/82 26754
/proc/meminfo: memFree=15336/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=0.86
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1310 8942 0 1 5 1 75 5 15 0 1 0 24909067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26724/statm: 4217 1111 409 3 0 796 0
[pid=26737] ppid=26724 vsize=5356 CPUtime=0
/proc/26737/stat : 26737 (sh) S 26724 26724 26338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24909294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26737/statm: 1339 233 193 169 0 50 0
[pid=26738] ppid=26737 vsize=868576 CPUtime=10.99
/proc/26738/stat : 26738 (java) S 26737 26724 26338 0 -1 0 36539 0 1 0 1078 21 0 0 19 0 9 0 24909294 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26738/statm: 217144 26106 2569 9 0 211649 0
[pid=26738/tid=26739] ppid=26737 vsize=868576 CPUtime=8.64
/proc/26738/task/26739/stat : 26739 (java) D 26737 26724 26338 0 -1 64 3974 0 1 0 860 4 0 0 17 0 9 0 24909295 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=26738/tid=26740] ppid=26737 vsize=868576 CPUtime=2.11
/proc/26738/task/26740/stat : 26740 (java) S 26737 26724 26338 0 -1 64 30386 0 0 0 197 14 0 0 16 0 9 0 24909296 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26741] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26741/stat : 26741 (java) S 26737 26724 26338 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 24909296 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26742] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26742/stat : 26742 (java) S 26737 26724 26338 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24909296 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26743] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26743/stat : 26743 (java) S 26737 26724 26338 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24909298 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26744] ppid=26737 vsize=868576 CPUtime=0.18
/proc/26738/task/26744/stat : 26744 (java) S 26737 26724 26338 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24909298 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26745] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26745/stat : 26745 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24909298 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26746] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26746/stat : 26746 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24909298 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 890800
heavy processes:

[startup+51.1028 s]
/proc/loadavg: 6.25 4.73 3.63 1/85 26757
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=0.86
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1310 8942 0 1 5 1 75 5 15 0 1 0 24909067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26724/statm: 4217 1111 409 3 0 796 0
[pid=26737] ppid=26724 vsize=5356 CPUtime=0
/proc/26737/stat : 26737 (sh) S 26724 26724 26338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24909294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26737/statm: 1339 233 193 169 0 50 0
[pid=26738] ppid=26737 vsize=868576 CPUtime=10.99
/proc/26738/stat : 26738 (java) S 26737 26724 26338 0 -1 0 36539 0 1 0 1078 21 0 0 19 0 9 0 24909294 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26738/statm: 217144 26106 2569 9 0 211649 0
[pid=26738/tid=26739] ppid=26737 vsize=868576 CPUtime=8.64
/proc/26738/task/26739/stat : 26739 (java) D 26737 26724 26338 0 -1 64 3974 0 1 0 860 4 0 0 17 0 9 0 24909295 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=26738/tid=26740] ppid=26737 vsize=868576 CPUtime=2.11
/proc/26738/task/26740/stat : 26740 (java) S 26737 26724 26338 0 -1 64 30386 0 0 0 197 14 0 0 16 0 9 0 24909296 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26741] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26741/stat : 26741 (java) S 26737 26724 26338 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 24909296 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26742] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26742/stat : 26742 (java) S 26737 26724 26338 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24909296 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26743] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26743/stat : 26743 (java) S 26737 26724 26338 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24909298 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26744] ppid=26737 vsize=868576 CPUtime=0.18
/proc/26738/task/26744/stat : 26744 (java) S 26737 26724 26338 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24909298 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26745] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26745/stat : 26745 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24909298 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26746] ppid=26737 vsize=868576 CPUtime=0
/proc/26738/task/26746/stat : 26746 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24909298 889421824 26106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 890800
heavy processes:

[startup+102.307 s]
/proc/loadavg: 7.24 5.29 3.89 2/83 26775
/proc/meminfo: memFree=845088/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=0.87
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1310 8942 0 1 6 1 75 5 16 0 1 0 24909067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26724/statm: 4217 1111 409 3 0 796 0
[pid=26737] ppid=26724 vsize=5356 CPUtime=0
/proc/26737/stat : 26737 (sh) S 26724 26724 26338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24909294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26737/statm: 1339 233 193 169 0 50 0
[pid=26738] ppid=26737 vsize=868688 CPUtime=37.83
/proc/26738/stat : 26738 (java) S 26737 26724 26338 0 -1 0 42118 0 2 0 3633 150 0 0 19 0 9 0 24909294 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26738/statm: 217172 27193 2593 9 0 211649 0
[pid=26738/tid=26739] ppid=26737 vsize=868688 CPUtime=34.53
/proc/26738/task/26739/stat : 26739 (java) R 26737 26724 26338 0 -1 64 4869 0 2 0 3325 128 0 0 17 0 9 0 24909295 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26740] ppid=26737 vsize=868688 CPUtime=3.02
/proc/26738/task/26740/stat : 26740 (java) S 26737 26724 26338 0 -1 64 35015 0 0 0 282 20 0 0 16 0 9 0 24909296 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26741] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26741/stat : 26741 (java) S 26737 26724 26338 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24909296 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26742] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26742/stat : 26742 (java) S 26737 26724 26338 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24909296 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26743] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26743/stat : 26743 (java) S 26737 26724 26338 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24909298 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26744] ppid=26737 vsize=868688 CPUtime=0.27
/proc/26738/task/26744/stat : 26744 (java) S 26737 26724 26338 0 -1 64 1535 0 0 0 26 1 0 0 15 0 9 0 24909298 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26745] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26745/stat : 26745 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24909298 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26746] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26746/stat : 26746 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24909298 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.7
Current children cumulated vsize (KiB) 890912
heavy processes:

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

[startup+115.102 s]
/proc/loadavg: 7.36 5.38 3.93 2/83 26775
/proc/meminfo: memFree=719200/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=0.87
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1310 8942 0 1 6 1 75 5 16 0 1 0 24909067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26724/statm: 4217 1111 409 3 0 796 0
[pid=26737] ppid=26724 vsize=5356 CPUtime=0
/proc/26737/stat : 26737 (sh) S 26724 26724 26338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24909294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26737/statm: 1339 233 193 169 0 50 0
[pid=26738] ppid=26737 vsize=868688 CPUtime=50.21
/proc/26738/stat : 26738 (java) S 26737 26724 26338 0 -1 0 42448 0 2 0 4799 222 0 0 19 0 9 0 24909294 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26738/statm: 217172 27193 2593 9 0 211649 0
[pid=26738/tid=26739] ppid=26737 vsize=868688 CPUtime=46.72
/proc/26738/task/26739/stat : 26739 (java) D 26737 26724 26338 0 -1 64 5199 0 2 0 4475 197 0 0 17 0 9 0 24909295 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=26738/tid=26740] ppid=26737 vsize=868688 CPUtime=3.18
/proc/26738/task/26740/stat : 26740 (java) S 26737 26724 26338 0 -1 64 35015 0 0 0 296 22 0 0 16 0 9 0 24909296 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26741] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26741/stat : 26741 (java) S 26737 26724 26338 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24909296 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26742] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26742/stat : 26742 (java) S 26737 26724 26338 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24909296 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26743] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26743/stat : 26743 (java) S 26737 26724 26338 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24909298 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26744] ppid=26737 vsize=868688 CPUtime=0.27
/proc/26738/task/26744/stat : 26744 (java) S 26737 26724 26338 0 -1 64 1535 0 0 0 26 1 0 0 15 0 9 0 24909298 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26738/tid=26745] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26745/stat : 26745 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24909298 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26738/tid=26746] ppid=26737 vsize=868688 CPUtime=0
/proc/26738/task/26746/stat : 26746 (java) S 26737 26724 26338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24909298 889536512 27193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 890912

[startup+121.502 s]
/proc/loadavg: 7.41 5.42 3.95 2/75 26777
/proc/meminfo: memFree=511584/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=53.85
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1377 51772 0 3 6 2 5132 245 16 0 1 0 24909067 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26724/statm: 4217 1114 409 3 0 796 0
[pid=26776] ppid=26724 vsize=5356 CPUtime=0
/proc/26776/stat : 26776 (sh) S 26724 26724 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26776/statm: 1339 232 193 169 0 50 0
[pid=26777] ppid=26776 vsize=344904 CPUtime=3.51
/proc/26777/stat : 26777 (minisat) R 26776 26724 26338 0 -1 4194304 78576 0 0 0 304 47 0 0 25 0 1 0 24920864 353181696 78562 996147200 134512640 135127466 4294956256 18446744073709551615 134532988 0 0 4096 3 0 0 0 17 0 0 0
/proc/26777/statm: 86226 78562 62 150 0 86073 0
Current children cumulated CPU time (s) 57.36
Current children cumulated vsize (KiB) 367128

[startup+127.901 s]
/proc/loadavg: 7.50 5.50 4.00 2/75 26777
/proc/meminfo: memFree=89376/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=53.85
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1377 51772 0 3 6 2 5132 245 16 0 1 0 24909067 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26724/statm: 4217 1114 409 3 0 796 0
[pid=26776] ppid=26724 vsize=5356 CPUtime=0
/proc/26776/stat : 26776 (sh) S 26724 26724 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26776/statm: 1339 232 193 169 0 50 0
[pid=26777] ppid=26776 vsize=735828 CPUtime=9.91
/proc/26777/stat : 26777 (minisat) R 26776 26724 26338 0 -1 4194304 176297 0 0 0 874 117 0 0 25 0 1 0 24920864 753487872 176283 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26777/statm: 183957 176283 72 150 0 183804 0
Current children cumulated CPU time (s) 63.76
Current children cumulated vsize (KiB) 758052

[startup+131.102 s]
/proc/loadavg: 7.50 5.50 4.00 2/76 26779
/proc/meminfo: memFree=56664/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=53.85
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1377 51772 0 3 6 2 5132 245 16 0 1 0 24909067 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26724/statm: 4217 1114 409 3 0 796 0
[pid=26776] ppid=26724 vsize=5356 CPUtime=0
/proc/26776/stat : 26776 (sh) S 26724 26724 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26776/statm: 1339 232 193 169 0 50 0
[pid=26777] ppid=26776 vsize=761924 CPUtime=13.11
/proc/26777/stat : 26777 (minisat) R 26776 26724 26338 0 -1 4194304 182696 0 0 0 1191 120 0 0 25 0 1 0 24920864 780210176 182682 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/26777/statm: 190481 182682 76 150 0 190328 0
Current children cumulated CPU time (s) 66.96
Current children cumulated vsize (KiB) 784148

[startup+132.701 s]
/proc/loadavg: 7.14 5.46 3.99 2/76 26779
/proc/meminfo: memFree=53208/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=53.85
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1377 51772 0 3 6 2 5132 245 16 0 1 0 24909067 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26724/statm: 4217 1114 409 3 0 796 0
[pid=26776] ppid=26724 vsize=5356 CPUtime=0
/proc/26776/stat : 26776 (sh) S 26724 26724 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26776/statm: 1339 232 193 169 0 50 0
[pid=26777] ppid=26776 vsize=765636 CPUtime=14.7
/proc/26777/stat : 26777 (minisat) R 26776 26724 26338 0 -1 4194304 183622 0 0 0 1350 120 0 0 25 0 1 0 24920864 784011264 183608 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26777/statm: 191409 183608 76 150 0 191256 0
Current children cumulated CPU time (s) 68.55
Current children cumulated vsize (KiB) 787860

[startup+133.106 s]
/proc/loadavg: 7.14 5.46 3.99 2/76 26781
/proc/meminfo: memFree=787544/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=68.86
/proc/26724/stat : 26724 (sugar) S 26722 26724 26338 0 -1 4194304 1449 235688 0 3 6 2 6501 377 16 0 1 0 24909067 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26724/statm: 4217 1114 409 3 0 796 0
[pid=26780] ppid=26724 vsize=5356 CPUtime=0
/proc/26780/stat : 26780 (sh) S 26724 26724 26338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24922366 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26780/statm: 1339 233 193 169 0 50 0
[pid=26781] ppid=26780 vsize=862728 CPUtime=0.12
/proc/26781/stat : 26781 (java) S 26780 26724 26338 0 -1 0 2932 0 1 0 10 2 0 0 18 0 9 0 24922367 883433472 2401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26781/statm: 215682 2401 1260 9 0 210595 0
Current children cumulated CPU time (s) 68.98
Current children cumulated vsize (KiB) 884952

[startup+133.501 s]
/proc/loadavg: 7.14 5.46 3.99 2/76 26781
/proc/meminfo: memFree=787544/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=69.39
/proc/26724/stat : 26724 (sugar) R 26722 26724 26338 0 -1 4194304 1478 242638 0 4 6 13 6537 383 16 0 1 0 24909067 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/26724/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 69.39
Current children cumulated vsize (KiB) 16868

[startup+133.601 s]
/proc/loadavg: 7.14 5.46 3.99 2/76 26781
/proc/meminfo: memFree=787544/2055920 swapFree=4192812/4192956
[pid=26724] ppid=26722 vsize=16868 CPUtime=69.49
/proc/26724/stat : 26724 (sugar) R 26722 26724 26338 0 -1 4194304 1478 242638 0 4 6 23 6537 383 16 0 1 0 24909067 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/26724/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 69.49
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 133.658
CPU time (s): 69.5684
CPU user time (s): 65.4431
CPU system time (s): 4.12537
CPU usage (%): 52.0496
Max. virtual memory (cumulated for all children) (KiB): 903612

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

runsolver used 0.184971 second user time and 0.469928 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 08:00:41
IDJOB=2083897
IDBENCH=57971
IDSOLVER=739
FILE ID=node82/2083897-1247378440
PBS_JOBID= 9507157
Free space on /tmp= 64432 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-1.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083897-1247378440/watcher-2083897-1247378440 -o /tmp/evaluation-result-2083897-1247378440/solver-2083897-1247378440 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083897-1247378440.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 51b23cb7e320ca809e8f30e82498266e
RANDOM SEED=1534109580

node82.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        382856 kB
Buffers:          2116 kB
Cached:        1268804 kB
SwapCached:          0 kB
Active:        1076880 kB
Inactive:       518744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        382856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          655196 kB
Writeback:           0 kB
Mapped:         335860 kB
Slab:            61940 kB
Committed_AS:   535580 kB
PageTables:       2664 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65180 MiB
End job on node82 at 2009-07-12 08:02:55