Trace number 1063581

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 42.3046 50.1899

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-afiro.xml
MD5SUM0fcb578b047f6fb70ec1e1db9f349465
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 benchmark2.41863
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of constraints35
Maximum constraint arity270
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension35
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:21:18 2008
0.00/0.04	c 0	PID 1381
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1063581-1215138078.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063581-1215138078.xml' 'HOME/temp.csp'
0.03/0.65	c 1	2 domains, 960 variables, 23 predicates, 0 relations, 35 constraints
0.03/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.70	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.78	c 1	Parsing HOME/temp.csp
0.63/1.04	c 1	parsed 1020 expressions
0.63/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/1.05	c 1	Converting to clausal form CSP
0.63/1.07	c 1	converted 102 (10%) expressions
0.63/1.07	c 1	converted 204 (20%) expressions
0.63/1.07	c 1	converted 306 (30%) expressions
0.63/1.08	c 1	converted 408 (40%) expressions
0.63/1.08	c 1	converted 510 (50%) expressions
0.63/1.08	c 1	converted 612 (60%) expressions
0.63/1.08	c 1	converted 714 (70%) expressions
0.63/1.08	c 1	converted 816 (80%) expressions
0.63/1.08	c 1	converted 918 (90%) expressions
1.41/1.52	c 2	converted 1020 (100%) expressions
1.41/1.52	c 2	CSP : 4400 integers, 0 booleans, 6333 clauses, largest domain size 2139
1.41/1.52	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 2	Propagation in CSP
1.41/1.59	c 2	13346 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.60	c 2	CSP : 4400 integers, 0 booleans, 6333 clauses, largest domain size 2139
1.41/1.60	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.60	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.61	c 2	CSP : 4400 integers, 0 booleans, 6333 clauses, largest domain size 2139
1.51/1.61	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.65	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.66	c 2	440 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.66	c 2	880 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.68	c 2	1320 (30%) CSP integer variables are encoded (8120 clauses, 105009 bytes)
1.62/1.72	c 2	1760 (40%) CSP integer variables are encoded (38569 clauses, 560065 bytes)
1.62/1.76	c 2	2200 (50%) CSP integer variables are encoded (73800 clauses, 1088530 bytes)
1.62/1.77	c 2	2640 (60%) CSP integer variables are encoded (85759 clauses, 1267915 bytes)
1.72/1.82	c 2	3080 (70%) CSP integer variables are encoded (121970 clauses, 1859731 bytes)
1.72/1.84	c 2	3520 (80%) CSP integer variables are encoded (140715 clauses, 2178396 bytes)
1.72/1.87	c 2	3960 (90%) CSP integer variables are encoded (162513 clauses, 2548962 bytes)
1.72/1.89	c 2	4400 (100%) CSP integer variables are encoded (179461 clauses, 2837078 bytes)
2.22/2.35	c 2	634 (10%) CSP clauses are encoded (428096 clauses, 7354613 bytes)
6.41/6.53	c 7	1267 (20%) CSP clauses are encoded (2929854 clauses, 60791215 bytes)
11.38/11.51	c 12	1900 (30%) CSP clauses are encoded (5961992 clauses, 125657562 bytes)
14.25/14.49	c 14	2534 (40%) CSP clauses are encoded (7738064 clauses, 163691911 bytes)
15.25/15.45	c 15	3167 (50%) CSP clauses are encoded (8304764 clauses, 175744078 bytes)
22.82/23.22	c 23	3800 (60%) CSP clauses are encoded (12631546 clauses, 279567577 bytes)
24.42/24.89	c 25	4434 (70%) CSP clauses are encoded (13574590 clauses, 302465282 bytes)
27.22/27.62	c 28	5067 (80%) CSP clauses are encoded (15113455 clauses, 339954772 bytes)
29.92/30.34	c 30	5700 (90%) CSP clauses are encoded (16618101 clauses, 376608957 bytes)
31.10/31.55	c 32	6333 (100%) CSP clauses are encoded (17268468 clauses, 392359812 bytes)
31.10/31.55	c 32	6333 CSP clauses encoded
31.10/31.55	c 32	Writing map file : HOME/temp.map
31.10/31.58	c 32	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.10/31.58	c 32	SAT : 183271 SAT variables, 17268468 SAT clauses, 392359812 bytes
31.10/31.58	c 32	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.17/32.12	c 32	SOLVING HOME/temp.cnf
31.17/32.12	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.17/32.13	c 32	This is MiniSat 2.0 beta
31.17/32.13	c 32	WARNING: for repeatability, setting FPU to use double precision
31.17/32.13	c 32	============================[ Problem Statistics ]=============================
31.17/32.13	c 32	|                                                                             |
31.17/32.13	c 32	|  Number of variables:  183271                                               |
31.17/32.13	c 32	|  Number of clauses:    17268468                                             |
38.79/39.89	c 40	|  Parsing time:         6.62         s                                       |
39.18/40.26	c 40	============================[ Search Statistics ]==============================
39.18/40.26	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.18/40.26	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.18/40.26	c 40	===============================================================================
39.18/40.26	c 40	|         0 |  183271 17268468 51313695 |  5756156        0    nan |  0.000 % |
41.46/42.51	c 43	===============================================================================
41.46/42.52	c 43	restarts              : 1
41.46/42.52	c 43	conflicts             : 83             (9 /sec)
41.46/42.52	c 43	decisions             : 280            (0.36 % random) (30 /sec)
41.46/42.52	c 43	propagations          : 356172         (38775 /sec)
41.46/42.52	c 43	conflict literals     : 670            (29.62 % deleted)
41.46/42.52	c 43	Memory used           : 691.11 MB
41.46/42.52	c 43	CPU time              : 9.1856 s
41.46/42.52	c 43	
41.46/42.59	c 43	SATISFIABLE
41.66/42.70	c 43	DECODING HOME/temp.out WITH HOME/temp.map
41.66/42.70	c 43	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
41.66/42.78	c 43	Decoding HOME/temp.out
41.97/43.04	s SATISFIABLE
41.97/43.08	v 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 1 0 1 1 0 0 0 0 0 1 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 0 0 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 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 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 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 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 1 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
41.97/43.08	c 43	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
42.04/43.12	c 43	CPU 37.88 (0.03 0 37.85 4.18)
42.04/43.12	c 43	END Fri Jul  4 04:22:01 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063581-1215138078/watcher-1063581-1215138078 -o /tmp/evaluation-result-1063581-1215138078/solver-1063581-1215138078 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1063581-1215138078.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.09 2.07 4/82 1381
/proc/meminfo: memFree=1485272/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=12272 CPUtime=0
/proc/1381/stat : 1381 (sugar) R 1379 1381 31896 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 248281616 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 224264944229 0 0 4224 0 0 0 0 17 0 0 0
/proc/1381/statm: 3068 327 246 3 0 168 0

[startup+0.105881 s]
/proc/loadavg: 1.94 2.09 2.07 4/82 1381
/proc/meminfo: memFree=1485272/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.03
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 248281616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202884 s]
/proc/loadavg: 1.94 2.09 2.07 4/82 1381
/proc/meminfo: memFree=1485272/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.03
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 248281616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302896 s]
/proc/loadavg: 1.94 2.09 2.07 4/82 1381
/proc/meminfo: memFree=1485272/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.03
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 248281616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701963 s]
/proc/loadavg: 1.94 2.09 2.07 4/82 1381
/proc/meminfo: memFree=1485272/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.03
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 248281616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 2.03 2.11 2.08 3/93 1405
/proc/meminfo: memFree=1475584/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.63
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 973 4716 0 1 3 0 57 3 15 0 1 0 248281616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 797 370 3 0 500 0
[pid=1396] ppid=1381 vsize=5356 CPUtime=0
/proc/1396/stat : 1396 (sh) S 1381 1381 31896 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248281686 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1396/statm: 1339 233 193 169 0 50 0
[pid=1397] ppid=1396 vsize=868260 CPUtime=0.78
/proc/1397/stat : 1397 (java) S 1396 1381 31896 0 -1 0 7260 0 1 0 75 3 0 0 20 0 9 0 248281687 889098240 6459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1397/statm: 217065 6462 2540 9 0 211640 0
[pid=1397/tid=1398] ppid=1396 vsize=868260 CPUtime=0.47
/proc/1397/task/1398/stat : 1398 (java) R 1396 1381 31896 0 -1 64 2684 0 1 0 46 1 0 0 25 0 9 0 248281688 889098240 6462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1399] ppid=1396 vsize=868260 CPUtime=0.09
/proc/1397/task/1399/stat : 1399 (java) R 1396 1381 31896 0 -1 64 2407 0 0 0 9 0 0 0 16 0 9 0 248281689 889098240 6462 996147200 134512640 134550740 4294955952 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1400] ppid=1396 vsize=868260 CPUtime=0
/proc/1397/task/1400/stat : 1400 (java) S 1396 1381 31896 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248281689 889098240 6462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1401] ppid=1396 vsize=868260 CPUtime=0
/proc/1397/task/1401/stat : 1401 (java) S 1396 1381 31896 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248281689 889098240 6462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1402] ppid=1396 vsize=868260 CPUtime=0
/proc/1397/task/1402/stat : 1402 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889098240 6463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1403] ppid=1396 vsize=868260 CPUtime=0.19
/proc/1397/task/1403/stat : 1403 (java) S 1396 1381 31896 0 -1 64 1479 0 0 0 19 0 0 0 16 0 9 0 248281691 889098240 6464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1404] ppid=1396 vsize=868260 CPUtime=0
/proc/1397/task/1404/stat : 1404 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889098240 6465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1405] ppid=1396 vsize=868260 CPUtime=0
/proc/1397/task/1405/stat : 1405 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248281691 889098240 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887216

[startup+3.10119 s]
/proc/loadavg: 2.03 2.11 2.08 4/93 1405
/proc/meminfo: memFree=1460488/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.63
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 974 4716 0 1 3 0 57 3 15 0 1 0 248281616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 797 370 3 0 500 0
[pid=1396] ppid=1381 vsize=5356 CPUtime=0
/proc/1396/stat : 1396 (sh) S 1381 1381 31896 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248281686 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1396/statm: 1339 233 193 169 0 50 0
[pid=1397] ppid=1396 vsize=868484 CPUtime=2.38
/proc/1397/stat : 1397 (java) S 1396 1381 31896 0 -1 0 7979 0 1 0 223 15 0 0 20 0 9 0 248281687 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1397/statm: 217121 6687 2564 9 0 211668 0
[pid=1397/tid=1398] ppid=1396 vsize=868484 CPUtime=1.87
/proc/1397/task/1398/stat : 1398 (java) R 1396 1381 31896 0 -1 64 3217 0 1 0 177 10 0 0 25 0 9 0 248281688 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1399] ppid=1396 vsize=868484 CPUtime=0.24
/proc/1397/task/1399/stat : 1399 (java) S 1396 1381 31896 0 -1 64 2559 0 0 0 22 2 0 0 16 0 9 0 248281689 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1400] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1400/stat : 1400 (java) S 1396 1381 31896 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248281689 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1401] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1401/stat : 1401 (java) S 1396 1381 31896 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248281689 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1402] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1402/stat : 1402 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1403] ppid=1396 vsize=868484 CPUtime=0.24
/proc/1397/task/1403/stat : 1403 (java) S 1396 1381 31896 0 -1 64 1510 0 0 0 24 0 0 0 16 0 9 0 248281691 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1404] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1404/stat : 1404 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1405] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1405/stat : 1405 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248281691 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887440

[startup+6.30253 s]
/proc/loadavg: 2.02 2.11 2.07 3/93 1405
/proc/meminfo: memFree=1417352/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.63
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 974 4716 0 1 3 0 57 3 15 0 1 0 248281616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 797 370 3 0 500 0
[pid=1396] ppid=1381 vsize=5356 CPUtime=0
/proc/1396/stat : 1396 (sh) S 1381 1381 31896 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248281686 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1396/statm: 1339 233 193 169 0 50 0
[pid=1397] ppid=1396 vsize=868484 CPUtime=5.58
/proc/1397/stat : 1397 (java) S 1396 1381 31896 0 -1 0 9078 0 1 0 514 44 0 0 20 0 9 0 248281687 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1397/statm: 217121 6687 2564 9 0 211668 0
[pid=1397/tid=1398] ppid=1396 vsize=868484 CPUtime=4.82
/proc/1397/task/1398/stat : 1398 (java) R 1396 1381 31896 0 -1 64 4316 0 1 0 448 34 0 0 25 0 9 0 248281688 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1399] ppid=1396 vsize=868484 CPUtime=0.49
/proc/1397/task/1399/stat : 1399 (java) S 1396 1381 31896 0 -1 64 2559 0 0 0 41 8 0 0 16 0 9 0 248281689 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1400] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1400/stat : 1400 (java) S 1396 1381 31896 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248281689 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1401] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1401/stat : 1401 (java) S 1396 1381 31896 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248281689 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1402] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1402/stat : 1402 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1403] ppid=1396 vsize=868484 CPUtime=0.24
/proc/1397/task/1403/stat : 1403 (java) S 1396 1381 31896 0 -1 64 1510 0 0 0 24 0 0 0 16 0 9 0 248281691 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1404] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1404/stat : 1404 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1405] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1405/stat : 1405 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248281691 889327616 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887440

[startup+12.7012 s]
/proc/loadavg: 2.10 2.12 2.08 3/93 1405
/proc/meminfo: memFree=1329352/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.63
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 974 4716 0 1 3 0 57 3 16 0 1 0 248281616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 797 370 3 0 500 0
[pid=1396] ppid=1381 vsize=5356 CPUtime=0
/proc/1396/stat : 1396 (sh) S 1381 1381 31896 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248281686 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1396/statm: 1339 233 193 169 0 50 0
[pid=1397] ppid=1396 vsize=868484 CPUtime=11.96
/proc/1397/stat : 1397 (java) S 1396 1381 31896 0 -1 0 11287 0 1 0 1089 107 0 0 20 0 9 0 248281687 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1397/statm: 217121 6689 2564 9 0 211668 0
[pid=1397/tid=1398] ppid=1396 vsize=868484 CPUtime=10.68
/proc/1397/task/1398/stat : 1398 (java) R 1396 1381 31896 0 -1 64 6523 0 1 0 983 85 0 0 25 0 9 0 248281688 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1399] ppid=1396 vsize=868484 CPUtime=1
/proc/1397/task/1399/stat : 1399 (java) S 1396 1381 31896 0 -1 64 2559 0 0 0 80 20 0 0 16 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1400] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1400/stat : 1400 (java) S 1396 1381 31896 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1401] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1401/stat : 1401 (java) S 1396 1381 31896 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1402] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1402/stat : 1402 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1403] ppid=1396 vsize=868484 CPUtime=0.24
/proc/1397/task/1403/stat : 1403 (java) S 1396 1381 31896 0 -1 64 1512 0 0 0 24 0 0 0 17 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1404] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1404/stat : 1404 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1405] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1405/stat : 1405 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887440

[startup+25.5026 s]
/proc/loadavg: 2.53 2.21 2.11 3/93 1405
/proc/meminfo: memFree=1150152/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.63
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 974 4716 0 1 3 0 57 3 16 0 1 0 248281616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 797 370 3 0 500 0
[pid=1396] ppid=1381 vsize=5356 CPUtime=0
/proc/1396/stat : 1396 (sh) S 1381 1381 31896 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248281686 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1396/statm: 1339 233 193 169 0 50 0
[pid=1397] ppid=1396 vsize=868484 CPUtime=24.49
/proc/1397/stat : 1397 (java) S 1396 1381 31896 0 -1 0 15600 0 1 0 2218 231 0 0 20 0 9 0 248281687 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1397/statm: 217121 6689 2564 9 0 211668 0
[pid=1397/tid=1398] ppid=1396 vsize=868484 CPUtime=22.23
/proc/1397/task/1398/stat : 1398 (java) R 1396 1381 31896 0 -1 64 10836 0 1 0 2037 186 0 0 25 0 9 0 248281688 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4126636332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1399] ppid=1396 vsize=868484 CPUtime=1.98
/proc/1397/task/1399/stat : 1399 (java) S 1396 1381 31896 0 -1 64 2559 0 0 0 155 43 0 0 16 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1400] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1400/stat : 1400 (java) S 1396 1381 31896 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1401] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1401/stat : 1401 (java) S 1396 1381 31896 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1402] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1402/stat : 1402 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1403] ppid=1396 vsize=868484 CPUtime=0.24
/proc/1397/task/1403/stat : 1403 (java) S 1396 1381 31896 0 -1 64 1512 0 0 0 24 0 0 0 17 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1404] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1404/stat : 1404 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1405] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1405/stat : 1405 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887440

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

[startup+25.6026 s]
/proc/loadavg: 2.53 2.21 2.11 3/93 1405
/proc/meminfo: memFree=1150152/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=0.63
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 974 4716 0 1 3 0 57 3 16 0 1 0 248281616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1381/statm: 3400 797 370 3 0 500 0
[pid=1396] ppid=1381 vsize=5356 CPUtime=0
/proc/1396/stat : 1396 (sh) S 1381 1381 31896 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248281686 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1396/statm: 1339 233 193 169 0 50 0
[pid=1397] ppid=1396 vsize=868484 CPUtime=24.59
/proc/1397/stat : 1397 (java) S 1396 1381 31896 0 -1 0 15634 0 1 0 2227 232 0 0 20 0 9 0 248281687 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1397/statm: 217121 6689 2564 9 0 211668 0
[pid=1397/tid=1398] ppid=1396 vsize=868484 CPUtime=22.32
/proc/1397/task/1398/stat : 1398 (java) R 1396 1381 31896 0 -1 64 10870 0 1 0 2046 186 0 0 25 0 9 0 248281688 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4126477391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1399] ppid=1396 vsize=868484 CPUtime=2
/proc/1397/task/1399/stat : 1399 (java) S 1396 1381 31896 0 -1 64 2559 0 0 0 156 44 0 0 16 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1400] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1400/stat : 1400 (java) S 1396 1381 31896 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1401] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1401/stat : 1401 (java) S 1396 1381 31896 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248281689 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1402] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1402/stat : 1402 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1403] ppid=1396 vsize=868484 CPUtime=0.24
/proc/1397/task/1403/stat : 1403 (java) S 1396 1381 31896 0 -1 64 1512 0 0 0 24 0 0 0 17 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1404] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1404/stat : 1404 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1397/tid=1405] ppid=1396 vsize=868484 CPUtime=0
/proc/1397/task/1405/stat : 1405 (java) S 1396 1381 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248281691 889327616 6689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 887440

[startup+38.402 s]
/proc/loadavg: 2.75 2.27 2.13 3/85 1408
/proc/meminfo: memFree=619080/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=31.19
/proc/1381/stat : 1381 (sugar) S 1379 1381 31896 0 -1 4194304 1034 22653 0 2 3 0 2825 291 16 0 1 0 248281616 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1381/statm: 3400 799 370 3 0 500 0
[pid=1407] ppid=1381 vsize=5356 CPUtime=0
/proc/1407/stat : 1407 (sh) S 1381 1381 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248284829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1407/statm: 1339 232 193 169 0 50 0
[pid=1408] ppid=1407 vsize=559952 CPUtime=6.21
/proc/1408/stat : 1408 (minisat) R 1407 1381 31896 0 -1 4194304 135698 0 0 0 533 88 0 0 25 0 1 0 248284829 573390848 135684 996147200 134512640 135127466 4294956272 18446744073709551615 134710625 0 0 4096 3 0 0 0 17 1 0 0
/proc/1408/statm: 139988 135684 62 150 0 139835 0
Current children cumulated CPU time (s) 37.4
Current children cumulated vsize (KiB) 578908

[startup+44.8016 s]
/proc/loadavg: 2.77 2.28 2.13 2/83 1418
/proc/meminfo: memFree=1425624/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=42.23
/proc/1381/stat : 1381 (sugar) D 1379 1381 31896 0 -1 4194304 1120 202540 0 3 3 17 3785 418 15 0 1 0 248281616 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1381/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 42.23
Current children cumulated vsize (KiB) 13600

[startup+48.002 s]
/proc/loadavg: 2.79 2.29 2.14 2/83 1418
/proc/meminfo: memFree=1453272/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=42.25
/proc/1381/stat : 1381 (sugar) D 1379 1381 31896 0 -1 4194304 1120 202540 0 3 3 19 3785 418 15 0 1 0 248281616 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1381/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 42.25
Current children cumulated vsize (KiB) 13600

[startup+48.8011 s]
/proc/loadavg: 2.79 2.29 2.14 2/83 1418
/proc/meminfo: memFree=1459288/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=42.25
/proc/1381/stat : 1381 (sugar) D 1379 1381 31896 0 -1 4194304 1120 202540 0 3 3 19 3785 418 15 0 1 0 248281616 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1381/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 42.25
Current children cumulated vsize (KiB) 13600

[startup+49.6051 s]
/proc/loadavg: 2.79 2.29 2.14 2/83 1418
/proc/meminfo: memFree=1471448/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=42.26
/proc/1381/stat : 1381 (sugar) D 1379 1381 31896 0 -1 4194304 1120 202540 0 3 3 20 3785 418 15 0 1 0 248281616 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1381/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 42.26
Current children cumulated vsize (KiB) 13600

[startup+50.0012 s]
/proc/loadavg: 2.79 2.29 2.14 2/83 1418
/proc/meminfo: memFree=1471448/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=42.26
/proc/1381/stat : 1381 (sugar) D 1379 1381 31896 0 -1 4194304 1120 202540 0 3 3 20 3785 418 15 0 1 0 248281616 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1381/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 42.26
Current children cumulated vsize (KiB) 13600

[startup+50.1012 s]
/proc/loadavg: 2.79 2.29 2.14 2/83 1418
/proc/meminfo: memFree=1471448/2055920 swapFree=4169364/4192956
[pid=1381] ppid=1379 vsize=13600 CPUtime=42.26
/proc/1381/stat : 1381 (sugar) D 1379 1381 31896 0 -1 4194304 1120 202540 0 3 3 20 3785 418 15 0 1 0 248281616 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1381/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 42.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 50.1899
CPU time (s): 42.3046
CPU user time (s): 37.8902
CPU system time (s): 4.41433
CPU usage (%): 84.2889
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8902
system time used= 4.41433
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203690
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= 74406
involuntary context switches= 74803

runsolver used 0.068989 second user time and 0.152976 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 04:21:18
IDJOB=1063581
IDBENCH=54782
IDSOLVER=346
FILE ID=node82/1063581-1215138078
PBS_JOBID= 7877305
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-afiro.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063581-1215138078/watcher-1063581-1215138078 -o /tmp/evaluation-result-1063581-1215138078/solver-1063581-1215138078 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1063581-1215138078.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0fcb578b047f6fb70ec1e1db9f349465
RANDOM SEED=1889932791

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.239
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.239
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:       1485816 kB
Buffers:         38156 kB
Cached:         339436 kB
SwapCached:      17896 kB
Active:         328936 kB
Inactive:       197460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485816 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:         152604 kB
Slab:            28596 kB
Committed_AS:   730476 kB
PageTables:       2172 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= 66492 MiB
End job on node82 at 2008-07-04 04:22:08