Trace number 2083467

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+picosat? 793.276 807.366

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-4.xml
MD5SUM64e0e16bf67546b6939ec446b8afe6cf
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 benchmark65.795
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:43:51 2009
0.00/0.08	c 0	PID 24786
0.00/0.08	c 0	HOST node21.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083467-1247377431.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-2083467-1247377431.xml' 'HOME/temp.csp'
3.25/3.39	c 4	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.32/3.44	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.32/3.44	c 4	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.35/3.51	c 4	Parsing HOME/temp.csp
3.35/3.82	c 4	parsed 10000 expressions
3.35/4.03	c 4	parsed 20000 expressions
3.35/4.14	c 4	parsed 30000 expressions
4.20/4.35	c 5	parsed 40000 expressions
4.30/4.47	c 5	parsed 50000 expressions
4.59/4.74	c 5	parsed 60000 expressions
4.59/4.79	c 5	parsed 64658 expressions
4.68/4.80	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/4.80	c 5	Converting to clausal form CSP
15.37/15.63	c 16	converted 6466 (10%) expressions
30.61/31.07	c 31	converted 12932 (20%) expressions
46.05/46.63	c 47	converted 19398 (30%) expressions
61.20/61.90	c 62	converted 25864 (40%) expressions
75.35/76.21	c 77	converted 32329 (50%) expressions
89.02/90.01	c 90	converted 38795 (60%) expressions
102.09/103.26	c 104	converted 45261 (70%) expressions
115.84/117.20	c 118	converted 51727 (80%) expressions
127.42/128.84	c 129	converted 58193 (90%) expressions
138.12/139.63	c 140	converted 64658 (100%) expressions
138.12/139.63	c 140	CSP : 14853 integers, 180878 booleans, 404239 clauses, largest domain size 4043
138.12/139.63	c 140	Heap : 246 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
138.12/139.63	c 140	Propagation in CSP
150.39/152.06	c 152	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
150.39/152.07	c 152	CSP : 14853 integers, 180878 booleans, 404239 clauses, largest domain size 4043
150.39/152.07	c 152	Heap : 244 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
150.49/152.17	c 152	Simplifing CSP by introducing new Boolean variables
151.48/153.11	c 153	CSP : 14853 integers, 325680 booleans, 549041 clauses, largest domain size 4043
151.48/153.11	c 153	Heap : 284 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
153.17/154.81	c 155	Encoding CSP to SAT : HOME/temp.cnf
187.18/189.11	c 189	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
213.54/215.72	c 216	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
224.78/227.10	c 227	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
237.31/239.81	c 240	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
249.41/252.36	c 253	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
261.59/264.83	c 265	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
274.77/278.52	c 279	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
286.68/290.62	c 291	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
298.54/302.89	c 303	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
310.43/314.97	c 315	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
482.09/489.13	c 489	54905 (10%) CSP clauses are encoded (74919117 clauses, 1732320140 bytes)
655.72/665.12	c 665	109809 (20%) CSP clauses are encoded (101802619 clauses, 2515354706 bytes)
792.38/803.74	c 804	ERROR Exception Too large HOME/temp.cnf
792.38/803.74	c 804	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
792.38/803.74	c 804	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
792.38/803.74	c 804	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
792.38/803.74	s UNKNOWN
792.45/803.84	c 804	CPU 792.49 (0.06 0.01 772.84 19.58)
792.45/803.84	c 804	END Sun Jul 12 07:57:15 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-2083467-1247377431/watcher-2083467-1247377431 -o /tmp/evaluation-result-2083467-1247377431/solver-2083467-1247377431 -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-2083467-1247377431.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.40 2.36 2.20 4/83 24786
/proc/meminfo: memFree=1422800/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=4708 CPUtime=0
/proc/24786/stat : 24786 (sugar) R 24784 24786 23722 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 24809604 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 221233838429 0 0 4096 0 0 0 0 17 1 0 0
/proc/24786/statm: 1177 43 33 3 0 8 0

[startup+0.0893011 s]
/proc/loadavg: 2.40 2.36 2.20 4/83 24786
/proc/meminfo: memFree=1422800/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=0.07
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1209 128 0 0 6 1 0 0 18 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101367 s]
/proc/loadavg: 2.40 2.36 2.20 4/83 24786
/proc/meminfo: memFree=1422800/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=0.07
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301386 s]
/proc/loadavg: 2.40 2.36 2.20 4/83 24786
/proc/meminfo: memFree=1422800/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=0.07
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701431 s]
/proc/loadavg: 2.40 2.36 2.20 4/83 24786
/proc/meminfo: memFree=1422800/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=0.07
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50251 s]
/proc/loadavg: 2.40 2.36 2.20 4/94 24798
/proc/meminfo: memFree=1383352/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=0.07
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24789] ppid=24786 vsize=5356 CPUtime=0
/proc/24789/stat : 24789 (sh) S 24786 24786 23722 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24809613 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24789/statm: 1339 233 193 169 0 50 0
[pid=24790] ppid=24789 vsize=864756 CPUtime=1.39
/proc/24790/stat : 24790 (java) S 24789 24786 23722 0 -1 0 17462 0 1 0 130 9 0 0 18 0 9 0 24809614 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24790/statm: 216189 14530 2557 9 0 210701 0
[pid=24790/tid=24791] ppid=24789 vsize=864756 CPUtime=0.7
/proc/24790/task/24791/stat : 24791 (java) R 24789 24786 23722 0 -1 64 3041 0 1 0 68 2 0 0 25 0 9 0 24809614 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4126441094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24792] ppid=24789 vsize=864756 CPUtime=0.57
/proc/24790/task/24792/stat : 24792 (java) S 24789 24786 23722 0 -1 64 13222 0 0 0 52 5 0 0 17 0 9 0 24809616 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24793] ppid=24789 vsize=864756 CPUtime=0
/proc/24790/task/24793/stat : 24793 (java) S 24789 24786 23722 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24809616 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24794] ppid=24789 vsize=864756 CPUtime=0
/proc/24790/task/24794/stat : 24794 (java) S 24789 24786 23722 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24809616 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24795] ppid=24789 vsize=864756 CPUtime=0
/proc/24790/task/24795/stat : 24795 (java) S 24789 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24809618 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24796] ppid=24789 vsize=864756 CPUtime=0.09
/proc/24790/task/24796/stat : 24796 (java) S 24789 24786 23722 0 -1 64 495 0 0 0 9 0 0 0 16 0 9 0 24809618 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24797] ppid=24789 vsize=864756 CPUtime=0
/proc/24790/task/24797/stat : 24797 (java) S 24789 24786 23722 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24809618 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24798] ppid=24789 vsize=864756 CPUtime=0
/proc/24790/task/24798/stat : 24798 (java) S 24789 24786 23722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24809618 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886980

[startup+3.10269 s]
/proc/loadavg: 2.37 2.36 2.20 4/94 24798
/proc/meminfo: memFree=1333688/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=0.07
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24789] ppid=24786 vsize=5356 CPUtime=0
/proc/24789/stat : 24789 (sh) S 24786 24786 23722 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24809613 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24789/statm: 1339 233 193 169 0 50 0
[pid=24790] ppid=24789 vsize=864772 CPUtime=2.97
/proc/24790/stat : 24790 (java) S 24789 24786 23722 0 -1 0 30197 0 1 0 282 15 0 0 18 0 9 0 24809614 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24790/statm: 216193 26283 2557 9 0 210705 0
[pid=24790/tid=24791] ppid=24789 vsize=864772 CPUtime=1.58
/proc/24790/task/24791/stat : 24791 (java) R 24789 24786 23722 0 -1 64 3952 0 1 0 155 3 0 0 25 0 9 0 24809614 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4126754125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24792] ppid=24789 vsize=864772 CPUtime=1.22
/proc/24790/task/24792/stat : 24792 (java) S 24789 24786 23722 0 -1 64 25006 0 0 0 112 10 0 0 16 0 9 0 24809616 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24793] ppid=24789 vsize=864772 CPUtime=0
/proc/24790/task/24793/stat : 24793 (java) S 24789 24786 23722 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24809616 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24794] ppid=24789 vsize=864772 CPUtime=0
/proc/24790/task/24794/stat : 24794 (java) S 24789 24786 23722 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24809616 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24795] ppid=24789 vsize=864772 CPUtime=0
/proc/24790/task/24795/stat : 24795 (java) S 24789 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24809618 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24796] ppid=24789 vsize=864772 CPUtime=0.15
/proc/24790/task/24796/stat : 24796 (java) S 24789 24786 23722 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 24809618 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24797] ppid=24789 vsize=864772 CPUtime=0
/proc/24790/task/24797/stat : 24797 (java) S 24789 24786 23722 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24809618 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24790/tid=24798] ppid=24789 vsize=864772 CPUtime=0
/proc/24790/task/24798/stat : 24798 (java) S 24789 24786 23722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24809618 885526528 26283 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886996

[startup+6.30104 s]
/proc/loadavg: 2.37 2.36 2.20 3/94 24808
/proc/meminfo: memFree=1366264/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=3.35
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1309 30624 0 1 6 1 310 18 15 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24799] ppid=24786 vsize=5356 CPUtime=0
/proc/24799/stat : 24799 (sh) S 24786 24786 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24809948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24799/statm: 1339 233 193 169 0 50 0
[pid=24800] ppid=24799 vsize=868544 CPUtime=2.82
/proc/24800/stat : 24800 (java) S 24799 24786 23722 0 -1 0 14365 0 1 0 276 6 0 0 18 0 9 0 24809949 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24800/statm: 217136 13002 2570 9 0 211641 0
[pid=24800/tid=24801] ppid=24799 vsize=868544 CPUtime=2.01
/proc/24800/task/24801/stat : 24801 (java) R 24799 24786 23722 0 -1 64 2939 0 1 0 199 2 0 0 25 0 9 0 24809949 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4126503936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24802] ppid=24799 vsize=868544 CPUtime=0.61
/proc/24800/task/24802/stat : 24802 (java) S 24799 24786 23722 0 -1 64 9252 0 0 0 58 3 0 0 16 0 9 0 24809951 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24803] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24803/stat : 24803 (java) S 24799 24786 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24809951 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24804] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24804/stat : 24804 (java) S 24799 24786 23722 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24809951 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24805] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24805/stat : 24805 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24809953 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24806] ppid=24799 vsize=868544 CPUtime=0.18
/proc/24800/task/24806/stat : 24806 (java) S 24799 24786 23722 0 -1 64 1470 0 0 0 18 0 0 0 15 0 9 0 24809953 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24807] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24807/stat : 24807 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24809953 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24808] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24808/stat : 24808 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24809953 889389056 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890768

[startup+12.7027 s]
/proc/loadavg: 2.31 2.34 2.19 3/94 24808
/proc/meminfo: memFree=1344632/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=3.35
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1309 30624 0 1 6 1 310 18 15 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24799] ppid=24786 vsize=5356 CPUtime=0
/proc/24799/stat : 24799 (sh) S 24786 24786 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24809948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24799/statm: 1339 233 193 169 0 50 0
[pid=24800] ppid=24799 vsize=868544 CPUtime=9.15
/proc/24800/stat : 24800 (java) S 24799 24786 23722 0 -1 0 16864 0 1 0 905 10 0 0 18 0 9 0 24809949 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24800/statm: 217136 15243 2570 9 0 211641 0
[pid=24800/tid=24801] ppid=24799 vsize=868544 CPUtime=7.93
/proc/24800/task/24801/stat : 24801 (java) R 24799 24786 23722 0 -1 64 3197 0 1 0 790 3 0 0 25 0 9 0 24809949 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4126511042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24802] ppid=24799 vsize=868544 CPUtime=1
/proc/24800/task/24802/stat : 24802 (java) S 24799 24786 23722 0 -1 64 11484 0 0 0 94 6 0 0 16 0 9 0 24809951 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24803] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24803/stat : 24803 (java) S 24799 24786 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24809951 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24804] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24804/stat : 24804 (java) S 24799 24786 23722 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24809951 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24805] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24805/stat : 24805 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24809953 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24806] ppid=24799 vsize=868544 CPUtime=0.2
/proc/24800/task/24806/stat : 24806 (java) S 24799 24786 23722 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 24809953 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24807] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24807/stat : 24807 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24809953 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24808] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24808/stat : 24808 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24809953 889389056 15243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890768

[startup+25.5021 s]
/proc/loadavg: 2.26 2.33 2.19 3/94 24808
/proc/meminfo: memFree=1296312/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=3.35
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1309 30624 0 1 6 1 310 18 16 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24799] ppid=24786 vsize=5356 CPUtime=0
/proc/24799/stat : 24799 (sh) S 24786 24786 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24809948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24799/statm: 1339 233 193 169 0 50 0
[pid=24800] ppid=24799 vsize=868544 CPUtime=21.82
/proc/24800/stat : 24800 (java) S 24799 24786 23722 0 -1 0 25773 0 1 0 2163 19 0 0 18 0 9 0 24809949 889389056 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24800/statm: 217136 20294 2568 9 0 211641 0
[pid=24800/tid=24801] ppid=24799 vsize=868544 CPUtime=19.54
/proc/24800/task/24801/stat : 24801 (java) R 24799 24786 23722 0 -1 64 3816 0 1 0 1950 4 0 0 25 0 9 0 24809949 889389056 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4126513966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24802] ppid=24799 vsize=868544 CPUtime=2.04
/proc/24800/task/24802/stat : 24802 (java) S 24799 24786 23722 0 -1 64 19766 0 0 0 191 13 0 0 16 0 9 0 24809951 889389056 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24803] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24803/stat : 24803 (java) S 24799 24786 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24809951 889389056 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24804] ppid=24799 vsize=868544 CPUtime=0
/proc/24800/task/24804/stat : 24804 (java) S 24799 24786 23722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24809951 889389056 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24805] ppid=24799 vsize=868544 CPUtime=0

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

[pid=24800/tid=24806] ppid=24799 vsize=868656 CPUtime=0.29
/proc/24800/task/24806/stat : 24806 (java) S 24799 24786 23722 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24807] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24807/stat : 24807 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24808] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24808/stat : 24808 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 751.58
Current children cumulated vsize (KiB) 890880

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

[startup+767.902 s]
/proc/loadavg: 2.22 2.29 2.24 3/94 24924
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=3.35
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1310 30624 0 1 6 1 310 18 16 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24799] ppid=24786 vsize=5356 CPUtime=0
/proc/24799/stat : 24799 (sh) S 24786 24786 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24809948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24799/statm: 1339 233 193 169 0 50 0
[pid=24800] ppid=24799 vsize=868656 CPUtime=753.74
/proc/24800/stat : 24800 (java) S 24799 24786 23722 0 -1 0 106717 0 1 0 73538 1836 0 0 18 0 9 0 24809949 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24800/statm: 217164 83095 2593 9 0 211641 0
[pid=24800/tid=24801] ppid=24799 vsize=868656 CPUtime=737.15
/proc/24800/task/24801/stat : 24801 (java) R 24799 24786 23722 0 -1 64 10229 0 1 0 71954 1761 0 0 25 0 9 0 24809949 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4127069979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24802] ppid=24799 vsize=868656 CPUtime=16.25
/proc/24800/task/24802/stat : 24802 (java) S 24799 24786 23722 0 -1 64 94248 0 0 0 1553 72 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24803/stat : 24803 (java) S 24799 24786 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24804] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24804/stat : 24804 (java) S 24799 24786 23722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24805] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24805/stat : 24805 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24806] ppid=24799 vsize=868656 CPUtime=0.29
/proc/24800/task/24806/stat : 24806 (java) S 24799 24786 23722 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24807] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24807/stat : 24807 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24808] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24808/stat : 24808 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 757.09
Current children cumulated vsize (KiB) 890880

[startup+793.502 s]
/proc/loadavg: 2.15 2.27 2.23 3/94 24924
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=3.35
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1310 30624 0 1 6 1 310 18 16 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24799] ppid=24786 vsize=5356 CPUtime=0
/proc/24799/stat : 24799 (sh) S 24786 24786 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24809948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24799/statm: 1339 233 193 169 0 50 0
[pid=24800] ppid=24799 vsize=868656 CPUtime=778.97
/proc/24800/stat : 24800 (java) S 24799 24786 23722 0 -1 0 106819 0 1 0 75992 1905 0 0 18 0 9 0 24809949 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24800/statm: 217164 83095 2593 9 0 211641 0
[pid=24800/tid=24801] ppid=24799 vsize=868656 CPUtime=762.24
/proc/24800/task/24801/stat : 24801 (java) R 24799 24786 23722 0 -1 64 10331 0 1 0 74394 1830 0 0 25 0 9 0 24809949 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4127069308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24802] ppid=24799 vsize=868656 CPUtime=16.4
/proc/24800/task/24802/stat : 24802 (java) S 24799 24786 23722 0 -1 64 94248 0 0 0 1567 73 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24803/stat : 24803 (java) S 24799 24786 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24804] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24804/stat : 24804 (java) S 24799 24786 23722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24805] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24805/stat : 24805 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24806] ppid=24799 vsize=868656 CPUtime=0.29
/proc/24800/task/24806/stat : 24806 (java) S 24799 24786 23722 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24807] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24807/stat : 24807 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24808] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24808/stat : 24808 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 782.32
Current children cumulated vsize (KiB) 890880

[startup+799.903 s]
/proc/loadavg: 2.21 2.28 2.24 3/94 24924
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=3.35
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1310 30624 0 1 6 1 310 18 16 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24799] ppid=24786 vsize=5356 CPUtime=0
/proc/24799/stat : 24799 (sh) S 24786 24786 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24809948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24799/statm: 1339 233 193 169 0 50 0
[pid=24800] ppid=24799 vsize=868656 CPUtime=785.28
/proc/24800/stat : 24800 (java) S 24799 24786 23722 0 -1 0 106845 0 1 0 76602 1926 0 0 18 0 9 0 24809949 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24800/statm: 217164 83095 2593 9 0 211641 0
[pid=24800/tid=24801] ppid=24799 vsize=868656 CPUtime=768.51
/proc/24800/task/24801/stat : 24801 (java) R 24799 24786 23722 0 -1 64 10357 0 1 0 75000 1851 0 0 25 0 9 0 24809949 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4127074780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24802] ppid=24799 vsize=868656 CPUtime=16.43
/proc/24800/task/24802/stat : 24802 (java) S 24799 24786 23722 0 -1 64 94248 0 0 0 1570 73 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24803/stat : 24803 (java) S 24799 24786 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24804] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24804/stat : 24804 (java) S 24799 24786 23722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24805] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24805/stat : 24805 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24806] ppid=24799 vsize=868656 CPUtime=0.29
/proc/24800/task/24806/stat : 24806 (java) S 24799 24786 23722 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24807] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24807/stat : 24807 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24808] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24808/stat : 24808 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 788.63
Current children cumulated vsize (KiB) 890880

[startup+803.102 s]
/proc/loadavg: 2.20 2.28 2.23 3/94 24924
/proc/meminfo: memFree=14896/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=3.35
/proc/24786/stat : 24786 (sugar) S 24784 24786 23722 0 -1 4194304 1310 30624 0 1 6 1 310 18 16 0 1 0 24809604 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24786/statm: 4217 1111 409 3 0 796 0
[pid=24799] ppid=24786 vsize=5356 CPUtime=0
/proc/24799/stat : 24799 (sh) S 24786 24786 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24809948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24799/statm: 1339 233 193 169 0 50 0
[pid=24800] ppid=24799 vsize=868656 CPUtime=788.44
/proc/24800/stat : 24800 (java) S 24799 24786 23722 0 -1 0 106858 0 1 0 76911 1933 0 0 18 0 9 0 24809949 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24800/statm: 217164 83095 2593 9 0 211641 0
[pid=24800/tid=24801] ppid=24799 vsize=868656 CPUtime=771.66
/proc/24800/task/24801/stat : 24801 (java) R 24799 24786 23722 0 -1 64 10370 0 1 0 75308 1858 0 0 25 0 9 0 24809949 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4126600848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24802] ppid=24799 vsize=868656 CPUtime=16.45
/proc/24800/task/24802/stat : 24802 (java) S 24799 24786 23722 0 -1 64 94248 0 0 0 1572 73 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24803/stat : 24803 (java) S 24799 24786 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24804] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24804/stat : 24804 (java) S 24799 24786 23722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24809951 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24805] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24805/stat : 24805 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24806] ppid=24799 vsize=868656 CPUtime=0.29
/proc/24800/task/24806/stat : 24806 (java) S 24799 24786 23722 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24800/tid=24807] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24807/stat : 24807 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24800/tid=24808] ppid=24799 vsize=868656 CPUtime=0
/proc/24800/task/24808/stat : 24808 (java) S 24799 24786 23722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24809953 889503744 83095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 791.79
Current children cumulated vsize (KiB) 890880

[startup+804.701 s]
/proc/loadavg: 2.20 2.28 2.23 2/84 24924
/proc/meminfo: memFree=338880/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=792.93
/proc/24786/stat : 24786 (sugar) R 24784 24786 23722 0 -1 4194304 1335 137781 0 2 6 45 77284 1958 20 0 1 0 24809604 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24786/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 792.93
Current children cumulated vsize (KiB) 16868

[startup+806.306 s]
/proc/loadavg: 2.20 2.28 2.23 2/84 24924
/proc/meminfo: memFree=1533632/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=793.18
/proc/24786/stat : 24786 (sugar) D 24784 24786 23722 0 -1 4194304 1335 137781 0 2 6 70 77284 1958 18 0 1 0 24809604 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24786/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 793.18
Current children cumulated vsize (KiB) 16868

[startup+807.102 s]
/proc/loadavg: 2.20 2.28 2.23 2/84 24924
/proc/meminfo: memFree=1533632/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=793.24
/proc/24786/stat : 24786 (sugar) D 24784 24786 23722 0 -1 4194304 1335 137781 0 2 6 76 77284 1958 18 0 1 0 24809604 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24786/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 793.24
Current children cumulated vsize (KiB) 16868

[startup+807.302 s]
/proc/loadavg: 2.18 2.27 2.23 2/84 24924
/proc/meminfo: memFree=1530112/2055920 swapFree=4192812/4192956
[pid=24786] ppid=24784 vsize=16868 CPUtime=793.25
/proc/24786/stat : 24786 (sugar) D 24784 24786 23722 0 -1 4194304 1335 137781 0 2 6 77 77284 1958 18 0 1 0 24809604 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24786/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 793.25
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 807.366
CPU time (s): 793.276
CPU user time (s): 772.91
CPU system time (s): 20.3659
CPU usage (%): 98.2548
Max. virtual memory (cumulated for all children) (KiB): 905020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 772.91
system time used= 20.3659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139177
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58056
involuntary context switches= 71955

runsolver used 1.08483 second user time and 2.87256 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 07:43:51
IDJOB=2083467
IDBENCH=57828
IDSOLVER=738
FILE ID=node21/2083467-1247377431
PBS_JOBID= 9507149
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp38/normalized-fapp38-2500-4.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-2083467-1247377431/watcher-2083467-1247377431 -o /tmp/evaluation-result-2083467-1247377431/solver-2083467-1247377431 -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-2083467-1247377431.xml

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

MD5SUM BENCH= 64e0e16bf67546b6939ec446b8afe6cf
RANDOM SEED=1522803696

node21.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.240
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.240
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:       1423280 kB
Buffers:         51236 kB
Cached:         303248 kB
SwapCached:          0 kB
Active:         358004 kB
Inactive:       195584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12468 kB
Writeback:           0 kB
Mapped:         214728 kB
Slab:            64000 kB
Committed_AS:   865400 kB
PageTables:       2100 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= 66396 MiB
End job on node21 at 2009-07-12 07:57:19