Trace number 2063942

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+picosatSAT 131.588 132.918

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-13.xml
MD5SUM2bfe383200b06cc8d10162ce709ea70a
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.71467
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints24450
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24150
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:29:31 2009
0.00/0.08	c 0	PID 14591
0.06/0.08	c 0	HOST node16.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2063942-1247333370.xml TO HOME/temp.csp
0.06/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-2063942-1247333370.xml' 'HOME/temp.csp'
1.85/1.92	c 2	442 domains, 800 variables, 1 predicates, 0 relations, 24450 constraints
1.85/1.97	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.85/1.97	c 2	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'
1.88/2.05	c 2	Parsing HOME/temp.csp
2.09/2.24	c 2	parsed 10000 expressions
2.28/2.45	c 2	parsed 20000 expressions
2.38/2.51	c 2	parsed 25693 expressions
2.38/2.52	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.52	c 2	Converting to clausal form CSP
3.37/3.55	c 3	converted 2570 (10%) expressions
4.86/5.06	c 5	converted 5139 (20%) expressions
6.44/6.68	c 6	converted 7708 (30%) expressions
8.22/8.48	c 8	converted 10278 (40%) expressions
9.81/10.03	c 10	converted 12847 (50%) expressions
11.19/11.41	c 11	converted 15416 (60%) expressions
13.07/13.37	c 13	converted 17986 (70%) expressions
14.56/14.86	c 14	converted 20555 (80%) expressions
15.85/16.17	c 16	converted 23124 (90%) expressions
53.31/53.99	c 54	converted 25693 (100%) expressions
53.31/53.99	c 54	CSP : 800 integers, 0 booleans, 86282 clauses, largest domain size 36
53.31/53.99	c 54	Heap : 435 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
53.31/53.99	c 54	Propagation in CSP
59.35/60.03	c 60	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
59.35/60.03	c 60	CSP : 800 integers, 0 booleans, 86282 clauses, largest domain size 36
59.35/60.03	c 60	Heap : 446 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.45/60.12	c 60	Simplifing CSP by introducing new Boolean variables
63.12/63.84	c 63	CSP : 800 integers, 215889 booleans, 302171 clauses, largest domain size 36
63.12/63.84	c 63	Heap : 500 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
65.79/66.54	c 66	Encoding CSP to SAT : HOME/temp.cnf
65.89/66.63	c 66	80 (10%) CSP integer variables are encoded (1853 clauses, 22032 bytes)
65.89/66.64	c 66	160 (20%) CSP integer variables are encoded (3744 clauses, 46615 bytes)
65.89/66.65	c 66	240 (30%) CSP integer variables are encoded (5617 clauses, 70964 bytes)
65.89/66.66	c 66	320 (40%) CSP integer variables are encoded (7534 clauses, 95885 bytes)
65.89/66.66	c 66	400 (50%) CSP integer variables are encoded (9357 clauses, 119584 bytes)
65.89/66.67	c 66	480 (60%) CSP integer variables are encoded (9539 clauses, 121950 bytes)
65.89/66.67	c 66	560 (70%) CSP integer variables are encoded (9897 clauses, 127275 bytes)
65.89/66.67	c 66	640 (80%) CSP integer variables are encoded (10161 clauses, 131235 bytes)
65.89/66.67	c 66	720 (90%) CSP integer variables are encoded (10534 clauses, 136830 bytes)
65.89/66.67	c 66	800 (100%) CSP integer variables are encoded (10772 clauses, 140400 bytes)
67.48/68.25	c 68	30218 (10%) CSP clauses are encoded (340880 clauses, 6395441 bytes)
68.95/69.76	c 69	60435 (20%) CSP clauses are encoded (681703 clauses, 13117612 bytes)
70.44/71.26	c 71	90652 (30%) CSP clauses are encoded (1017749 clauses, 19745427 bytes)
72.01/72.84	c 72	120869 (40%) CSP clauses are encoded (1368874 clauses, 26758118 bytes)
74.01/74.89	c 75	151086 (50%) CSP clauses are encoded (1850267 clauses, 36521089 bytes)
76.07/76.95	c 77	181303 (60%) CSP clauses are encoded (2329826 clauses, 46295453 bytes)
78.05/79.00	c 79	211520 (70%) CSP clauses are encoded (2806404 clauses, 55974773 bytes)
80.14/81.06	c 81	241737 (80%) CSP clauses are encoded (3284583 clauses, 65716981 bytes)
82.21/83.13	c 83	271954 (90%) CSP clauses are encoded (3764569 clauses, 75448415 bytes)
84.28/85.20	c 85	302171 (100%) CSP clauses are encoded (4245751 clauses, 85207709 bytes)
84.28/85.20	c 85	302171 CSP clauses encoded
84.28/85.20	c 85	Writing map file : HOME/temp.map
84.28/85.24	c 85	Heap : 509 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.28/85.24	c 85	SAT : 227272 SAT variables, 4245751 SAT clauses, 85207709 bytes
84.28/85.24	c 85	Heap : 509 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.39/85.33	c 85	SOLVING HOME/temp.cnf
84.39/85.33	c 85	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
130.86/132.23	c 132	DECODING HOME/temp.out WITH HOME/temp.map
130.86/132.23	c 132	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'
130.91/132.31	c 132	Decoding HOME/temp.out
130.91/132.81	s SATISFIABLE
130.91/132.85	v 26 2 17 28 0 7 27 4 19 7 40 6 28 42 3 26 18 32 26 7 10 44 10 32 5 9 31 13 11 19 36 23 37 1 6 33 27 7 0 10 36 9 3 23 14 16 30 8 23 28 1 7 30 18 40 44 20 24 23 7 25 8 29 4 25 16 14 23 34 10 22 21 31 15 18 8 18 4 13 13 22 37 10 35 1 17 44 44 42 35 39 43 18 5 29 16 28 33 31 29 5 6 29 2 16 12 6 0 5 37 17 11 43 44 17 1 18 42 3 13 23 1 20 41 31 10 27 12 23 0 8 33 30 32 5 24 18 2 41 39 31 20 9 30 37 12 33 39 44 12 2 15 41 14 33 26 44 19 4 24 6 21 17 17 39 24 4 10 21 38 12 19 37 20 25 5 12 18 39 13 43 18 35 6 0 16 36 9 3 20 4 22 30 11 11 12 16 16 39 19 34 34 28 36 5 2 19 36 29 15 23 13 42 2 43 16 10 8 9 26 38 25 32 37 29 3 21 44 27 26 32 0 11 6 16 36 14 14 38 36 18 3 5 14 35 8 15 26 30 39 13 31 33 29 19 13 8 28 28 22 22 6 43 27 6 21 28 42 10 44 36 7 38 37 3 32 9 31 33 27 15 27 29 22 26 36 5 34 21 13 10 6 11 17 3 12 43 4 20 14 28 27 42 22 8 24 38 32 0 34 24 32 13 4 38 33 12 8 39 23 17 19 40 24 20 43 22 12 27 39 3 35 25 7 35 33 19 21 4 15 21 9 9 25 41 17 36 38 26 24 38 21 14 15 41 26 14 7 13 11 38 11 37 22 40 25 43 19 27 34 10 0 34 25 42 35 16 32 40 19 26 2 35 41 40 5 43 15 24 35 43 29 40 1 4 8 31 1 31 8 10 18 16 11 13 2 4 11 16 6 18 14 0 14 13 18 14 18 2 13 12 8 10 9 4 16 18 10 16 11 14 14 8 13 13 9 0 1 4 7 1 17 2 8 16 18 8 17 15 10 16 12 11 15 19 9 15 4 9 18 7 9 13 18 15 10 10 1 6 9 12 14 19 13 18 10 16 15 9 7 8 15 14 1 8 14 18 19 17 19 18 19 3 16 9 4 14 2 17 11 19 11 8 4 9 10 18 9 18 1 4 19 18 17 15 2 13 15 12 16 12 9 8 4 15 17 16 18 10 16 11 15 14 10 17 0 12 16 17 13 12 7 15 4 4 2 18 12 11 14 13 18 15 15 16 14 7 13 19 8 15 16 17 7 4 18 0 2 10 9 16 15 18 11 18 15 17 6 19 17 2 10 11 17 11 15 17 7 1 1 12 2 19 14 18 12 17 3 1 4 7 15 7 0 14 14 3 18 19 15 7 19 10 12 17 6 11 12 14 12 6 13 11 16 1 9 8 16 8 11 17 6 12 1 2 19 11 19 13 16 9 18 13 9 4 7 14 7 18 14 15 4 12 18 0 6 13 16 19 9 19 19 9 19 4 15 12 11 15 4 13 16 8 14 16 2 9 1 11 13 10 12 14 0 6 10 11 17 2 0 6 3 11 12 15 11 7 9 10 3 3 18 4 18 6 16 4 14 14 12 15 1 2 8 1 1 3 5 6 13 11 19 6 13 4 15 17 1 15 2 0 3 10 4 7 13 8 19 1 3 11 10 8 9 9 10 11 11 5 17 7 6 8 4 1 4 14 7 14 5 10 2 0 15 16 6 10 1 1 11 13 1 0 14 12 8 5 0 2 2 3 3 18 14 11 0 1 12 14 15 4 4 0 15 3 3 14 11 7 2
130.91/132.85	c 132	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
130.91/132.88	c 132	CPU 131.52 (0.06 0.02 109.55 21.89)
130.91/132.88	c 132	END Sat Jul 11 19:31:43 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-2063942-1247333370/watcher-2063942-1247333370 -o /tmp/evaluation-result-2063942-1247333370/solver-2063942-1247333370 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063942-1247333370.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: 1.86 1.98 1.90 3/82 14591
/proc/meminfo: memFree=1507544/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=4708 CPUtime=0
/proc/14591/stat : 14591 (sugar) R 14589 14591 14554 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 20403917 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 231959754121 0 0 4096 0 0 0 0 17 1 0 0
/proc/14591/statm: 1177 43 33 3 0 8 0

[startup+0.0825541 s]
/proc/loadavg: 1.86 1.98 1.90 3/82 14591
/proc/meminfo: memFree=1507544/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16740 CPUtime=0.06
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20403917 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101463 s]
/proc/loadavg: 1.86 1.98 1.90 3/82 14591
/proc/meminfo: memFree=1507544/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=0.06
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.3014 s]
/proc/loadavg: 1.86 1.98 1.90 3/82 14591
/proc/meminfo: memFree=1507544/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=0.06
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701287 s]
/proc/loadavg: 1.86 1.98 1.90 3/82 14591
/proc/meminfo: memFree=1507544/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=0.06
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50206 s]
/proc/loadavg: 1.86 1.98 1.90 3/93 14603
/proc/meminfo: memFree=1480896/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=0.06
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
[pid=14594] ppid=14591 vsize=5356 CPUtime=0
/proc/14594/stat : 14594 (sh) S 14591 14591 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20403925 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14594/statm: 1339 233 193 169 0 50 0
[pid=14595] ppid=14594 vsize=864792 CPUtime=1.38
/proc/14595/stat : 14595 (java) S 14594 14591 14554 0 -1 0 14536 0 1 0 131 7 0 0 18 0 9 0 20403925 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14595/statm: 216198 12567 2556 9 0 210710 0
[pid=14595/tid=14596] ppid=14594 vsize=864792 CPUtime=0.8
/proc/14595/task/14596/stat : 14596 (java) R 14594 14591 14554 0 -1 64 3075 0 1 0 78 2 0 0 24 0 9 0 20403926 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4125958488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14595/tid=14597] ppid=14594 vsize=864792 CPUtime=0.42
/proc/14595/task/14597/stat : 14597 (java) S 14594 14591 14554 0 -1 64 10229 0 0 0 38 4 0 0 16 0 9 0 20403928 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14595/tid=14598] ppid=14594 vsize=864792 CPUtime=0
/proc/14595/task/14598/stat : 14598 (java) S 14594 14591 14554 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20403928 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14595/tid=14599] ppid=14594 vsize=864792 CPUtime=0
/proc/14595/task/14599/stat : 14599 (java) S 14594 14591 14554 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20403928 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14595/tid=14600] ppid=14594 vsize=864792 CPUtime=0
/proc/14595/task/14600/stat : 14600 (java) S 14594 14591 14554 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20403931 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14595/tid=14601] ppid=14594 vsize=864792 CPUtime=0.14
/proc/14595/task/14601/stat : 14601 (java) S 14594 14591 14554 0 -1 64 527 0 0 0 14 0 0 0 16 0 9 0 20403931 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14595/tid=14602] ppid=14594 vsize=864792 CPUtime=0
/proc/14595/task/14602/stat : 14602 (java) S 14594 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20403931 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14595/tid=14603] ppid=14594 vsize=864792 CPUtime=0
/proc/14595/task/14603/stat : 14603 (java) S 14594 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20403931 885547008 12567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887016

[startup+3.1026 s]
/proc/loadavg: 1.86 1.98 1.90 4/93 14613
/proc/meminfo: memFree=1498560/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=1.88
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1309 15299 0 1 5 1 173 9 15 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
[pid=14604] ppid=14591 vsize=5356 CPUtime=0
/proc/14604/stat : 14604 (sh) S 14591 14591 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20404114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14604/statm: 1339 233 193 169 0 50 0
[pid=14605] ppid=14604 vsize=868636 CPUtime=1.1
/proc/14605/stat : 14605 (java) S 14604 14591 14554 0 -1 0 9974 0 1 0 105 5 0 0 18 0 9 0 20404115 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14605/statm: 217159 9036 2566 9 0 211664 0
[pid=14605/tid=14606] ppid=14604 vsize=868636 CPUtime=0.6
/proc/14605/task/14606/stat : 14606 (java) R 14604 14591 14554 0 -1 64 2705 0 1 0 58 2 0 0 24 0 9 0 20404115 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4126586820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14607] ppid=14604 vsize=868636 CPUtime=0.3
/proc/14605/task/14607/stat : 14607 (java) S 14604 14591 14554 0 -1 64 5102 0 0 0 29 1 0 0 16 0 9 0 20404117 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14608] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14608/stat : 14608 (java) S 14604 14591 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20404117 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14609] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14609/stat : 14609 (java) S 14604 14591 14554 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20404117 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14610] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14610/stat : 14610 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20404119 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14611] ppid=14604 vsize=868636 CPUtime=0.16
/proc/14605/task/14611/stat : 14611 (java) S 14604 14591 14554 0 -1 64 1464 0 0 0 16 0 0 0 16 0 9 0 20404119 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14612] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14612/stat : 14612 (java) S 14604 14591 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20404119 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14613] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14613/stat : 14613 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20404119 889483264 9036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890860

[startup+6.30949 s]
/proc/loadavg: 1.88 1.98 1.90 3/93 14613
/proc/meminfo: memFree=1454080/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=1.88
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1309 15299 0 1 5 1 173 9 16 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
[pid=14604] ppid=14591 vsize=5356 CPUtime=0
/proc/14604/stat : 14604 (sh) S 14591 14591 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20404114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14604/statm: 1339 233 193 169 0 50 0
[pid=14605] ppid=14604 vsize=868636 CPUtime=4.28
/proc/14605/stat : 14605 (java) S 14604 14591 14554 0 -1 0 18330 0 1 0 418 10 0 0 18 0 9 0 20404115 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14605/statm: 217159 17215 2566 9 0 211664 0
[pid=14605/tid=14606] ppid=14604 vsize=868636 CPUtime=3.04
/proc/14605/task/14606/stat : 14606 (java) R 14604 14591 14554 0 -1 64 3188 0 1 0 302 2 0 0 25 0 9 0 20404115 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14607] ppid=14604 vsize=868636 CPUtime=1.02
/proc/14605/task/14607/stat : 14607 (java) S 14604 14591 14554 0 -1 64 12972 0 0 0 97 5 0 0 15 0 9 0 20404117 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14608] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14608/stat : 14608 (java) S 14604 14591 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20404117 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14609] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14609/stat : 14609 (java) S 14604 14591 14554 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20404117 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14610] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14610/stat : 14610 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20404119 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14611] ppid=14604 vsize=868636 CPUtime=0.18
/proc/14605/task/14611/stat : 14611 (java) S 14604 14591 14554 0 -1 64 1467 0 0 0 17 1 0 0 15 0 9 0 20404119 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14612] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14612/stat : 14612 (java) S 14604 14591 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20404119 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14613] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14613/stat : 14613 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20404119 889483264 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890860

[startup+12.7028 s]
/proc/loadavg: 1.97 2.00 1.91 4/93 14613
/proc/meminfo: memFree=1387008/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=1.88
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1309 15299 0 1 5 1 173 9 16 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
[pid=14604] ppid=14591 vsize=5356 CPUtime=0
/proc/14604/stat : 14604 (sh) S 14591 14591 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20404114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14604/statm: 1339 233 193 169 0 50 0
[pid=14605] ppid=14604 vsize=868636 CPUtime=10.6
/proc/14605/stat : 14605 (java) S 14604 14591 14554 0 -1 0 37904 0 1 0 1041 19 0 0 18 0 9 0 20404115 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14605/statm: 217159 33221 2567 9 0 211664 0
[pid=14605/tid=14606] ppid=14604 vsize=868636 CPUtime=8.05
/proc/14605/task/14606/stat : 14606 (java) R 14604 14591 14554 0 -1 64 3680 0 1 0 803 2 0 0 25 0 9 0 20404115 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14607] ppid=14604 vsize=868636 CPUtime=2.34
/proc/14605/task/14607/stat : 14607 (java) R 14604 14591 14554 0 -1 64 32051 0 0 0 220 14 0 0 16 0 9 0 20404117 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14608] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14608/stat : 14608 (java) S 14604 14591 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20404117 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14609] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14609/stat : 14609 (java) S 14604 14591 14554 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20404117 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14610] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14610/stat : 14610 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20404119 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14611] ppid=14604 vsize=868636 CPUtime=0.18
/proc/14605/task/14611/stat : 14611 (java) S 14604 14591 14554 0 -1 64 1470 0 0 0 17 1 0 0 16 0 9 0 20404119 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14612] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14612/stat : 14612 (java) S 14604 14591 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20404119 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14613] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14613/stat : 14613 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20404119 889483264 33221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890860

[startup+25.5022 s]
/proc/loadavg: 2.04 2.01 1.92 3/93 14613
/proc/meminfo: memFree=1268160/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=1.88
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1309 15299 0 1 5 1 173 9 16 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
[pid=14604] ppid=14591 vsize=5356 CPUtime=0
/proc/14604/stat : 14604 (sh) S 14591 14591 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20404114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14604/statm: 1339 233 193 169 0 50 0
[pid=14605] ppid=14604 vsize=868636 CPUtime=23.28
/proc/14605/stat : 14605 (java) S 14604 14591 14554 0 -1 0 73622 0 1 0 2293 35 0 0 18 0 9 0 20404115 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14605/statm: 217159 61852 2567 9 0 211664 0
[pid=14605/tid=14606] ppid=14604 vsize=868636 CPUtime=17.26
/proc/14605/task/14606/stat : 14606 (java) R 14604 14591 14554 0 -1 64 5737 0 1 0 1722 4 0 0 25 0 9 0 20404115 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4126549127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14607] ppid=14604 vsize=868636 CPUtime=5.81
/proc/14605/task/14607/stat : 14607 (java) S 14604 14591 14554 0 -1 64 65706 0 0 0 552 29 0 0 16 0 9 0 20404117 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14608] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14608/stat : 14608 (java) S 14604 14591 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20404117 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14609] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14609/stat : 14609 (java) S 14604 14591 14554 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20404117 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14610] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14610/stat : 14610 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20404119 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14611] ppid=14604 vsize=868636 CPUtime=0.19
/proc/14605/task/14611/stat : 14611 (java) S 14604 14591 14554 0 -1 64 1476 0 0 0 18 1 0 0 15 0 9 0 20404119 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14612] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14612/stat : 14612 (java) S 14604 14591 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20404119 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14613] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14613/stat : 14613 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20404119 889483264 61852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890860

[startup+51.1028 s]
/proc/loadavg: 2.03 2.01 1.92 3/93 14613
/proc/meminfo: memFree=1048768/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=1.88
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1309 15299 0 1 5 1 173 9 16 0 1 0 20403917 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1111 409 3 0 796 0
[pid=14604] ppid=14591 vsize=5356 CPUtime=0
/proc/14604/stat : 14604 (sh) S 14591 14591 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20404114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14604/statm: 1339 233 193 169 0 50 0
[pid=14605] ppid=14604 vsize=868636 CPUtime=48.65
/proc/14605/stat : 14605 (java) S 14604 14591 14554 0 -1 0 133279 0 1 0 4805 60 0 0 18 0 9 0 20404115 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14605/statm: 217159 117296 2567 9 0 211664 0
[pid=14605/tid=14606] ppid=14604 vsize=868636 CPUtime=37.61
/proc/14605/task/14606/stat : 14606 (java) R 14604 14591 14554 0 -1 64 7833 0 1 0 3756 5 0 0 25 0 9 0 20404115 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4126426175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14607] ppid=14604 vsize=868636 CPUtime=10.82
/proc/14605/task/14607/stat : 14607 (java) S 14604 14591 14554 0 -1 64 123267 0 0 0 1030 52 0 0 16 0 9 0 20404117 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14608] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14608/stat : 14608 (java) S 14604 14591 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20404117 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14609] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14609/stat : 14609 (java) S 14604 14591 14554 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20404117 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14610] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14610/stat : 14610 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20404119 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14611] ppid=14604 vsize=868636 CPUtime=0.19
/proc/14605/task/14611/stat : 14611 (java) S 14604 14591 14554 0 -1 64 1476 0 0 0 18 1 0 0 15 0 9 0 20404119 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14612] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14612/stat : 14612 (java) S 14604 14591 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20404119 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14605/tid=14613] ppid=14604 vsize=868636 CPUtime=0
/proc/14605/task/14613/stat : 14613 (java) S 14604 14591 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20404119 889483264 117296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 890860

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 1.92 3/85 14615
/proc/meminfo: memFree=1347776/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=84.44
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1365 180760 0 2 6 1 8292 145 16 0 1 0 20403917 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1113 409 3 0 796 0
[pid=14614] ppid=14591 vsize=5356 CPUtime=0
/proc/14614/stat : 14614 (sh) S 14591 14591 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20412450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14614/statm: 1339 232 193 169 0 50 0
[pid=14615] ppid=14614 vsize=73552 CPUtime=16.79
/proc/14615/stat : 14615 (picosat) R 14614 14591 14554 0 -1 4194304 17923 0 0 0 764 915 0 0 25 0 1 0 20412451 75317248 17909 996147200 134512640 134931368 4294956256 18446744073709551615 134549528 0 0 4096 0 0 0 0 17 1 0 0
/proc/14615/statm: 18388 17909 40 102 0 18283 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 95776

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

[startup+115.102 s]
/proc/loadavg: 2.01 2.00 1.92 3/85 14615
/proc/meminfo: memFree=1298752/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=84.44
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1365 180760 0 2 6 1 8292 145 16 0 1 0 20403917 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1113 409 3 0 796 0
[pid=14614] ppid=14591 vsize=5356 CPUtime=0
/proc/14614/stat : 14614 (sh) S 14591 14591 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20412450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14614/statm: 1339 232 193 169 0 50 0
[pid=14615] ppid=14614 vsize=132976 CPUtime=29.48
/proc/14615/stat : 14615 (picosat) R 14614 14591 14554 0 -1 4194304 30902 0 0 0 1341 1607 0 0 25 0 1 0 20412451 136167424 30888 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14615/statm: 33244 30888 40 102 0 33139 0
Current children cumulated CPU time (s) 113.92
Current children cumulated vsize (KiB) 155200

[startup+121.502 s]
/proc/loadavg: 2.01 2.00 1.92 3/85 14615
/proc/meminfo: memFree=1271872/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=84.44
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1365 180760 0 2 6 1 8292 145 16 0 1 0 20403917 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1113 409 3 0 796 0
[pid=14614] ppid=14591 vsize=5356 CPUtime=0
/proc/14614/stat : 14614 (sh) S 14591 14591 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20412450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14614/statm: 1339 232 193 169 0 50 0
[pid=14615] ppid=14614 vsize=154492 CPUtime=35.82
/proc/14615/stat : 14615 (picosat) R 14614 14591 14554 0 -1 4194304 37401 0 0 0 1633 1949 0 0 25 0 1 0 20412451 158199808 37387 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/14615/statm: 38623 37387 40 102 0 38518 0
Current children cumulated CPU time (s) 120.26
Current children cumulated vsize (KiB) 176716

[startup+127.902 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 14615
/proc/meminfo: memFree=1261760/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=84.44
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1365 180760 0 2 6 1 8292 145 16 0 1 0 20403917 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1113 409 3 0 796 0
[pid=14614] ppid=14591 vsize=5356 CPUtime=0
/proc/14614/stat : 14614 (sh) S 14591 14591 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20412450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14614/statm: 1339 232 193 169 0 50 0
[pid=14615] ppid=14614 vsize=164552 CPUtime=42.16
/proc/14615/stat : 14615 (picosat) R 14614 14591 14554 0 -1 4194304 39340 0 0 0 2179 2037 0 0 25 0 1 0 20412451 168501248 39324 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/14615/statm: 41138 39324 48 102 0 41033 0
Current children cumulated CPU time (s) 126.6
Current children cumulated vsize (KiB) 186776

[startup+131.103 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 14615
/proc/meminfo: memFree=1261632/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=84.44
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1365 180760 0 2 6 1 8292 145 16 0 1 0 20403917 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1113 409 3 0 796 0
[pid=14614] ppid=14591 vsize=5356 CPUtime=0
/proc/14614/stat : 14614 (sh) S 14591 14591 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20412450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14614/statm: 1339 232 193 169 0 50 0
[pid=14615] ppid=14614 vsize=164684 CPUtime=45.33
/proc/14615/stat : 14615 (picosat) R 14614 14591 14554 0 -1 4194304 39378 0 0 0 2496 2037 0 0 25 0 1 0 20412451 168636416 39362 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14615/statm: 41171 39362 48 102 0 41066 0
Current children cumulated CPU time (s) 129.77
Current children cumulated vsize (KiB) 186908

[startup+131.903 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 14615
/proc/meminfo: memFree=1259648/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=84.44
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1365 180760 0 2 6 1 8292 145 16 0 1 0 20403917 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1113 409 3 0 796 0
[pid=14614] ppid=14591 vsize=5356 CPUtime=0
/proc/14614/stat : 14614 (sh) S 14591 14591 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20412450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14614/statm: 1339 232 193 169 0 50 0
[pid=14615] ppid=14614 vsize=164688 CPUtime=46.13
/proc/14615/stat : 14615 (picosat) R 14614 14591 14554 0 -1 4194304 39475 0 0 0 2575 2038 0 0 25 0 1 0 20412451 168640512 39459 996147200 134512640 134931368 4294956256 18446744073709551615 134668097 0 0 4096 0 0 0 0 17 1 0 0
/proc/14615/statm: 41172 39459 52 102 0 41067 0
Current children cumulated CPU time (s) 130.57
Current children cumulated vsize (KiB) 186912

[startup+132.701 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 14615
/proc/meminfo: memFree=1259648/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=130.91
/proc/14591/stat : 14591 (sugar) S 14589 14591 14554 0 -1 4194304 1446 220521 0 2 6 2 10897 2186 16 0 1 0 20403917 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14591/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 130.91
Current children cumulated vsize (KiB) 16868

[startup+132.901 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 14615
/proc/meminfo: memFree=1259648/2055920 swapFree=4192812/4192956
[pid=14591] ppid=14589 vsize=16868 CPUtime=131.55
/proc/14591/stat : 14591 (sugar) R 14589 14591 14554 0 -1 4194304 1476 224802 0 3 6 5 10955 2189 16 0 1 0 20403917 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14591/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 131.55
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 132.918
CPU time (s): 131.588
CPU user time (s): 109.62
CPU system time (s): 21.9677
CPU usage (%): 98.999
Max. virtual memory (cumulated for all children) (KiB): 903672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.62
system time used= 21.9677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226339
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= 7757
involuntary context switches= 9918

runsolver used 0.165974 second user time and 0.460929 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-11 19:29:31
IDJOB=2063942
IDBENCH=54108
IDSOLVER=738
FILE ID=node16/2063942-1247333370
PBS_JOBID= 9506694
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-13.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063942-1247333370/watcher-2063942-1247333370 -o /tmp/evaluation-result-2063942-1247333370/solver-2063942-1247333370 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063942-1247333370.xml

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

MD5SUM BENCH= 2bfe383200b06cc8d10162ce709ea70a
RANDOM SEED=1049746696

node16.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.231
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.231
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:       1508088 kB
Buffers:         11948 kB
Cached:          68972 kB
SwapCached:          0 kB
Active:         468296 kB
Inactive:        29408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5092 kB
Writeback:           0 kB
Mapped:         437264 kB
Slab:            34412 kB
Committed_AS:   550376 kB
PageTables:       2764 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= 66444 MiB
End job on node16 at 2009-07-11 19:31:44