Trace number 2082972

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? 720.916 734.787

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-5.xml
MD5SUMffd4e30efbf09de711f9454c0ccf63ba
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5594
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
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:25:35 2009
0.00/0.08	c 0	PID 23589
0.00/0.08	c 0	HOST node60.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2082972-1247376334.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-2082972-1247376334.xml' 'HOME/temp.csp'
2.22/2.34	c 2	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.22/2.37	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.22/2.37	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.27/2.45	c 2	Parsing HOME/temp.csp
2.27/2.63	c 2	parsed 10000 expressions
2.27/2.86	c 3	parsed 20000 expressions
2.27/2.98	c 3	parsed 30000 expressions
2.27/3.11	c 3	parsed 33837 expressions
2.27/3.12	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.27/3.12	c 3	Converting to clausal form CSP
8.02/8.27	c 8	converted 3384 (10%) expressions
16.73/17.00	c 17	converted 6768 (20%) expressions
24.35/24.74	c 25	converted 10152 (30%) expressions
32.27/32.71	c 32	converted 13535 (40%) expressions
39.40/39.92	c 40	converted 16919 (50%) expressions
47.11/47.79	c 48	converted 20303 (60%) expressions
53.65/54.35	c 54	converted 23686 (70%) expressions
59.98/60.79	c 61	converted 27070 (80%) expressions
65.91/66.70	c 66	converted 30454 (90%) expressions
72.85/73.74	c 74	converted 33837 (100%) expressions
72.85/73.74	c 74	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
72.85/73.74	c 74	Heap : 185 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
72.85/73.74	c 74	Propagation in CSP
76.61/77.58	c 77	2628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
76.61/77.58	c 77	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
76.61/77.58	c 77	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
76.71/77.65	c 77	Simplifing CSP by introducing new Boolean variables
77.10/78.07	c 78	CSP : 5603 integers, 160373 booleans, 267941 clauses, largest domain size 2921
77.10/78.07	c 78	Heap : 209 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
78.49/79.48	c 79	Encoding CSP to SAT : HOME/temp.cnf
88.20/89.24	c 89	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
97.81/98.93	c 99	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
107.12/108.34	c 108	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
109.79/111.08	c 111	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
111.47/112.78	c 113	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
113.06/114.35	c 114	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
114.61/116.09	c 116	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
116.18/117.66	c 117	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
117.86/119.31	c 119	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
119.41/120.95	c 121	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
186.11/188.56	c 188	26795 (10%) CSP clauses are encoded (17959873 clauses, 402242833 bytes)
244.98/248.27	c 248	53589 (20%) CSP clauses are encoded (26128066 clauses, 620212416 bytes)
311.73/315.98	c 316	80383 (30%) CSP clauses are encoded (35263828 clauses, 866337436 bytes)
373.45/378.54	c 378	107177 (40%) CSP clauses are encoded (44149829 clauses, 1106046991 bytes)
434.86/440.99	c 441	133971 (50%) CSP clauses are encoded (52902029 clauses, 1342402548 bytes)
497.57/504.75	c 505	160765 (60%) CSP clauses are encoded (61972415 clauses, 1588609721 bytes)
552.11/560.25	c 560	187559 (70%) CSP clauses are encoded (70466053 clauses, 1818686487 bytes)
609.62/618.78	c 619	214353 (80%) CSP clauses are encoded (79189859 clauses, 2055074217 bytes)
666.12/676.26	c 676	241147 (90%) CSP clauses are encoded (88308107 clauses, 2302932700 bytes)
719.61/730.75	c 731	267941 (100%) CSP clauses are encoded (97150027 clauses, 2543343640 bytes)
719.61/730.75	c 731	267941 CSP clauses encoded
719.61/730.75	c 731	Writing map file : HOME/temp.map
719.90/731.11	c 731	Heap : 215 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
719.90/731.11	c 731	SAT : 9556510 SAT variables, 97150027 SAT clauses, 2543343640 bytes
719.90/731.11	c 731	Heap : 215 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
719.95/731.46	c 731	SOLVING HOME/temp.cnf
719.95/731.46	c 731	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
719.97/732.01	c 732	*** picosat: can not read input file 'HOME/temp.cnf'
719.97/732.01	c 732	DECODING HOME/temp.out WITH HOME/temp.map
719.97/732.01	c ERROR no output file HOME/temp.out
719.97/732.01	s UNKNOWN
719.97/732.01	c 732	CPU 719.98 (0.06 0.02 703.94 15.96)
719.97/732.01	c 732	END Sun Jul 12 07:37:47 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-2082972-1247376334/watcher-2082972-1247376334 -o /tmp/evaluation-result-2082972-1247376334/solver-2082972-1247376334 -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-2082972-1247376334.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.09 2.03 2.01 4/82 23589
/proc/meminfo: memFree=1508536/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=12272 CPUtime=0
/proc/23589/stat : 23589 (sugar) R 23587 23589 17485 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 24696504 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 271903144958 0 0 4224 0 0 0 0 17 1 0 0
/proc/23589/statm: 3068 364 274 3 0 168 0

[startup+0.142915 s]
/proc/loadavg: 2.09 2.03 2.01 4/82 23589
/proc/meminfo: memFree=1508536/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=0.07
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201921 s]
/proc/loadavg: 2.09 2.03 2.01 4/82 23589
/proc/meminfo: memFree=1508536/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=0.07
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301928 s]
/proc/loadavg: 2.09 2.03 2.01 4/82 23589
/proc/meminfo: memFree=1508536/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=0.07
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701967 s]
/proc/loadavg: 2.09 2.03 2.01 4/82 23589
/proc/meminfo: memFree=1508536/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=0.07
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 2.16 2.04 2.01 3/93 23601
/proc/meminfo: memFree=1477088/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=0.07
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23589 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23589 23589 17485 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 24696513 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=864772 CPUtime=1.35
/proc/23593/stat : 23593 (java) S 23592 23589 17485 0 -1 0 15174 0 1 0 127 8 0 0 18 0 9 0 24696513 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 216193 13208 2556 9 0 210705 0
[pid=23593/tid=23594] ppid=23592 vsize=864772 CPUtime=0.76
/proc/23593/task/23594/stat : 23594 (java) R 23592 23589 17485 0 -1 64 3054 0 1 0 74 2 0 0 24 0 9 0 24696514 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4126633336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=864772 CPUtime=0.45
/proc/23593/task/23595/stat : 23595 (java) S 23592 23589 17485 0 -1 64 10904 0 0 0 41 4 0 0 16 0 9 0 24696518 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=864772 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23589 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24696519 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=864772 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23589 17485 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24696519 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=864772 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24696521 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=864772 CPUtime=0.12
/proc/23593/task/23599/stat : 23599 (java) S 23592 23589 17485 0 -1 64 511 0 0 0 12 0 0 0 16 0 9 0 24696521 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=864772 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24696521 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=864772 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24696521 885526528 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886996

[startup+3.1012 s]
/proc/loadavg: 2.16 2.04 2.01 3/93 23601
/proc/meminfo: memFree=1452192/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1309 19007 0 1 5 2 208 12 16 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30152 s]
/proc/loadavg: 2.16 2.04 2.01 3/93 23611
/proc/meminfo: memFree=1473312/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1309 19007 0 1 5 2 208 12 15 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23602] ppid=23589 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23589 23589 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24696742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 233 193 169 0 50 0
[pid=23603] ppid=23602 vsize=868552 CPUtime=3.87
/proc/23603/stat : 23603 (java) S 23602 23589 17485 0 -1 0 11985 0 1 0 380 7 0 0 18 0 9 0 24696742 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23603/statm: 217138 10732 2570 9 0 211643 0
[pid=23603/tid=23604] ppid=23602 vsize=868552 CPUtime=3.14
/proc/23603/task/23604/stat : 23604 (java) R 23602 23589 17485 0 -1 64 2874 0 1 0 313 1 0 0 25 0 9 0 24696743 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4126581967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23605] ppid=23602 vsize=868552 CPUtime=0.51
/proc/23603/task/23605/stat : 23605 (java) S 23602 23589 17485 0 -1 64 6930 0 0 0 47 4 0 0 16 0 9 0 24696744 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23606] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23606/stat : 23606 (java) S 23602 23589 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24696744 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23607] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23607/stat : 23607 (java) S 23602 23589 17485 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24696744 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23608] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23608/stat : 23608 (java) S 23602 23589 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24696746 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23609] ppid=23602 vsize=868552 CPUtime=0.19
/proc/23603/task/23609/stat : 23609 (java) S 23602 23589 17485 0 -1 64 1478 0 0 0 19 0 0 0 16 0 9 0 24696746 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23610] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23610/stat : 23610 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24696746 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23611] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23611/stat : 23611 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24696746 889397248 10732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890776

[startup+12.7026 s]
/proc/loadavg: 2.13 2.04 2.01 3/93 23611
/proc/meminfo: memFree=1459168/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1309 19007 0 1 5 2 208 12 16 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23602] ppid=23589 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23589 23589 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24696742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 233 193 169 0 50 0
[pid=23603] ppid=23602 vsize=868552 CPUtime=10.2
/proc/23603/stat : 23603 (java) S 23602 23589 17485 0 -1 0 19328 0 1 0 1006 14 0 0 18 0 9 0 24696742 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23603/statm: 217138 13962 2569 9 0 211643 0
[pid=23603/tid=23604] ppid=23602 vsize=868552 CPUtime=8.76
/proc/23603/task/23604/stat : 23604 (java) R 23602 23589 17485 0 -1 64 3292 0 1 0 874 2 0 0 25 0 9 0 24696743 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23605] ppid=23602 vsize=868552 CPUtime=1.21
/proc/23603/task/23605/stat : 23605 (java) S 23602 23589 17485 0 -1 64 13853 0 0 0 111 10 0 0 15 0 9 0 24696744 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23606] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23606/stat : 23606 (java) S 23602 23589 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24696744 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23607] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23607/stat : 23607 (java) S 23602 23589 17485 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24696744 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23608] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23608/stat : 23608 (java) S 23602 23589 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24696746 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23609] ppid=23602 vsize=868552 CPUtime=0.21
/proc/23603/task/23609/stat : 23609 (java) S 23602 23589 17485 0 -1 64 1480 0 0 0 21 0 0 0 15 0 9 0 24696746 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23610] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23610/stat : 23610 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24696746 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23611] ppid=23602 vsize=868552 CPUtime=0
/proc/23603/task/23611/stat : 23611 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24696746 889397248 13962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890776

[startup+25.5024 s]
/proc/loadavg: 2.11 2.04 2.01 4/93 23611
/proc/meminfo: memFree=1422816/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1309 19007 0 1 5 2 208 12 16 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23602] ppid=23589 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23589 23589 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24696742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 233 193 169 0 50 0
[pid=23603] ppid=23602 vsize=873680 CPUtime=22.88
/proc/23603/stat : 23603 (java) S 23602 23589 17485 0 -1 0 33501 0 1 0 2262 26 0 0 18 0 9 0 24696742 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23603/statm: 218420 23674 2569 9 0 212925 0
[pid=23603/tid=23604] ppid=23602 vsize=873680 CPUtime=19.95
/proc/23603/task/23604/stat : 23604 (java) R 23602 23589 17485 0 -1 64 3860 0 1 0 1991 4 0 0 25 0 9 0 24696743 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23605] ppid=23602 vsize=873680 CPUtime=2.68
/proc/23603/task/23605/stat : 23605 (java) R 23602 23589 17485 0 -1 64 27452 0 0 0 248 20 0 0 16 0 9 0 24696744 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 102768099 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23606] ppid=23602 vsize=873680 CPUtime=0
/proc/23603/task/23606/stat : 23606 (java) S 23602 23589 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24696744 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23607] ppid=23602 vsize=873680 CPUtime=0
/proc/23603/task/23607/stat : 23607 (java) S 23602 23589 17485 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24696744 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23608] ppid=23602 vsize=873680 CPUtime=0
/proc/23603/task/23608/stat : 23608 (java) S 23602 23589 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24696746 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23609] ppid=23602 vsize=873680 CPUtime=0.21
/proc/23603/task/23609/stat : 23609 (java) S 23602 23589 17485 0 -1 64 1486 0 0 0 21 0 0 0 16 0 9 0 24696746 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23610] ppid=23602 vsize=873680 CPUtime=0
/proc/23603/task/23610/stat : 23610 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24696746 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23611] ppid=23602 vsize=873680 CPUtime=0
/proc/23603/task/23611/stat : 23611 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24696746 894648320 23674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 895904

[startup+51.1029 s]
/proc/loadavg: 2.12 2.05 2.01 3/93 23611
/proc/meminfo: memFree=1353888/2055920 swapFree=4192952/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1309 19007 0 1 5 2 208 12 16 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23602] ppid=23589 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23589 23589 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24696742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 233 193 169 0 50 0
[pid=23603] ppid=23602 vsize=868552 CPUtime=48.21
/proc/23603/stat : 23603 (java) S 23602 23589 17485 0 -1 0 53561 0 1 0 4781 40 0 0 18 0 9 0 24696742 889397248 40230 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+702.303 s]
/proc/loadavg: 2.16 2.34 2.18 4/93 23611
/proc/meminfo: memFree=15584/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1310 19007 0 1 5 2 208 12 16 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23602] ppid=23589 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23589 23589 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24696742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 233 193 169 0 50 0
[pid=23603] ppid=23602 vsize=868664 CPUtime=689.46
/proc/23603/stat : 23603 (java) S 23602 23589 17485 0 -1 0 81212 0 1 0 67444 1502 0 0 18 0 9 0 24696742 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23603/statm: 217166 63469 2593 9 0 211643 0
[pid=23603/tid=23604] ppid=23602 vsize=868664 CPUtime=676.53
/proc/23603/task/23604/stat : 23604 (java) R 23602 23589 17485 0 -1 64 9252 0 1 0 66216 1437 0 0 25 0 9 0 24696743 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4126577416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23605] ppid=23602 vsize=868664 CPUtime=12.58
/proc/23603/task/23605/stat : 23605 (java) S 23602 23589 17485 0 -1 64 69718 0 0 0 1196 62 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23606] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23606/stat : 23606 (java) S 23602 23589 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23607] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23607/stat : 23607 (java) S 23602 23589 17485 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23608] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23608/stat : 23608 (java) S 23602 23589 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23609] ppid=23602 vsize=868664 CPUtime=0.3
/proc/23603/task/23609/stat : 23609 (java) S 23602 23589 17485 0 -1 64 1539 0 0 0 30 0 0 0 17 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23610] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23610/stat : 23610 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23611] ppid=23602 vsize=868664 CPUtime=0.01
/proc/23603/task/23611/stat : 23611 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 691.73
Current children cumulated vsize (KiB) 890888

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

[startup+716.801 s]
/proc/loadavg: 2.19 2.34 2.18 3/93 23611
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1310 19007 0 1 5 2 208 12 16 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23602] ppid=23589 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23589 23589 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24696742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 233 193 169 0 50 0
[pid=23603] ppid=23602 vsize=868664 CPUtime=703.68
/proc/23603/stat : 23603 (java) S 23602 23589 17485 0 -1 0 81276 0 1 0 68827 1541 0 0 18 0 9 0 24696742 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23603/statm: 217166 63469 2593 9 0 211643 0
[pid=23603/tid=23604] ppid=23602 vsize=868664 CPUtime=690.66
/proc/23603/task/23604/stat : 23604 (java) R 23602 23589 17485 0 -1 64 9316 0 1 0 67591 1475 0 0 25 0 9 0 24696743 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4126451428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23605] ppid=23602 vsize=868664 CPUtime=12.67
/proc/23603/task/23605/stat : 23605 (java) S 23602 23589 17485 0 -1 64 69718 0 0 0 1204 63 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23606] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23606/stat : 23606 (java) S 23602 23589 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23607] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23607/stat : 23607 (java) S 23602 23589 17485 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23608] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23608/stat : 23608 (java) S 23602 23589 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23609] ppid=23602 vsize=868664 CPUtime=0.3
/proc/23603/task/23609/stat : 23609 (java) S 23602 23589 17485 0 -1 64 1539 0 0 0 30 0 0 0 17 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23610] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23610/stat : 23610 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23611] ppid=23602 vsize=868664 CPUtime=0.01
/proc/23603/task/23611/stat : 23611 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 705.95
Current children cumulated vsize (KiB) 890888

[startup+723.203 s]
/proc/loadavg: 2.17 2.33 2.18 4/93 23611
/proc/meminfo: memFree=15456/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1310 19007 0 1 5 2 208 12 16 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23602] ppid=23589 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23589 23589 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24696742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 233 193 169 0 50 0
[pid=23603] ppid=23602 vsize=868664 CPUtime=709.97
/proc/23603/stat : 23603 (java) S 23602 23589 17485 0 -1 0 81303 0 1 0 69441 1556 0 0 18 0 9 0 24696742 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23603/statm: 217166 63469 2593 9 0 211643 0
[pid=23603/tid=23604] ppid=23602 vsize=868664 CPUtime=696.91
/proc/23603/task/23604/stat : 23604 (java) R 23602 23589 17485 0 -1 64 9343 0 1 0 68201 1490 0 0 25 0 9 0 24696743 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4126577462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23605] ppid=23602 vsize=868664 CPUtime=12.7
/proc/23603/task/23605/stat : 23605 (java) S 23602 23589 17485 0 -1 64 69718 0 0 0 1207 63 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23606] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23606/stat : 23606 (java) S 23602 23589 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23607] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23607/stat : 23607 (java) S 23602 23589 17485 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23608] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23608/stat : 23608 (java) S 23602 23589 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23609] ppid=23602 vsize=868664 CPUtime=0.3
/proc/23603/task/23609/stat : 23609 (java) S 23602 23589 17485 0 -1 64 1539 0 0 0 30 0 0 0 17 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23610] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23610/stat : 23610 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23611] ppid=23602 vsize=868664 CPUtime=0.01
/proc/23603/task/23611/stat : 23611 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 712.24
Current children cumulated vsize (KiB) 890888

[startup+729.602 s]
/proc/loadavg: 2.16 2.33 2.18 3/93 23611
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=2.27
/proc/23589/stat : 23589 (sugar) S 23587 23589 17485 0 -1 4194304 1310 19007 0 1 5 2 208 12 16 0 1 0 24696504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23589/statm: 4217 1111 409 3 0 796 0
[pid=23602] ppid=23589 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23589 23589 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24696742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 233 193 169 0 50 0
[pid=23603] ppid=23602 vsize=868664 CPUtime=716.26
/proc/23603/stat : 23603 (java) S 23602 23589 17485 0 -1 0 81331 0 1 0 70052 1574 0 0 18 0 9 0 24696742 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23603/statm: 217166 63469 2593 9 0 211643 0
[pid=23603/tid=23604] ppid=23602 vsize=868664 CPUtime=703.17
/proc/23603/task/23604/stat : 23604 (java) R 23602 23589 17485 0 -1 64 9371 0 1 0 68809 1508 0 0 25 0 9 0 24696743 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4126577477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23605] ppid=23602 vsize=868664 CPUtime=12.74
/proc/23603/task/23605/stat : 23605 (java) S 23602 23589 17485 0 -1 64 69718 0 0 0 1211 63 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23606] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23606/stat : 23606 (java) S 23602 23589 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23607] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23607/stat : 23607 (java) S 23602 23589 17485 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24696744 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23608] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23608/stat : 23608 (java) S 23602 23589 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23609] ppid=23602 vsize=868664 CPUtime=0.3
/proc/23603/task/23609/stat : 23609 (java) S 23602 23589 17485 0 -1 64 1539 0 0 0 30 0 0 0 17 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23610] ppid=23602 vsize=868664 CPUtime=0
/proc/23603/task/23610/stat : 23610 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23603/tid=23611] ppid=23602 vsize=868664 CPUtime=0.01
/proc/23603/task/23611/stat : 23611 (java) S 23602 23589 17485 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 24696746 889511936 63469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 718.53
Current children cumulated vsize (KiB) 890888

[startup+732.876 s]
/proc/loadavg: 2.15 2.32 2.17 3/83 23613
/proc/meminfo: memFree=1485040/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=720.82
/proc/23589/stat : 23589 (sugar) D 23587 23589 17485 0 -1 4194304 1419 100997 0 8 6 86 70394 1596 22 0 1 0 24696504 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23589/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 720.82
Current children cumulated vsize (KiB) 16868

[startup+733.602 s]
/proc/loadavg: 2.15 2.32 2.17 3/83 23613
/proc/meminfo: memFree=1485040/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=720.84
/proc/23589/stat : 23589 (sugar) D 23587 23589 17485 0 -1 4194304 1419 100997 0 8 6 88 70394 1596 18 0 1 0 24696504 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23589/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 720.84
Current children cumulated vsize (KiB) 16868

[startup+734.402 s]
/proc/loadavg: 2.15 2.32 2.17 2/83 23613
/proc/meminfo: memFree=1809136/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=720.88
/proc/23589/stat : 23589 (sugar) D 23587 23589 17485 0 -1 4194304 1419 100997 0 8 6 92 70394 1596 18 0 1 0 24696504 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23589/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 720.88
Current children cumulated vsize (KiB) 16868

[startup+734.602 s]
/proc/loadavg: 2.15 2.32 2.17 2/83 23613
/proc/meminfo: memFree=1809136/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=720.89
/proc/23589/stat : 23589 (sugar) D 23587 23589 17485 0 -1 4194304 1419 100997 0 8 6 93 70394 1596 18 0 1 0 24696504 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23589/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 720.89
Current children cumulated vsize (KiB) 16868

[startup+734.702 s]
/proc/loadavg: 2.15 2.32 2.17 2/83 23613
/proc/meminfo: memFree=1809136/2055920 swapFree=4192812/4192956
[pid=23589] ppid=23587 vsize=16868 CPUtime=720.89
/proc/23589/stat : 23589 (sugar) D 23587 23589 17485 0 -1 4194304 1419 100997 0 8 6 93 70394 1596 18 0 1 0 24696504 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23589/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 720.89
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 734.787
CPU time (s): 720.916
CPU user time (s): 704.013
CPU system time (s): 16.9034
CPU usage (%): 98.1123
Max. virtual memory (cumulated for all children) (KiB): 901028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 704.013
system time used= 16.9034
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102477
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50724
involuntary context switches= 66954

runsolver used 0.85187 second user time and 2.6416 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 07:25:35
IDJOB=2082972
IDBENCH=57664
IDSOLVER=738
FILE ID=node60/2082972-1247376334
PBS_JOBID= 9506980
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-5.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-2082972-1247376334/watcher-2082972-1247376334 -o /tmp/evaluation-result-2082972-1247376334/solver-2082972-1247376334 -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-2082972-1247376334.xml

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

MD5SUM BENCH= ffd4e30efbf09de711f9454c0ccf63ba
RANDOM SEED=142355406

node60.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.232
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.232
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:       1509016 kB
Buffers:         71596 kB
Cached:         259560 kB
SwapCached:          4 kB
Active:         303816 kB
Inactive:       185944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509016 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            6072 kB
Writeback:           0 kB
Mapped:         179016 kB
Slab:            42000 kB
Committed_AS:   426136 kB
PageTables:       2220 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= 66460 MiB
End job on node60 at 2009-07-12 07:37:50