Trace number 2083292

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? 561.938 572.93

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-10.xml
MD5SUM8a127deb0eee354290b5835e74cbb9f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data

0.03/0.26	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.26	c 0	BEGIN Sun Jul 12 07:39:07 2009
0.03/0.26	c 0	PID 25069
0.03/0.27	c 0	HOST node16.alineos.net
0.03/0.27	c 0	CONVERTING HOME/instance-2083292-1247377146.xml TO HOME/temp.csp
0.03/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083292-1247377146.xml' 'HOME/temp.csp'
1.47/1.70	c 1	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.47/1.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.47/1.74	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.48/1.81	c 1	Parsing HOME/temp.csp
1.48/2.02	c 2	parsed 10000 expressions
1.82/2.16	c 2	parsed 20000 expressions
1.92/2.27	c 2	parsed 25916 expressions
1.92/2.29	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.29	c 2	Converting to clausal form CSP
2.02/2.35	c 2	converted 2592 (10%) expressions
7.01/7.36	c 7	converted 5184 (20%) expressions
11.82/12.17	c 12	converted 7775 (30%) expressions
16.41/16.75	c 16	converted 10367 (40%) expressions
21.56/21.93	c 22	converted 12958 (50%) expressions
26.30/26.79	c 26	converted 15550 (60%) expressions
31.05/31.50	c 31	converted 18142 (70%) expressions
35.91/36.44	c 36	converted 20733 (80%) expressions
40.26/40.80	c 40	converted 23325 (90%) expressions
44.02/44.63	c 44	converted 25916 (100%) expressions
44.02/44.63	c 44	CSP : 9858 integers, 62852 booleans, 151849 clauses, largest domain size 4001
44.02/44.63	c 44	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
44.02/44.63	c 44	Propagation in CSP
49.77/50.48	c 50	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
49.77/50.48	c 50	CSP : 9858 integers, 62852 booleans, 151849 clauses, largest domain size 4001
49.77/50.48	c 50	Heap : 85 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.87/50.53	c 50	Simplifing CSP by introducing new Boolean variables
50.26/50.93	c 51	CSP : 9858 integers, 122600 booleans, 211597 clauses, largest domain size 4001
50.26/50.93	c 51	Heap : 101 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
50.86/51.54	c 51	Encoding CSP to SAT : HOME/temp.cnf
65.31/66.10	c 66	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
79.56/80.58	c 80	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
92.13/93.29	c 93	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
97.05/98.24	c 98	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
102.08/103.64	c 103	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
107.38/109.01	c 109	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
112.61/114.52	c 114	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
117.76/119.89	c 120	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
123.02/125.28	c 125	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
128.26/130.87	c 131	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
179.40/182.78	c 182	21160 (10%) CSP clauses are encoded (39385496 clauses, 868042973 bytes)
229.78/234.15	c 234	42320 (20%) CSP clauses are encoded (49723019 clauses, 1152111979 bytes)
278.05/283.53	c 283	63480 (30%) CSP clauses are encoded (60068466 clauses, 1443058656 bytes)
329.20/335.18	c 335	84639 (40%) CSP clauses are encoded (70713853 clauses, 1752709675 bytes)
380.14/386.77	c 386	105799 (50%) CSP clauses are encoded (81502222 clauses, 2068188045 bytes)
430.29/437.44	c 437	126959 (60%) CSP clauses are encoded (92158986 clauses, 2380560139 bytes)
480.45/488.47	c 488	148118 (70%) CSP clauses are encoded (102737321 clauses, 2690967332 bytes)
531.05/539.59	c 539	169278 (80%) CSP clauses are encoded (114025705 clauses, 3022133825 bytes)
561.13/569.91	c 570	ERROR Exception Too large HOME/temp.cnf
561.13/569.91	c 570	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
561.13/569.91	c 570	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
561.13/569.91	c 570	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
561.13/569.91	s UNKNOWN
561.16/570.00	c 570	CPU 561.18 (0.06 0.02 540.27 20.83)
561.16/570.00	c 570	END Sun Jul 12 07:48:37 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-2083292-1247377146/watcher-2083292-1247377146 -o /tmp/evaluation-result-2083292-1247377146/solver-2083292-1247377146 -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-2083292-1247377146.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.13 2.27 2.13 4/83 25069
/proc/meminfo: memFree=1487440/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=18576 CPUtime=0
/proc/25069/stat : 25069 (runsolver) D 25067 25069 20375 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24781519 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25069/statm: 4644 284 249 26 0 2626 0

[startup+0.0413169 s]
/proc/loadavg: 2.13 2.27 2.13 4/83 25069
/proc/meminfo: memFree=1487440/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=7504 CPUtime=0
/proc/25069/stat : 25069 (sugar) D 25067 25069 20375 0 -1 4194304 66 0 0 0 0 0 0 0 18 0 1 0 24781519 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 231959754121 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25069/statm: 1876 51 38 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.1023 s]
/proc/loadavg: 2.13 2.27 2.13 4/83 25069
/proc/meminfo: memFree=1487440/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=12272 CPUtime=0
/proc/25069/stat : 25069 (sugar) D 25067 25069 20375 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 24781519 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25069/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302244 s]
/proc/loadavg: 2.13 2.27 2.13 4/83 25069
/proc/meminfo: memFree=1487440/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=0.07
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702128 s]
/proc/loadavg: 2.13 2.27 2.13 4/83 25069
/proc/meminfo: memFree=1487440/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=0.07
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5019 s]
/proc/loadavg: 2.13 2.27 2.13 3/94 25081
/proc/meminfo: memFree=1455736/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=0.07
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25072] ppid=25069 vsize=5356 CPUtime=0
/proc/25072/stat : 25072 (sh) S 25069 25069 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24781547 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25072/statm: 1339 233 193 169 0 50 0
[pid=25073] ppid=25072 vsize=864760 CPUtime=1.2
/proc/25073/stat : 25073 (java) S 25072 25069 20375 0 -1 0 14415 0 1 0 112 8 0 0 19 0 9 0 24781547 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25073/statm: 216190 12443 2557 9 0 210702 0
[pid=25073/tid=25074] ppid=25072 vsize=864760 CPUtime=0.64
/proc/25073/task/25074/stat : 25074 (java) R 25072 25069 20375 0 -1 64 3074 0 1 0 61 3 0 0 25 0 9 0 24781548 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25073/tid=25075] ppid=25072 vsize=864760 CPUtime=0.4
/proc/25073/task/25075/stat : 25075 (java) S 25072 25069 20375 0 -1 64 10106 0 0 0 37 3 0 0 16 0 9 0 24781549 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25073/tid=25076] ppid=25072 vsize=864760 CPUtime=0
/proc/25073/task/25076/stat : 25076 (java) S 25072 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781550 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25073/tid=25077] ppid=25072 vsize=864760 CPUtime=0
/proc/25073/task/25077/stat : 25077 (java) S 25072 25069 20375 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24781550 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25073/tid=25078] ppid=25072 vsize=864760 CPUtime=0
/proc/25073/task/25078/stat : 25078 (java) S 25072 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24781552 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25073/tid=25079] ppid=25072 vsize=864760 CPUtime=0.13
/proc/25073/task/25079/stat : 25079 (java) S 25072 25069 20375 0 -1 64 530 0 0 0 13 0 0 0 16 0 9 0 24781552 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25073/tid=25080] ppid=25072 vsize=864760 CPUtime=0
/proc/25073/task/25080/stat : 25080 (java) S 25072 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781552 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25073/tid=25081] ppid=25072 vsize=864760 CPUtime=0
/proc/25073/task/25081/stat : 25081 (java) S 25072 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781552 885514240 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 886984

[startup+3.10144 s]
/proc/loadavg: 2.13 2.27 2.13 4/94 25091
/proc/meminfo: memFree=1466744/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=1.48
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1309 14953 0 1 5 2 132 9 15 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25082] ppid=25069 vsize=5356 CPUtime=0
/proc/25082/stat : 25082 (sh) S 25069 25069 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24781693 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25082/statm: 1339 233 193 169 0 50 0
[pid=25083] ppid=25082 vsize=868556 CPUtime=1.33
/proc/25083/stat : 25083 (java) S 25082 25069 20375 0 -1 0 9167 0 1 0 128 5 0 0 18 0 9 0 24781694 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25083/statm: 217139 8236 2570 9 0 211644 0
[pid=25083/tid=25084] ppid=25082 vsize=868556 CPUtime=0.96
/proc/25083/task/25084/stat : 25084 (java) R 25082 25069 20375 0 -1 64 2654 0 1 0 94 2 0 0 25 0 9 0 24781694 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4126502728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25085] ppid=25082 vsize=868556 CPUtime=0.21
/proc/25083/task/25085/stat : 25085 (java) S 25082 25069 20375 0 -1 64 4347 0 0 0 19 2 0 0 16 0 9 0 24781696 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25086] ppid=25082 vsize=868556 CPUtime=0
/proc/25083/task/25086/stat : 25086 (java) S 25082 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781696 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25087] ppid=25082 vsize=868556 CPUtime=0
/proc/25083/task/25087/stat : 25087 (java) S 25082 25069 20375 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24781696 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25088] ppid=25082 vsize=868556 CPUtime=0
/proc/25083/task/25088/stat : 25088 (java) S 25082 25069 20375 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24781698 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25089] ppid=25082 vsize=868556 CPUtime=0.15
/proc/25083/task/25089/stat : 25089 (java) S 25082 25069 20375 0 -1 64 1463 0 0 0 15 0 0 0 15 0 9 0 24781698 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25090] ppid=25082 vsize=868556 CPUtime=0
/proc/25083/task/25090/stat : 25090 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781698 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25091] ppid=25082 vsize=868556 CPUtime=0
/proc/25083/task/25091/stat : 25091 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781698 889401344 8236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 890780

[startup+6.30252 s]
/proc/loadavg: 2.12 2.26 2.13 3/94 25091
/proc/meminfo: memFree=1446072/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=1.48
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1309 14953 0 1 5 2 132 9 15 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25082] ppid=25069 vsize=5356 CPUtime=0
/proc/25082/stat : 25082 (sh) S 25069 25069 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24781693 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25082/statm: 1339 233 193 169 0 50 0
[pid=25083] ppid=25082 vsize=868640 CPUtime=4.54
/proc/25083/stat : 25083 (java) S 25082 25069 20375 0 -1 0 11085 0 1 0 445 9 0 0 18 0 9 0 24781694 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25083/statm: 217160 9776 2567 9 0 211665 0
[pid=25083/tid=25084] ppid=25082 vsize=868640 CPUtime=3.82
/proc/25083/task/25084/stat : 25084 (java) R 25082 25069 20375 0 -1 64 3047 0 1 0 379 3 0 0 25 0 9 0 24781694 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4126502688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25085] ppid=25082 vsize=868640 CPUtime=0.51
/proc/25083/task/25085/stat : 25085 (java) S 25082 25069 20375 0 -1 64 5862 0 0 0 47 4 0 0 16 0 9 0 24781696 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25086] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25086/stat : 25086 (java) S 25082 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781696 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25087] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25087/stat : 25087 (java) S 25082 25069 20375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24781696 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25088] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25088/stat : 25088 (java) S 25082 25069 20375 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24781698 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25089] ppid=25082 vsize=868640 CPUtime=0.17
/proc/25083/task/25089/stat : 25089 (java) S 25082 25069 20375 0 -1 64 1473 0 0 0 17 0 0 0 15 0 9 0 24781698 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25090] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25090/stat : 25090 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781698 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25091] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25091/stat : 25091 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781698 889487360 9776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890864

[startup+12.7017 s]
/proc/loadavg: 2.19 2.27 2.13 3/94 25091
/proc/meminfo: memFree=1423864/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=1.48
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1309 14953 0 1 5 2 132 9 16 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25082] ppid=25069 vsize=5356 CPUtime=0
/proc/25082/stat : 25082 (sh) S 25069 25069 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24781693 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25082/statm: 1339 233 193 169 0 50 0
[pid=25083] ppid=25082 vsize=868640 CPUtime=10.94
/proc/25083/stat : 25083 (java) S 25082 25069 20375 0 -1 0 15368 0 1 0 1079 15 0 0 18 0 9 0 24781694 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25083/statm: 217160 12687 2568 9 0 211665 0
[pid=25083/tid=25084] ppid=25082 vsize=868640 CPUtime=9.56
/proc/25083/task/25084/stat : 25084 (java) R 25082 25069 20375 0 -1 64 3623 0 1 0 952 4 0 0 25 0 9 0 24781694 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4126508874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25085] ppid=25082 vsize=868640 CPUtime=1.16
/proc/25083/task/25085/stat : 25085 (java) S 25082 25069 20375 0 -1 64 9561 0 0 0 107 9 0 0 16 0 9 0 24781696 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25086] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25086/stat : 25086 (java) S 25082 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781696 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25087] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25087/stat : 25087 (java) S 25082 25069 20375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24781696 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25088] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25088/stat : 25088 (java) S 25082 25069 20375 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24781698 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25089] ppid=25082 vsize=868640 CPUtime=0.18
/proc/25083/task/25089/stat : 25089 (java) S 25082 25069 20375 0 -1 64 1481 0 0 0 18 0 0 0 16 0 9 0 24781698 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25090] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25090/stat : 25090 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781698 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25091] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25091/stat : 25091 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781698 889487360 12687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 890864

[startup+25.5036 s]
/proc/loadavg: 2.15 2.26 2.13 3/94 25091
/proc/meminfo: memFree=1376696/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=1.48
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1309 14953 0 1 5 2 132 9 16 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25082] ppid=25069 vsize=5356 CPUtime=0
/proc/25082/stat : 25082 (sh) S 25069 25069 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24781693 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25082/statm: 1339 233 193 169 0 50 0
[pid=25083] ppid=25082 vsize=868640 CPUtime=23.64
/proc/25083/stat : 25083 (java) S 25082 25069 20375 0 -1 0 23248 0 1 0 2341 23 0 0 18 0 9 0 24781694 889487360 18505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25083/statm: 217160 18505 2568 9 0 211665 0
[pid=25083/tid=25084] ppid=25082 vsize=868640 CPUtime=21.14
/proc/25083/task/25084/stat : 25084 (java) R 25082 25069 20375 0 -1 64 4354 0 1 0 2108 6 0 0 25 0 9 0 24781694 889487360 18505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25085] ppid=25082 vsize=868640 CPUtime=2.28
/proc/25083/task/25085/stat : 25085 (java) S 25082 25069 20375 0 -1 64 16707 0 0 0 213 15 0 0 15 0 9 0 24781696 889487360 18505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25086] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25086/stat : 25086 (java) S 25082 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781696 889487360 18505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25087] ppid=25082 vsize=868640 CPUtime=0
/proc/25083/task/25087/stat : 25087 (java) S 25082 25069 20375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24781696 889487360 18505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25088] ppid=25082 vsize=868640 CPUtime=0

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

[pid=25083/tid=25089] ppid=25082 vsize=868752 CPUtime=0.26
/proc/25083/task/25089/stat : 25089 (java) S 25082 25069 20375 0 -1 64 1531 0 0 0 26 0 0 0 17 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25090] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25090/stat : 25090 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25091] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25091/stat : 25091 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 514.01
Current children cumulated vsize (KiB) 890976

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

[startup+537.503 s]
/proc/loadavg: 2.23 2.36 2.24 3/94 25091
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=1.49
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1310 14953 0 1 6 2 132 9 16 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25082] ppid=25069 vsize=5356 CPUtime=0
/proc/25082/stat : 25082 (sh) S 25069 25069 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24781693 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25082/statm: 1339 233 193 169 0 50 0
[pid=25083] ppid=25082 vsize=868752 CPUtime=527.56
/proc/25083/stat : 25083 (java) S 25082 25069 20375 0 -1 0 47185 0 1 0 50820 1936 0 0 18 0 9 0 24781694 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25083/statm: 217188 33158 2593 9 0 211665 0
[pid=25083/tid=25084] ppid=25082 vsize=868752 CPUtime=517.65
/proc/25083/task/25084/stat : 25084 (java) R 25082 25069 20375 0 -1 64 12289 0 1 0 49910 1855 0 0 25 0 9 0 24781694 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4127051149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25085] ppid=25082 vsize=868752 CPUtime=9.62
/proc/25083/task/25085/stat : 25085 (java) S 25082 25069 20375 0 -1 64 32662 0 0 0 883 79 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25086] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25086/stat : 25086 (java) S 25082 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25087] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25087/stat : 25087 (java) S 25082 25069 20375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25088] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25088/stat : 25088 (java) S 25082 25069 20375 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25089] ppid=25082 vsize=868752 CPUtime=0.26
/proc/25083/task/25089/stat : 25089 (java) S 25082 25069 20375 0 -1 64 1531 0 0 0 26 0 0 0 17 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25090] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25090/stat : 25090 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25091] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25091/stat : 25091 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 529.05
Current children cumulated vsize (KiB) 890976

[startup+550.302 s]
/proc/loadavg: 2.17 2.34 2.23 3/94 25091
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=1.49
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1310 14953 0 1 6 2 132 9 16 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25082] ppid=25069 vsize=5356 CPUtime=0
/proc/25082/stat : 25082 (sh) S 25069 25069 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24781693 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25082/statm: 1339 233 193 169 0 50 0
[pid=25083] ppid=25082 vsize=868752 CPUtime=540.24
/proc/25083/stat : 25083 (java) S 25082 25069 20375 0 -1 0 47371 0 1 0 52036 1988 0 0 18 0 9 0 24781694 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25083/statm: 217188 33158 2593 9 0 211665 0
[pid=25083/tid=25084] ppid=25082 vsize=868752 CPUtime=530.19
/proc/25083/task/25084/stat : 25084 (java) R 25082 25069 20375 0 -1 64 12475 0 1 0 51113 1906 0 0 25 0 9 0 24781694 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25085] ppid=25082 vsize=868752 CPUtime=9.75
/proc/25083/task/25085/stat : 25085 (java) R 25082 25069 20375 0 -1 64 32662 0 0 0 895 80 0 0 15 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 103795227 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25086] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25086/stat : 25086 (java) S 25082 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25087] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25087/stat : 25087 (java) S 25082 25069 20375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25088] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25088/stat : 25088 (java) S 25082 25069 20375 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25089] ppid=25082 vsize=868752 CPUtime=0.26
/proc/25083/task/25089/stat : 25089 (java) S 25082 25069 20375 0 -1 64 1531 0 0 0 26 0 0 0 17 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25090] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25090/stat : 25090 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25091] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25091/stat : 25091 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 541.73
Current children cumulated vsize (KiB) 890976

[startup+563.102 s]
/proc/loadavg: 2.15 2.33 2.23 3/94 25091
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=1.49
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1310 14953 0 1 6 2 132 9 16 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25082] ppid=25069 vsize=5356 CPUtime=0
/proc/25082/stat : 25082 (sh) S 25069 25069 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24781693 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25082/statm: 1339 233 193 169 0 50 0
[pid=25083] ppid=25082 vsize=868752 CPUtime=552.91
/proc/25083/stat : 25083 (java) S 25082 25069 20375 0 -1 0 47557 0 1 0 53249 2042 0 0 18 0 9 0 24781694 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25083/statm: 217188 33158 2593 9 0 211665 0
[pid=25083/tid=25084] ppid=25082 vsize=868752 CPUtime=542.73
/proc/25083/task/25084/stat : 25084 (java) R 25082 25069 20375 0 -1 64 12661 0 1 0 52314 1959 0 0 25 0 9 0 24781694 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4127052040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25085] ppid=25082 vsize=868752 CPUtime=9.89
/proc/25083/task/25085/stat : 25085 (java) S 25082 25069 20375 0 -1 64 32662 0 0 0 908 81 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25086] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25086/stat : 25086 (java) S 25082 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25087] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25087/stat : 25087 (java) S 25082 25069 20375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25088] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25088/stat : 25088 (java) S 25082 25069 20375 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25089] ppid=25082 vsize=868752 CPUtime=0.26
/proc/25083/task/25089/stat : 25089 (java) S 25082 25069 20375 0 -1 64 1531 0 0 0 26 0 0 0 17 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25090] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25090/stat : 25090 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25091] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25091/stat : 25091 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 554.4
Current children cumulated vsize (KiB) 890976

[startup+569.502 s]
/proc/loadavg: 2.14 2.32 2.23 3/94 25091
/proc/meminfo: memFree=17528/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=1.49
/proc/25069/stat : 25069 (sugar) S 25067 25069 20375 0 -1 4194304 1310 14953 0 1 6 2 132 9 16 0 1 0 24781519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25069/statm: 4217 1111 409 3 0 796 0
[pid=25082] ppid=25069 vsize=5356 CPUtime=0
/proc/25082/stat : 25082 (sh) S 25069 25069 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24781693 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25082/statm: 1339 233 193 169 0 50 0
[pid=25083] ppid=25082 vsize=868752 CPUtime=559.24
/proc/25083/stat : 25083 (java) S 25082 25069 20375 0 -1 0 47652 0 1 0 53854 2070 0 0 18 0 9 0 24781694 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25083/statm: 217188 33158 2593 9 0 211665 0
[pid=25083/tid=25084] ppid=25082 vsize=868752 CPUtime=548.98
/proc/25083/task/25084/stat : 25084 (java) R 25082 25069 20375 0 -1 64 12756 0 1 0 52912 1986 0 0 25 0 9 0 24781694 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4127052040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25085] ppid=25082 vsize=868752 CPUtime=9.97
/proc/25083/task/25085/stat : 25085 (java) S 25082 25069 20375 0 -1 64 32662 0 0 0 915 82 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25086] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25086/stat : 25086 (java) S 25082 25069 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25087] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25087/stat : 25087 (java) S 25082 25069 20375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24781696 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25088] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25088/stat : 25088 (java) S 25082 25069 20375 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25089] ppid=25082 vsize=868752 CPUtime=0.26
/proc/25083/task/25089/stat : 25089 (java) S 25082 25069 20375 0 -1 64 1531 0 0 0 26 0 0 0 17 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25083/tid=25090] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25090/stat : 25090 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25083/tid=25091] ppid=25082 vsize=868752 CPUtime=0
/proc/25083/task/25091/stat : 25091 (java) S 25082 25069 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24781698 889602048 33158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 560.73
Current children cumulated vsize (KiB) 890976

[startup+571.102 s]
/proc/loadavg: 2.12 2.31 2.23 2/84 25091
/proc/meminfo: memFree=1260936/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=561.79
/proc/25069/stat : 25069 (sugar) D 25067 25069 20375 0 -1 4194304 1335 62906 0 4 6 63 54027 2083 18 0 1 0 24781519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25069/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 561.79
Current children cumulated vsize (KiB) 16868

[startup+571.902 s]
/proc/loadavg: 2.12 2.31 2.23 2/84 25091
/proc/meminfo: memFree=1259976/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=561.85
/proc/25069/stat : 25069 (sugar) R 25067 25069 20375 0 -1 4194304 1335 62906 0 4 6 69 54027 2083 18 0 1 0 24781519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25069/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 561.85
Current children cumulated vsize (KiB) 16868

[startup+572.702 s]
/proc/loadavg: 2.12 2.31 2.23 2/84 25091
/proc/meminfo: memFree=1259976/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=561.9
/proc/25069/stat : 25069 (sugar) D 25067 25069 20375 0 -1 4194304 1335 62906 0 4 6 74 54027 2083 18 0 1 0 24781519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25069/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 561.9
Current children cumulated vsize (KiB) 16868

[startup+572.902 s]
/proc/loadavg: 2.12 2.31 2.23 2/84 25091
/proc/meminfo: memFree=1259976/2055920 swapFree=4192812/4192956
[pid=25069] ppid=25067 vsize=16868 CPUtime=561.92
/proc/25069/stat : 25069 (sugar) D 25067 25069 20375 0 -1 4194304 1335 62906 0 4 6 76 54027 2083 18 0 1 0 24781519 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25069/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 561.92
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 572.93
CPU time (s): 561.938
CPU user time (s): 540.338
CPU system time (s): 21.5997
CPU usage (%): 98.0813
Max. virtual memory (cumulated for all children) (KiB): 895992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 540.338
system time used= 21.5997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64302
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= 95428
involuntary context switches= 101365

runsolver used 0.78588 second user time and 2.05269 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 07:39:07
IDJOB=2083292
IDBENCH=57764
IDSOLVER=739
FILE ID=node16/2083292-1247377146
PBS_JOBID= 9507043
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-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-2083292-1247377146/watcher-2083292-1247377146 -o /tmp/evaluation-result-2083292-1247377146/solver-2083292-1247377146 -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-2083292-1247377146.xml

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

MD5SUM BENCH= 8a127deb0eee354290b5835e74cbb9f7
RANDOM SEED=379386784

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1487984 kB
Buffers:          4276 kB
Cached:          55836 kB
SwapCached:          0 kB
Active:         490480 kB
Inactive:        26004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4616 kB
Writeback:           0 kB
Mapped:         472044 kB
Slab:            35996 kB
Committed_AS:   873004 kB
PageTables:       2700 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= 66452 MiB
End job on node16 at 2009-07-12 07:48:40