Trace number 2066968

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+minisatSAT 63.9593 64.7477

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-count-b.xml
MD5SUM6ef930f241c37442e60cf941cb12ee85
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.695893
Satisfiable
(Un)Satisfiability was proved
Number of variables466
Number of constraints694
Maximum constraint arity78
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension694
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sat Jul 11 22:21:59 2009
0.04/0.08	c 0	PID 13836
0.04/0.08	c 0	HOST node56.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2066968-1247343718.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066968-1247343718.xml' 'HOME/temp.csp'
0.07/0.70	c 0	1 domains, 466 variables, 23 predicates, 0 relations, 694 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	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.07/0.79	c 0	Parsing HOME/temp.csp
0.67/0.90	c 0	parsed 1184 expressions
0.67/0.91	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.91	c 0	Converting to clausal form CSP
0.67/0.93	c 0	converted 119 (10%) expressions
0.67/0.93	c 0	converted 237 (20%) expressions
0.67/0.93	c 0	converted 356 (30%) expressions
0.67/0.94	c 0	converted 474 (40%) expressions
0.94/1.03	c 0	converted 592 (50%) expressions
1.14/1.24	c 1	converted 711 (60%) expressions
1.24/1.35	c 1	converted 829 (70%) expressions
1.33/1.45	c 1	converted 948 (80%) expressions
1.43/1.58	c 1	converted 1066 (90%) expressions
1.63/1.70	c 1	converted 1184 (100%) expressions
1.63/1.70	c 1	CSP : 2488 integers, 0 booleans, 4738 clauses, largest domain size 27
1.63/1.70	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.70	c 1	Propagation in CSP
1.73/1.86	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.86	c 1	CSP : 2488 integers, 0 booleans, 4738 clauses, largest domain size 27
1.73/1.86	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.86	c 1	Simplifing CSP by introducing new Boolean variables
1.73/1.87	c 1	CSP : 2488 integers, 0 booleans, 4738 clauses, largest domain size 27
1.73/1.87	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.82/1.92	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.93	c 1	249 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.93	c 1	498 (20%) CSP integer variables are encoded (96 clauses, 1120 bytes)
1.82/1.94	c 1	747 (30%) CSP integer variables are encoded (1429 clauses, 17842 bytes)
1.82/1.94	c 1	996 (40%) CSP integer variables are encoded (3549 clauses, 45402 bytes)
1.82/1.95	c 1	1244 (50%) CSP integer variables are encoded (5698 clauses, 73339 bytes)
1.82/1.95	c 1	1493 (60%) CSP integer variables are encoded (7856 clauses, 101393 bytes)
1.82/1.96	c 1	1742 (70%) CSP integer variables are encoded (10014 clauses, 132598 bytes)
1.82/1.96	c 1	1991 (80%) CSP integer variables are encoded (12172 clauses, 164968 bytes)
1.82/1.97	c 1	2240 (90%) CSP integer variables are encoded (14328 clauses, 197308 bytes)
1.82/1.97	c 1	2488 (100%) CSP integer variables are encoded (16805 clauses, 234463 bytes)
1.93/2.01	c 1	474 (10%) CSP clauses are encoded (22347 clauses, 319828 bytes)
6.97/7.11	c 7	948 (20%) CSP clauses are encoded (276857 clauses, 6502067 bytes)
14.39/14.65	c 14	1422 (30%) CSP clauses are encoded (613415 clauses, 15037010 bytes)
22.12/22.49	c 22	1896 (40%) CSP clauses are encoded (959189 clauses, 24532209 bytes)
29.94/30.39	c 30	2369 (50%) CSP clauses are encoded (1305986 clauses, 34652799 bytes)
37.95/38.40	c 38	2843 (60%) CSP clauses are encoded (1651760 clauses, 45005456 bytes)
45.77/46.33	c 46	3317 (70%) CSP clauses are encoded (1997534 clauses, 55576165 bytes)
53.78/54.41	c 54	3791 (80%) CSP clauses are encoded (2344842 clauses, 66194206 bytes)
61.01/61.79	c 61	4265 (90%) CSP clauses are encoded (2669822 clauses, 76085763 bytes)
61.30/62.02	c 61	4738 (100%) CSP clauses are encoded (2713311 clauses, 77028058 bytes)
61.30/62.02	c 61	4738 CSP clauses encoded
61.30/62.02	c 61	Writing map file : HOME/temp.map
61.30/62.03	c 61	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
61.30/62.03	c 61	SAT : 19293 SAT variables, 2713311 SAT clauses, 77028058 bytes
61.30/62.03	c 61	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
61.30/62.09	c 62	SOLVING HOME/temp.cnf
61.30/62.09	c 62	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
61.30/62.09	c 62	This is MiniSat 2.0 beta
61.30/62.09	c 62	WARNING: for repeatability, setting FPU to use double precision
61.30/62.09	c 62	============================[ Problem Statistics ]=============================
61.30/62.09	c 62	|                                                                             |
61.30/62.09	c 62	|  Number of variables:  19293                                                |
61.30/62.09	c 62	|  Number of clauses:    2713311                                              |
63.03/63.89	c 63	|  Parsing time:         1.54         s                                       |
63.22/64.02	c 63	============================[ Search Statistics ]==============================
63.22/64.02	c 63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.22/64.02	c 63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.22/64.02	c 63	===============================================================================
63.22/64.02	c 63	|         0 |   19293  2713311 15784204 |   904437        0    nan |  0.000 % |
63.52/64.39	c 64	===============================================================================
63.52/64.40	c 64	restarts              : 1
63.52/64.40	c 64	conflicts             : 9              (4 /sec)
63.52/64.40	c 64	decisions             : 142            (0.00 % random) (70 /sec)
63.52/64.40	c 64	propagations          : 25708          (12760 /sec)
63.52/64.40	c 64	conflict literals     : 258            (3.01 % deleted)
63.52/64.40	c 64	Memory used           : 152.78 MB
63.52/64.40	c 64	CPU time              : 2.01469 s
63.52/64.40	c 64	
63.62/64.40	c 64	SATISFIABLE
63.62/64.43	c 64	DECODING HOME/temp.out WITH HOME/temp.map
63.62/64.43	c 64	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'
63.67/64.51	c 64	Decoding HOME/temp.out
63.67/64.63	s SATISFIABLE
63.67/64.65	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 1 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 0 0 1
63.67/64.66	c 64	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
63.67/64.71	c 64	CPU 63.89 (0.05 0.02 62.48 1.34)
63.67/64.71	c 64	END Sat Jul 11 22:23:03 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066968-1247343718/watcher-2066968-1247343718 -o /tmp/evaluation-result-2066968-1247343718/solver-2066968-1247343718 -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-2066968-1247343718.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: 2.15 2.07 2.02 4/84 13836
/proc/meminfo: memFree=1021448/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=12000 CPUtime=0
/proc/13836/stat : 13836 (sugar) R 13834 13836 12568 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 21435158 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 250968436912 0 0 4224 0 0 0 0 17 1 0 0
/proc/13836/statm: 3000 173 134 3 0 100 0

[startup+0.0651519 s]
/proc/loadavg: 2.15 2.07 2.02 4/84 13836
/proc/meminfo: memFree=1021448/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16212 CPUtime=0.04
/proc/13836/stat : 13836 (sugar) R 13834 13836 12568 0 -1 4194304 952 0 0 0 3 1 0 0 18 0 1 0 21435158 16601088 920 996147200 4194304 4206940 548682068608 18446744073709551615 250988452844 0 0 4224 0 0 0 0 17 1 0 0
/proc/13836/statm: 4053 920 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101155 s]
/proc/loadavg: 2.15 2.07 2.02 4/84 13836
/proc/meminfo: memFree=1021448/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.07
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301171 s]
/proc/loadavg: 2.15 2.07 2.02 4/84 13836
/proc/meminfo: memFree=1021448/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.07
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701211 s]
/proc/loadavg: 2.15 2.07 2.02 4/84 13836
/proc/meminfo: memFree=1021448/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.07
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50229 s]
/proc/loadavg: 2.15 2.07 2.02 3/95 13858
/proc/meminfo: memFree=1010472/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1309 4925 0 1 5 2 57 3 16 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
[pid=13849] ppid=13836 vsize=5356 CPUtime=0
/proc/13849/stat : 13849 (sh) S 13836 13836 12568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21435229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13849/statm: 1339 233 193 169 0 50 0
[pid=13850] ppid=13849 vsize=869532 CPUtime=0.76
/proc/13850/stat : 13850 (java) S 13849 13836 12568 0 -1 0 5898 0 1 0 73 3 0 0 19 0 9 0 21435229 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13850/statm: 217383 5293 1744 9 0 211888 0
[pid=13850/tid=13851] ppid=13849 vsize=869532 CPUtime=0.51
/proc/13850/task/13851/stat : 13851 (java) R 13849 13836 12568 0 -1 64 2700 0 1 0 49 2 0 0 23 0 9 0 21435230 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4126522001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13852] ppid=13849 vsize=869532 CPUtime=0.05
/proc/13850/task/13852/stat : 13852 (java) S 13849 13836 12568 0 -1 64 1017 0 0 0 5 0 0 0 16 0 9 0 21435231 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13853] ppid=13849 vsize=869532 CPUtime=0
/proc/13850/task/13853/stat : 13853 (java) S 13849 13836 12568 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21435232 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13854] ppid=13849 vsize=869532 CPUtime=0
/proc/13850/task/13854/stat : 13854 (java) S 13849 13836 12568 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 21435232 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13855] ppid=13849 vsize=869532 CPUtime=0
/proc/13850/task/13855/stat : 13855 (java) S 13849 13836 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21435234 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13856] ppid=13849 vsize=869532 CPUtime=0.18
/proc/13850/task/13856/stat : 13856 (java) S 13849 13836 12568 0 -1 64 1487 0 0 0 18 0 0 0 16 0 9 0 21435234 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13857] ppid=13849 vsize=869532 CPUtime=0
/proc/13850/task/13857/stat : 13857 (java) S 13849 13836 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21435234 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13858] ppid=13849 vsize=869532 CPUtime=0
/proc/13850/task/13858/stat : 13858 (java) S 13849 13836 12568 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21435234 890400768 5293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 891756

[startup+3.10244 s]
/proc/loadavg: 2.15 2.07 2.02 3/95 13858
/proc/meminfo: memFree=1000616/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1310 4925 0 1 5 2 57 3 15 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
[pid=13849] ppid=13836 vsize=5356 CPUtime=0
/proc/13849/stat : 13849 (sh) S 13836 13836 12568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21435229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13849/statm: 1339 233 193 169 0 50 0
[pid=13850] ppid=13849 vsize=869728 CPUtime=2.35
/proc/13850/stat : 13850 (java) S 13849 13836 12568 0 -1 0 7654 0 1 0 229 6 0 0 19 0 9 0 21435229 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13850/statm: 217432 6712 2590 9 0 211909 0
[pid=13850/tid=13851] ppid=13849 vsize=869728 CPUtime=1.91
/proc/13850/task/13851/stat : 13851 (java) R 13849 13836 12568 0 -1 64 2903 0 1 0 188 3 0 0 25 0 9 0 21435230 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4126523809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13852] ppid=13849 vsize=869728 CPUtime=0.19
/proc/13850/task/13852/stat : 13852 (java) S 13849 13836 12568 0 -1 64 2543 0 0 0 18 1 0 0 16 0 9 0 21435231 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13853] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13853/stat : 13853 (java) S 13849 13836 12568 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21435232 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13854] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13854/stat : 13854 (java) S 13849 13836 12568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21435232 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13855] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13855/stat : 13855 (java) S 13849 13836 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21435234 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13856] ppid=13849 vsize=869728 CPUtime=0.21
/proc/13850/task/13856/stat : 13856 (java) S 13849 13836 12568 0 -1 64 1508 0 0 0 21 0 0 0 16 0 9 0 21435234 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13857] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13857/stat : 13857 (java) S 13849 13836 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21435234 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13858] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13858/stat : 13858 (java) S 13849 13836 12568 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21435234 890601472 6712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 891952

[startup+6.30276 s]
/proc/loadavg: 2.14 2.06 2.02 3/95 13858
/proc/meminfo: memFree=996648/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1310 4925 0 1 5 2 57 3 15 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
[pid=13849] ppid=13836 vsize=5356 CPUtime=0
/proc/13849/stat : 13849 (sh) S 13836 13836 12568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21435229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13849/statm: 1339 233 193 169 0 50 0
[pid=13850] ppid=13849 vsize=869728 CPUtime=5.51
/proc/13850/stat : 13850 (java) S 13849 13836 12568 0 -1 0 7907 0 1 0 541 10 0 0 19 0 9 0 21435229 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13850/statm: 217432 6716 2590 9 0 211909 0
[pid=13850/tid=13851] ppid=13849 vsize=869728 CPUtime=5
/proc/13850/task/13851/stat : 13851 (java) R 13849 13836 12568 0 -1 64 3152 0 1 0 494 6 0 0 25 0 9 0 21435230 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4126517166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13852] ppid=13849 vsize=869728 CPUtime=0.26
/proc/13850/task/13852/stat : 13852 (java) S 13849 13836 12568 0 -1 64 2543 0 0 0 24 2 0 0 16 0 9 0 21435231 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13853] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13853/stat : 13853 (java) S 13849 13836 12568 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21435232 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13854] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13854/stat : 13854 (java) S 13849 13836 12568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21435232 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13855] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13855/stat : 13855 (java) S 13849 13836 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21435234 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13856] ppid=13849 vsize=869728 CPUtime=0.22
/proc/13850/task/13856/stat : 13856 (java) S 13849 13836 12568 0 -1 64 1512 0 0 0 22 0 0 0 16 0 9 0 21435234 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13857] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13857/stat : 13857 (java) S 13849 13836 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21435234 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13858] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13858/stat : 13858 (java) S 13849 13836 12568 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21435234 890601472 6716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 891952

[startup+12.7014 s]
/proc/loadavg: 2.13 2.06 2.02 3/95 13858
/proc/meminfo: memFree=988712/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1310 4925 0 1 5 2 57 3 16 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
[pid=13849] ppid=13836 vsize=5356 CPUtime=0
/proc/13849/stat : 13849 (sh) S 13836 13836 12568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21435229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13849/statm: 1339 233 193 169 0 50 0
[pid=13850] ppid=13849 vsize=869728 CPUtime=11.84
/proc/13850/stat : 13850 (java) S 13849 13836 12568 0 -1 0 8389 0 1 0 1163 21 0 0 19 0 9 0 21435229 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13850/statm: 217432 6721 2590 9 0 211909 0
[pid=13850/tid=13851] ppid=13849 vsize=869728 CPUtime=11.17
/proc/13850/task/13851/stat : 13851 (java) R 13849 13836 12568 0 -1 64 3630 0 1 0 1103 14 0 0 25 0 9 0 21435230 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4126517321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13852] ppid=13849 vsize=869728 CPUtime=0.41
/proc/13850/task/13852/stat : 13852 (java) S 13849 13836 12568 0 -1 64 2543 0 0 0 35 6 0 0 16 0 9 0 21435231 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13853] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13853/stat : 13853 (java) S 13849 13836 12568 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21435232 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13854] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13854/stat : 13854 (java) S 13849 13836 12568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21435232 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13855] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13855/stat : 13855 (java) S 13849 13836 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21435234 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13856] ppid=13849 vsize=869728 CPUtime=0.23
/proc/13850/task/13856/stat : 13856 (java) S 13849 13836 12568 0 -1 64 1516 0 0 0 23 0 0 0 16 0 9 0 21435234 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13857] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13857/stat : 13857 (java) S 13849 13836 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21435234 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13858] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13858/stat : 13858 (java) S 13849 13836 12568 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21435234 890601472 6721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 891952

[startup+25.5026 s]
/proc/loadavg: 2.10 2.06 2.01 3/95 13858
/proc/meminfo: memFree=972968/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1310 4925 0 1 5 2 57 3 16 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
[pid=13849] ppid=13836 vsize=5356 CPUtime=0
/proc/13849/stat : 13849 (sh) S 13836 13836 12568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21435229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13849/statm: 1339 233 193 169 0 50 0
[pid=13850] ppid=13849 vsize=869728 CPUtime=24.52
/proc/13850/stat : 13850 (java) S 13849 13836 12568 0 -1 0 9346 0 1 0 2412 40 0 0 19 0 9 0 21435229 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13850/statm: 217432 6722 2590 9 0 211909 0
[pid=13850/tid=13851] ppid=13849 vsize=869728 CPUtime=23.6
/proc/13850/task/13851/stat : 13851 (java) R 13849 13836 12568 0 -1 64 4586 0 1 0 2334 26 0 0 25 0 9 0 21435230 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4126517321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13852] ppid=13849 vsize=869728 CPUtime=0.67
/proc/13850/task/13852/stat : 13852 (java) S 13849 13836 12568 0 -1 64 2543 0 0 0 54 13 0 0 16 0 9 0 21435231 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13853] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13853/stat : 13853 (java) S 13849 13836 12568 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21435232 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13854] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13854/stat : 13854 (java) S 13849 13836 12568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21435232 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13855] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13855/stat : 13855 (java) S 13849 13836 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13856] ppid=13849 vsize=869728 CPUtime=0.23
/proc/13850/task/13856/stat : 13856 (java) S 13849 13836 12568 0 -1 64 1517 0 0 0 23 0 0 0 17 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13857] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13857/stat : 13857 (java) S 13849 13836 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13858] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13858/stat : 13858 (java) S 13849 13836 12568 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 891952

[startup+51.1021 s]
/proc/loadavg: 2.06 2.05 2.01 3/95 13858
/proc/meminfo: memFree=940712/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1310 4925 0 1 5 2 57 3 16 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
[pid=13849] ppid=13836 vsize=5356 CPUtime=0
/proc/13849/stat : 13849 (sh) S 13836 13836 12568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21435229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13849/statm: 1339 233 193 169 0 50 0
[pid=13850] ppid=13849 vsize=869728 CPUtime=49.84
/proc/13850/stat : 13850 (java) S 13849 13836 12568 0 -1 0 11245 0 1 0 4905 79 0 0 19 0 9 0 21435229 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13850/statm: 217432 6722 2590 9 0 211909 0
[pid=13850/tid=13851] ppid=13849 vsize=869728 CPUtime=48.39
/proc/13850/task/13851/stat : 13851 (java) R 13849 13836 12568 0 -1 64 6485 0 1 0 4785 54 0 0 25 0 9 0 21435230 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4126517301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13852] ppid=13849 vsize=869728 CPUtime=1.19
/proc/13850/task/13852/stat : 13852 (java) S 13849 13836 12568 0 -1 64 2543 0 0 0 96 23 0 0 16 0 9 0 21435231 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13853] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13853/stat : 13853 (java) S 13849 13836 12568 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21435232 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13854] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13854/stat : 13854 (java) S 13849 13836 12568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21435232 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13855] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13855/stat : 13855 (java) S 13849 13836 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13856] ppid=13849 vsize=869728 CPUtime=0.23
/proc/13850/task/13856/stat : 13856 (java) S 13849 13836 12568 0 -1 64 1517 0 0 0 23 0 0 0 17 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13857] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13857/stat : 13857 (java) S 13849 13836 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13858] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13858/stat : 13858 (java) S 13849 13836 12568 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 891952

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

[startup+57.5028 s]
/proc/loadavg: 2.14 2.07 2.02 3/95 13858
/proc/meminfo: memFree=931944/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1310 4925 0 1 5 2 57 3 16 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
[pid=13849] ppid=13836 vsize=5356 CPUtime=0
/proc/13849/stat : 13849 (sh) S 13836 13836 12568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21435229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13849/statm: 1339 233 193 169 0 50 0
[pid=13850] ppid=13849 vsize=869728 CPUtime=56.18
/proc/13850/stat : 13850 (java) S 13849 13836 12568 0 -1 0 11717 0 1 0 5529 89 0 0 19 0 9 0 21435229 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13850/statm: 217432 6722 2590 9 0 211909 0
[pid=13850/tid=13851] ppid=13849 vsize=869728 CPUtime=54.6
/proc/13850/task/13851/stat : 13851 (java) R 13849 13836 12568 0 -1 64 6957 0 1 0 5400 60 0 0 25 0 9 0 21435230 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4126981383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13852] ppid=13849 vsize=869728 CPUtime=1.32
/proc/13850/task/13852/stat : 13852 (java) S 13849 13836 12568 0 -1 64 2543 0 0 0 105 27 0 0 16 0 9 0 21435231 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13853] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13853/stat : 13853 (java) S 13849 13836 12568 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21435232 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13854] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13854/stat : 13854 (java) S 13849 13836 12568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21435232 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13855] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13855/stat : 13855 (java) S 13849 13836 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13856] ppid=13849 vsize=869728 CPUtime=0.23
/proc/13850/task/13856/stat : 13856 (java) S 13849 13836 12568 0 -1 64 1517 0 0 0 23 0 0 0 17 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13857] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13857/stat : 13857 (java) S 13849 13836 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13858] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13858/stat : 13858 (java) S 13849 13836 12568 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.85
Current children cumulated vsize (KiB) 891952

[startup+60.7021 s]
/proc/loadavg: 2.13 2.07 2.02 3/95 13858
/proc/meminfo: memFree=927656/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=0.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1310 4925 0 1 5 2 57 3 16 0 1 0 21435158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1111 409 3 0 796 0
[pid=13849] ppid=13836 vsize=5356 CPUtime=0
/proc/13849/stat : 13849 (sh) S 13836 13836 12568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21435229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13849/statm: 1339 233 193 169 0 50 0
[pid=13850] ppid=13849 vsize=869728 CPUtime=59.36
/proc/13850/stat : 13850 (java) S 13849 13836 12568 0 -1 0 11957 0 1 0 5841 95 0 0 19 0 9 0 21435229 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13850/statm: 217432 6722 2590 9 0 211909 0
[pid=13850/tid=13851] ppid=13849 vsize=869728 CPUtime=57.7
/proc/13850/task/13851/stat : 13851 (java) R 13849 13836 12568 0 -1 64 7197 0 1 0 5706 64 0 0 25 0 9 0 21435230 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4126519565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13852] ppid=13849 vsize=869728 CPUtime=1.39
/proc/13850/task/13852/stat : 13852 (java) S 13849 13836 12568 0 -1 64 2543 0 0 0 110 29 0 0 16 0 9 0 21435231 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13853] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13853/stat : 13853 (java) S 13849 13836 12568 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21435232 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13854] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13854/stat : 13854 (java) S 13849 13836 12568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21435232 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13855] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13855/stat : 13855 (java) S 13849 13836 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13856] ppid=13849 vsize=869728 CPUtime=0.23
/proc/13850/task/13856/stat : 13856 (java) S 13849 13836 12568 0 -1 64 1517 0 0 0 23 0 0 0 17 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13857] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13857/stat : 13857 (java) S 13849 13836 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13850/tid=13858] ppid=13849 vsize=869728 CPUtime=0
/proc/13850/task/13858/stat : 13858 (java) S 13849 13836 12568 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21435234 890601472 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.03
Current children cumulated vsize (KiB) 891952

[startup+62.3022 s]
/proc/loadavg: 2.13 2.07 2.02 3/95 13858
/proc/meminfo: memFree=926184/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=61.35
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1376 17307 0 2 5 2 6027 101 16 0 1 0 21435158 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 61.35
Current children cumulated vsize (KiB) 16868

[startup+63.9014 s]
/proc/loadavg: 2.13 2.07 2.02 3/87 13860
/proc/meminfo: memFree=820072/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=61.35
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1376 17307 0 2 5 2 6027 101 16 0 1 0 21435158 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1113 409 3 0 796 0
[pid=13859] ppid=13836 vsize=5356 CPUtime=0
/proc/13859/stat : 13859 (sh) S 13836 13836 12568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21441366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13859/statm: 1339 232 193 169 0 50 0
[pid=13860] ppid=13859 vsize=142344 CPUtime=1.77
/proc/13860/stat : 13860 (minisat) R 13859 13836 12568 0 -1 4194304 33873 0 0 0 154 23 0 0 25 0 1 0 21441367 145760256 33859 996147200 134512640 135127466 4294956256 18446744073709551615 134531660 0 0 4096 3 0 0 0 17 1 0 0
/proc/13860/statm: 35586 33859 71 150 0 35433 0
Current children cumulated CPU time (s) 63.12
Current children cumulated vsize (KiB) 164568

[startup+64.3014 s]
/proc/loadavg: 2.13 2.07 2.02 3/87 13860
/proc/meminfo: memFree=820072/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=61.35
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1376 17307 0 2 5 2 6027 101 15 0 1 0 21435158 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1113 409 3 0 796 0
[pid=13859] ppid=13836 vsize=5356 CPUtime=0
/proc/13859/stat : 13859 (sh) S 13836 13836 12568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21441366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13859/statm: 1339 232 193 169 0 50 0
[pid=13860] ppid=13859 vsize=153596 CPUtime=2.17
/proc/13860/stat : 13860 (minisat) R 13859 13836 12568 0 -1 4194304 36471 0 0 0 191 26 0 0 25 0 1 0 21441367 157282304 36457 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/13860/statm: 38399 36457 72 150 0 38246 0
Current children cumulated CPU time (s) 63.52
Current children cumulated vsize (KiB) 175820

[startup+64.7015 s]
/proc/loadavg: 2.13 2.07 2.02 3/87 13860
/proc/meminfo: memFree=820072/2055920 swapFree=4192956/4192956
[pid=13836] ppid=13834 vsize=16868 CPUtime=63.67
/proc/13836/stat : 13836 (sugar) S 13834 13836 12568 0 -1 4194304 1450 54740 0 2 5 2 6229 131 15 0 1 0 21435158 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13836/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 63.67
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 64.7477
CPU time (s): 63.9593
CPU user time (s): 62.5425
CPU system time (s): 1.41678
CPU usage (%): 98.7823
Max. virtual memory (cumulated for all children) (KiB): 891952

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

runsolver used 0.083987 second user time and 0.233964 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-11 22:21:58
IDJOB=2066968
IDBENCH=54591
IDSOLVER=739
FILE ID=node56/2066968-1247343718
PBS_JOBID= 9506758
Free space on /tmp= 103036 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-count-b.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-2066968-1247343718/watcher-2066968-1247343718 -o /tmp/evaluation-result-2066968-1247343718/solver-2066968-1247343718 -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-2066968-1247343718.xml

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

MD5SUM BENCH= 6ef930f241c37442e60cf941cb12ee85
RANDOM SEED=1352407089

node56.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.209
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.209
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:       1021928 kB
Buffers:         66504 kB
Cached:         786352 kB
SwapCached:          0 kB
Active:         223472 kB
Inactive:       755612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1021928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:         141896 kB
Slab:            39960 kB
Committed_AS:   869016 kB
PageTables:       2084 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= 103036 MiB
End job on node56 at 2009-07-11 22:23:03