Trace number 2083996

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+minisat? 1016.13 1032.49

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-10.xml
MD5SUMca469f3f7e98ebe7c882bce7bb3fd65e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark46.7669
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:03:06 2009
0.00/0.08	c 0	PID 20720
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083996-1247378585.xml TO HOME/temp.csp
0.00/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-2083996-1247378585.xml' 'HOME/temp.csp'
3.49/3.63	c 3	39 domains, 2900 variables, 8 predicates, 0 relations, 67898 constraints
3.49/3.70	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.49/3.70	c 3	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'
3.54/3.78	c 3	Parsing HOME/temp.csp
3.54/3.95	c 4	parsed 10000 expressions
3.54/4.16	c 4	parsed 20000 expressions
3.54/4.27	c 4	parsed 30000 expressions
4.22/4.46	c 4	parsed 40000 expressions
4.32/4.58	c 4	parsed 50000 expressions
4.62/4.84	c 5	parsed 60000 expressions
4.72/4.95	c 5	parsed 70000 expressions
4.72/4.96	c 5	parsed 70845 expressions
4.72/4.97	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.72/4.97	c 5	Converting to clausal form CSP
15.57/15.82	c 16	converted 7085 (10%) expressions
32.18/32.53	c 32	converted 14169 (20%) expressions
49.09/49.55	c 49	converted 21254 (30%) expressions
65.40/65.99	c 66	converted 28338 (40%) expressions
81.81/82.44	c 82	converted 35423 (50%) expressions
97.33/98.08	c 98	converted 42507 (60%) expressions
112.64/113.48	c 113	converted 49592 (70%) expressions
128.47/129.34	c 129	converted 56676 (80%) expressions
140.91/141.87	c 142	converted 63761 (90%) expressions
151.56/152.54	c 152	converted 70845 (100%) expressions
151.56/152.55	c 152	CSP : 19753 integers, 193479 booleans, 455041 clauses, largest domain size 2217
151.56/152.55	c 152	Heap : 414 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
151.56/152.55	c 152	Propagation in CSP
167.38/168.49	c 168	120 values, 0 unsatisfiable literals, and 0 valid clauses are removed
167.38/168.49	c 168	CSP : 19753 integers, 193479 booleans, 455041 clauses, largest domain size 2217
167.38/168.49	c 168	Heap : 418 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
167.58/168.63	c 168	Simplifing CSP by introducing new Boolean variables
168.27/169.37	c 169	CSP : 19753 integers, 339085 booleans, 600647 clauses, largest domain size 2217
168.27/169.37	c 169	Heap : 448 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
171.06/172.10	c 172	Encoding CSP to SAT : HOME/temp.cnf
210.26/211.59	c 211	1976 (10%) CSP integer variables are encoded (1003671 clauses, 16851975 bytes)
230.85/232.26	c 232	3951 (20%) CSP integer variables are encoded (3373327 clauses, 61875439 bytes)
235.20/236.63	c 236	5926 (30%) CSP integer variables are encoded (6865696 clauses, 128230450 bytes)
239.74/241.25	c 241	7902 (40%) CSP integer variables are encoded (10383752 clauses, 195856385 bytes)
244.47/246.05	c 246	9877 (50%) CSP integer variables are encoded (13868119 clauses, 269028092 bytes)
249.18/250.89	c 251	11852 (60%) CSP integer variables are encoded (17366628 clauses, 342496781 bytes)
253.95/255.72	c 255	13828 (70%) CSP integer variables are encoded (20868368 clauses, 416033321 bytes)
258.63/260.56	c 260	15803 (80%) CSP integer variables are encoded (24373193 clauses, 489634646 bytes)
263.42/265.41	c 265	17778 (90%) CSP integer variables are encoded (27881430 clauses, 563307623 bytes)
268.12/270.21	c 270	19753 (100%) CSP integer variables are encoded (31360109 clauses, 636359882 bytes)
395.97/399.30	c 399	60065 (10%) CSP clauses are encoded (46294013 clauses, 1045710872 bytes)
513.99/518.58	c 518	120130 (20%) CSP clauses are encoded (60852268 clauses, 1448176172 bytes)
631.81/638.26	c 638	180195 (30%) CSP clauses are encoded (75006752 clauses, 1855205206 bytes)
760.84/769.53	c 769	240259 (40%) CSP clauses are encoded (89810135 clauses, 2288926070 bytes)
878.53/889.36	c 889	300324 (50%) CSP clauses are encoded (104817560 clauses, 2730703014 bytes)
1000.88/1013.67	c 1013	360389 (60%) CSP clauses are encoded (119666005 clauses, 3167036079 bytes)
1015.09/1028.22	c 1028	ERROR Exception Too large HOME/temp.cnf
1015.09/1028.22	c 1028	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1015.09/1028.22	c 1028	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1015.09/1028.22	c 1028	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1015.09/1028.22	s UNKNOWN
1015.13/1028.36	c 1028	CPU 1015.21 (0.06 0.01 995.5 19.64)
1015.13/1028.36	c 1028	END Sun Jul 12 08:20:14 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083996-1247378585/watcher-2083996-1247378585 -o /tmp/evaluation-result-2083996-1247378585/solver-2083996-1247378585 -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-2083996-1247378585.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.18 2.13 2.09 4/72 20720
/proc/meminfo: memFree=1887784/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=12268 CPUtime=0
/proc/20720/stat : 20720 (sugar) R 20718 20720 19584 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24925058 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272476716030 0 0 4224 0 0 0 0 17 1 0 0
/proc/20720/statm: 3067 316 241 3 0 167 0

[startup+0.0928881 s]
/proc/loadavg: 2.18 2.13 2.09 4/72 20720
/proc/meminfo: memFree=1887784/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=0.06
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101887 s]
/proc/loadavg: 2.18 2.13 2.09 4/72 20720
/proc/meminfo: memFree=1887784/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=0.06
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301916 s]
/proc/loadavg: 2.18 2.13 2.09 4/72 20720
/proc/meminfo: memFree=1887784/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=0.06
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701975 s]
/proc/loadavg: 2.18 2.13 2.09 4/72 20720
/proc/meminfo: memFree=1887784/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=0.06
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 2.18 2.13 2.09 4/83 20732
/proc/meminfo: memFree=1851984/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=0.06
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20723] ppid=20720 vsize=5356 CPUtime=0
/proc/20723/stat : 20723 (sh) S 20720 20720 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24925067 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20723/statm: 1339 233 193 169 0 50 0
[pid=20724] ppid=20723 vsize=866760 CPUtime=1.34
/proc/20724/stat : 20724 (java) S 20723 20720 19584 0 -1 0 18010 0 1 0 126 8 0 0 18 0 9 0 24925067 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20724/statm: 216690 15578 2557 9 0 211202 0
[pid=20724/tid=20725] ppid=20723 vsize=866760 CPUtime=0.72
/proc/20724/task/20725/stat : 20725 (java) R 20723 20720 19584 0 -1 64 3027 0 1 0 69 3 0 0 23 0 9 0 24925068 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20726] ppid=20723 vsize=866760 CPUtime=0.51
/proc/20724/task/20726/stat : 20726 (java) R 20723 20720 19584 0 -1 64 13784 0 0 0 47 4 0 0 16 0 9 0 24925069 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 104189896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20727] ppid=20723 vsize=866760 CPUtime=0
/proc/20724/task/20727/stat : 20727 (java) S 20723 20720 19584 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24925070 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20728] ppid=20723 vsize=866760 CPUtime=0
/proc/20724/task/20728/stat : 20728 (java) S 20723 20720 19584 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24925070 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20729] ppid=20723 vsize=866760 CPUtime=0
/proc/20724/task/20729/stat : 20729 (java) S 20723 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24925072 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20730] ppid=20723 vsize=866760 CPUtime=0.09
/proc/20724/task/20730/stat : 20730 (java) S 20723 20720 19584 0 -1 64 495 0 0 0 9 0 0 0 16 0 9 0 24925072 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20731] ppid=20723 vsize=866760 CPUtime=0
/proc/20724/task/20731/stat : 20731 (java) S 20723 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24925072 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20732] ppid=20723 vsize=866760 CPUtime=0
/proc/20724/task/20732/stat : 20732 (java) S 20723 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24925072 887562240 15578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 888984

[startup+3.10132 s]
/proc/loadavg: 2.17 2.13 2.09 4/83 20732
/proc/meminfo: memFree=1803984/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=0.06
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20723] ppid=20720 vsize=5356 CPUtime=0
/proc/20723/stat : 20723 (sh) S 20720 20720 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24925067 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20723/statm: 1339 233 193 169 0 50 0
[pid=20724] ppid=20723 vsize=864776 CPUtime=2.93
/proc/20724/stat : 20724 (java) S 20723 20720 19584 0 -1 0 32069 0 1 0 279 14 0 0 18 0 9 0 24925067 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20724/statm: 216194 27155 2557 9 0 210706 0
[pid=20724/tid=20725] ppid=20723 vsize=864776 CPUtime=1.57
/proc/20724/task/20725/stat : 20725 (java) R 20723 20720 19584 0 -1 64 3919 0 1 0 153 4 0 0 25 0 9 0 24925068 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4126671271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20726] ppid=20723 vsize=864776 CPUtime=1.19
/proc/20724/task/20726/stat : 20726 (java) S 20723 20720 19584 0 -1 64 26913 0 0 0 110 9 0 0 16 0 9 0 24925069 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20727] ppid=20723 vsize=864776 CPUtime=0
/proc/20724/task/20727/stat : 20727 (java) S 20723 20720 19584 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24925070 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20728] ppid=20723 vsize=864776 CPUtime=0
/proc/20724/task/20728/stat : 20728 (java) S 20723 20720 19584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24925070 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20729] ppid=20723 vsize=864776 CPUtime=0
/proc/20724/task/20729/stat : 20729 (java) S 20723 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24925072 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20730] ppid=20723 vsize=864776 CPUtime=0.15
/proc/20724/task/20730/stat : 20730 (java) S 20723 20720 19584 0 -1 64 533 0 0 0 15 0 0 0 16 0 9 0 24925072 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20731] ppid=20723 vsize=864776 CPUtime=0
/proc/20724/task/20731/stat : 20731 (java) S 20723 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24925072 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20724/tid=20732] ppid=20723 vsize=864776 CPUtime=0
/proc/20724/task/20732/stat : 20732 (java) S 20723 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24925072 885530624 27155 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887000

[startup+6.30278 s]
/proc/loadavg: 2.17 2.13 2.09 3/83 20742
/proc/meminfo: memFree=1839440/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=3.55
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1309 33412 0 1 6 1 331 17 15 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20733] ppid=20720 vsize=5356 CPUtime=0
/proc/20733/stat : 20733 (sh) S 20720 20720 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24925429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20733/statm: 1339 233 193 169 0 50 0
[pid=20734] ppid=20733 vsize=868548 CPUtime=2.57
/proc/20734/stat : 20734 (java) S 20733 20720 19584 0 -1 0 14618 0 1 0 250 7 0 0 18 0 9 0 24925429 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20734/statm: 217137 13268 2570 9 0 211642 0
[pid=20734/tid=20735] ppid=20733 vsize=868548 CPUtime=1.75
/proc/20734/task/20735/stat : 20735 (java) R 20733 20720 19584 0 -1 64 2896 0 1 0 174 1 0 0 25 0 9 0 24925430 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4126096702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20736] ppid=20733 vsize=868548 CPUtime=0.62
/proc/20734/task/20736/stat : 20736 (java) S 20733 20720 19584 0 -1 64 9543 0 0 0 58 4 0 0 16 0 9 0 24925431 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20737] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20737/stat : 20737 (java) S 20733 20720 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24925431 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20738] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20738/stat : 20738 (java) S 20733 20720 19584 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24925431 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20739] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20739/stat : 20739 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24925433 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20740] ppid=20733 vsize=868548 CPUtime=0.17
/proc/20734/task/20740/stat : 20740 (java) S 20733 20720 19584 0 -1 64 1477 0 0 0 17 0 0 0 15 0 9 0 24925433 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20741] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20741/stat : 20741 (java) S 20733 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24925433 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20742] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20742/stat : 20742 (java) S 20733 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24925433 889393152 13268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890772

[startup+12.7017 s]
/proc/loadavg: 2.14 2.12 2.09 3/83 20742
/proc/meminfo: memFree=1823888/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=3.55
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1309 33412 0 1 6 1 331 17 15 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20733] ppid=20720 vsize=5356 CPUtime=0
/proc/20733/stat : 20733 (sh) S 20720 20720 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24925429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20733/statm: 1339 233 193 169 0 50 0
[pid=20734] ppid=20733 vsize=868548 CPUtime=8.94
/proc/20734/stat : 20734 (java) S 20733 20720 19584 0 -1 0 23060 0 1 0 882 12 0 0 18 0 9 0 24925429 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20734/statm: 217137 17407 2568 9 0 211642 0
[pid=20734/tid=20735] ppid=20733 vsize=868548 CPUtime=7.35
/proc/20734/task/20735/stat : 20735 (java) R 20733 20720 19584 0 -1 64 3357 0 1 0 733 2 0 0 25 0 9 0 24925430 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4126500718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20736] ppid=20733 vsize=868548 CPUtime=1.36
/proc/20734/task/20736/stat : 20736 (java) S 20733 20720 19584 0 -1 64 17514 0 0 0 128 8 0 0 16 0 9 0 24925431 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20737] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20737/stat : 20737 (java) S 20733 20720 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24925431 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20738] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20738/stat : 20738 (java) S 20733 20720 19584 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24925431 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20739] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20739/stat : 20739 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24925433 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20740] ppid=20733 vsize=868548 CPUtime=0.19
/proc/20734/task/20740/stat : 20740 (java) S 20733 20720 19584 0 -1 64 1487 0 0 0 19 0 0 0 15 0 9 0 24925433 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20741] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20741/stat : 20741 (java) S 20733 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24925433 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20742] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20742/stat : 20742 (java) S 20733 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24925433 889393152 17407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890772

[startup+25.5026 s]
/proc/loadavg: 2.12 2.12 2.09 3/83 20742
/proc/meminfo: memFree=1791056/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=3.55
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1309 33412 0 1 6 1 331 17 16 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20733] ppid=20720 vsize=5356 CPUtime=0
/proc/20733/stat : 20733 (sh) S 20720 20720 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24925429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20733/statm: 1339 233 193 169 0 50 0
[pid=20734] ppid=20733 vsize=868548 CPUtime=21.67
/proc/20734/stat : 20734 (java) S 20733 20720 19584 0 -1 0 35304 0 1 0 2146 21 0 0 18 0 9 0 24925429 889393152 25215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20734/statm: 217137 25215 2568 9 0 211642 0
[pid=20734/tid=20735] ppid=20733 vsize=868548 CPUtime=18.81
/proc/20734/task/20735/stat : 20735 (java) R 20733 20720 19584 0 -1 64 4092 0 1 0 1877 4 0 0 25 0 9 0 24925430 889393152 25215 996147200 134512640 134550932 4294955936 18446744073709551615 4126500972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20736] ppid=20733 vsize=868548 CPUtime=2.62
/proc/20734/task/20736/stat : 20736 (java) S 20733 20720 19584 0 -1 64 29014 0 0 0 247 15 0 0 16 0 9 0 24925431 889393152 25215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20737] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20737/stat : 20737 (java) S 20733 20720 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24925431 889393152 25215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20738] ppid=20733 vsize=868548 CPUtime=0
/proc/20734/task/20738/stat : 20738 (java) S 20733 20720 19584 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24925431 889393152 25215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20739] ppid=20733 vsize=868548 CPUtime=0

################
# More data... #
################

[startup+1002.3 s]
/proc/loadavg: 2.18 2.13 2.10 3/83 20742
/proc/meminfo: memFree=15376/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=3.55
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1310 33412 0 1 6 1 331 17 16 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20733] ppid=20720 vsize=5356 CPUtime=0
/proc/20733/stat : 20733 (sh) S 20720 20720 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24925429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20733/statm: 1339 233 193 169 0 50 0
[pid=20734] ppid=20733 vsize=869684 CPUtime=986.19
/proc/20734/stat : 20734 (java) S 20733 20720 19584 0 -1 0 150151 0 1 0 96736 1883 0 0 18 0 9 0 24925429 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20734/statm: 217421 122992 2593 9 0 211898 0
[pid=20734/tid=20735] ppid=20733 vsize=869684 CPUtime=965.38
/proc/20734/task/20735/stat : 20735 (java) R 20733 20720 19584 0 -1 64 11279 0 1 0 94737 1801 0 0 25 0 9 0 24925430 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4126976582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20736] ppid=20733 vsize=869684 CPUtime=20.47
/proc/20734/task/20736/stat : 20736 (java) S 20733 20720 19584 0 -1 64 136619 0 0 0 1968 79 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20737] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20737/stat : 20737 (java) S 20733 20720 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20738] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20738/stat : 20738 (java) S 20733 20720 19584 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20739] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20739/stat : 20739 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20740] ppid=20733 vsize=869684 CPUtime=0.31
/proc/20734/task/20740/stat : 20740 (java) S 20733 20720 19584 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20741] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20741/stat : 20741 (java) S 20733 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20742] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20742/stat : 20742 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 989.74
Current children cumulated vsize (KiB) 891908

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

[startup+1011.1 s]
/proc/loadavg: 2.17 2.13 2.09 3/83 20742
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=3.55
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1310 33412 0 1 6 1 331 17 16 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20733] ppid=20720 vsize=5356 CPUtime=0
/proc/20733/stat : 20733 (sh) S 20720 20720 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24925429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20733/statm: 1339 233 193 169 0 50 0
[pid=20734] ppid=20733 vsize=869684 CPUtime=994.86
/proc/20734/stat : 20734 (java) S 20733 20720 19584 0 -1 0 150168 0 1 0 97585 1901 0 0 18 0 9 0 24925429 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20734/statm: 217421 122992 2593 9 0 211898 0
[pid=20734/tid=20735] ppid=20733 vsize=869684 CPUtime=974.01
/proc/20734/task/20735/stat : 20735 (java) R 20733 20720 19584 0 -1 64 11296 0 1 0 95582 1819 0 0 25 0 9 0 24925430 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4127061146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20736] ppid=20733 vsize=869684 CPUtime=20.5
/proc/20734/task/20736/stat : 20736 (java) S 20733 20720 19584 0 -1 64 136619 0 0 0 1971 79 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20737] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20737/stat : 20737 (java) S 20733 20720 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20738] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20738/stat : 20738 (java) S 20733 20720 19584 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20739] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20739/stat : 20739 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20740] ppid=20733 vsize=869684 CPUtime=0.31
/proc/20734/task/20740/stat : 20740 (java) S 20733 20720 19584 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20741] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20741/stat : 20741 (java) S 20733 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20742] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20742/stat : 20742 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 998.41
Current children cumulated vsize (KiB) 891908

[startup+1023.9 s]
/proc/loadavg: 2.35 2.17 2.11 3/83 20742
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=3.55
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1310 33412 0 1 6 1 331 17 16 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20733] ppid=20720 vsize=5356 CPUtime=0
/proc/20733/stat : 20733 (sh) S 20720 20720 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24925429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20733/statm: 1339 233 193 169 0 50 0
[pid=20734] ppid=20733 vsize=869684 CPUtime=1007.3
/proc/20734/stat : 20734 (java) S 20733 20720 19584 0 -1 0 150193 0 1 0 98798 1932 0 0 18 0 9 0 24925429 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20734/statm: 217421 122992 2593 9 0 211898 0
[pid=20734/tid=20735] ppid=20733 vsize=869684 CPUtime=986.39
/proc/20734/task/20735/stat : 20735 (java) R 20733 20720 19584 0 -1 64 11321 0 1 0 96789 1850 0 0 25 0 9 0 24925430 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4126976560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20736] ppid=20733 vsize=869684 CPUtime=20.56
/proc/20734/task/20736/stat : 20736 (java) S 20733 20720 19584 0 -1 64 136619 0 0 0 1977 79 0 0 15 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20737] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20737/stat : 20737 (java) S 20733 20720 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20738] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20738/stat : 20738 (java) S 20733 20720 19584 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20739] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20739/stat : 20739 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20740] ppid=20733 vsize=869684 CPUtime=0.31
/proc/20734/task/20740/stat : 20740 (java) S 20733 20720 19584 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20741] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20741/stat : 20741 (java) S 20733 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20742] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20742/stat : 20742 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1010.85
Current children cumulated vsize (KiB) 891908

[startup+1027.1 s]
/proc/loadavg: 2.40 2.18 2.11 3/83 20742
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=3.55
/proc/20720/stat : 20720 (sugar) S 20718 20720 19584 0 -1 4194304 1310 33412 0 1 6 1 331 17 16 0 1 0 24925058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20720/statm: 4217 1111 409 3 0 796 0
[pid=20733] ppid=20720 vsize=5356 CPUtime=0
/proc/20733/stat : 20733 (sh) S 20720 20720 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24925429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20733/statm: 1339 233 193 169 0 50 0
[pid=20734] ppid=20733 vsize=869684 CPUtime=1010.45
/proc/20734/stat : 20734 (java) S 20733 20720 19584 0 -1 0 150197 0 1 0 99108 1937 0 0 18 0 9 0 24925429 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20734/statm: 217421 122992 2593 9 0 211898 0
[pid=20734/tid=20735] ppid=20733 vsize=869684 CPUtime=989.54
/proc/20734/task/20735/stat : 20735 (java) R 20733 20720 19584 0 -1 64 11325 0 1 0 97099 1855 0 0 25 0 9 0 24925430 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4126575542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20736] ppid=20733 vsize=869684 CPUtime=20.57
/proc/20734/task/20736/stat : 20736 (java) S 20733 20720 19584 0 -1 64 136619 0 0 0 1978 79 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20737] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20737/stat : 20737 (java) S 20733 20720 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20738] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20738/stat : 20738 (java) S 20733 20720 19584 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24925431 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20739] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20739/stat : 20739 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20740] ppid=20733 vsize=869684 CPUtime=0.31
/proc/20734/task/20740/stat : 20740 (java) S 20733 20720 19584 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20741] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20741/stat : 20741 (java) S 20733 20720 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20734/tid=20742] ppid=20733 vsize=869684 CPUtime=0
/proc/20734/task/20742/stat : 20742 (java) S 20733 20720 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24925433 890556416 122992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1014
Current children cumulated vsize (KiB) 891908

[startup+1030.3 s]
/proc/loadavg: 2.40 2.18 2.11 2/73 20742
/proc/meminfo: memFree=1950872/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=1016.03
/proc/20720/stat : 20720 (sugar) D 20718 20720 19584 0 -1 4194304 1334 183905 0 4 6 83 99550 1964 18 0 1 0 24925058 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/20720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1016.03
Current children cumulated vsize (KiB) 16868

[startup+1031.1 s]
/proc/loadavg: 2.40 2.18 2.11 2/73 20742
/proc/meminfo: memFree=1950360/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=1016.06
/proc/20720/stat : 20720 (sugar) D 20718 20720 19584 0 -1 4194304 1334 183905 0 4 6 86 99550 1964 18 0 1 0 24925058 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/20720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1016.06
Current children cumulated vsize (KiB) 16868

[startup+1031.9 s]
/proc/loadavg: 2.37 2.18 2.11 2/73 20742
/proc/meminfo: memFree=1949848/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=1016.09
/proc/20720/stat : 20720 (sugar) D 20718 20720 19584 0 -1 4194304 1334 183905 0 4 6 89 99550 1964 18 0 1 0 24925058 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1016.09
Current children cumulated vsize (KiB) 16868

[startup+1032.3 s]
/proc/loadavg: 2.37 2.18 2.11 2/73 20742
/proc/meminfo: memFree=1949848/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=1016.1
/proc/20720/stat : 20720 (sugar) D 20718 20720 19584 0 -1 4194304 1334 183905 0 4 6 90 99550 1964 18 0 1 0 24925058 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1016.1
Current children cumulated vsize (KiB) 16868

[startup+1032.4 s]
/proc/loadavg: 2.37 2.18 2.11 2/73 20742
/proc/meminfo: memFree=1949848/2055920 swapFree=4192812/4192956
[pid=20720] ppid=20718 vsize=16868 CPUtime=1016.1
/proc/20720/stat : 20720 (sugar) D 20718 20720 19584 0 -1 4194304 1334 183905 0 4 6 90 99550 1964 18 0 1 0 24925058 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1016.1
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1032.49
CPU time (s): 1016.13
CPU user time (s): 995.571
CPU system time (s): 20.5569
CPU usage (%): 98.4148
Max. virtual memory (cumulated for all children) (KiB): 906048

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

runsolver used 1.2848 second user time and 3.52246 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 08:03:06
IDJOB=2083996
IDBENCH=58003
IDSOLVER=739
FILE ID=node22/2083996-1247378585
PBS_JOBID= 9507144
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-10.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-2083996-1247378585/watcher-2083996-1247378585 -o /tmp/evaluation-result-2083996-1247378585/solver-2083996-1247378585 -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-2083996-1247378585.xml

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

MD5SUM BENCH= ca469f3f7e98ebe7c882bce7bb3fd65e
RANDOM SEED=375533794

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1888200 kB
Buffers:         19744 kB
Cached:          74164 kB
SwapCached:          0 kB
Active:          89884 kB
Inactive:        30484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10688 kB
Writeback:           0 kB
Mapped:          37960 kB
Slab:            32880 kB
Committed_AS:   161240 kB
PageTables:       1704 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= 66388 MiB
End job on node22 at 2009-07-12 08:20:18